08-wasm module emits the following events:
WASM
Events
The 08-wasm module emits the following events:
Was this page helpful?
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
The 08-wasm module emits the following events:
08-wasm module emits the following events:
MsgStoreCode| Type | Attribute Key | Attribute Value |
|---|---|---|
| store_wasm_code | wasm_checksum | {hex.Encode(checksum)} |
| message | module | 08-wasm |
MsgMigrateContract| Type | Attribute Key | Attribute Value |
|---|---|---|
| migrate_contract | client_id | {clientId} |
| migrate_contract | wasm_checksum | {hex.Encode(checksum)} |
| migrate_contract | new_checksum | {hex.Encode(newChecksum)} |
| message | module | 08-wasm |
Was this page helpful?