Interface: AminoMsgMigrateContract
@shareledgerjs/client.wasm.AminoMsgMigrateContract
The Amino JSON representation of MsgMigrateContract.
Properties
type
• type: "wasm/MsgMigrateContract"
value
• value: Object
Type declaration
| Name | Type | Description | 
|---|---|---|
code_id | string | The new code | 
contract | string | Bech32 account address | 
msg | any | Migrate message as JavaScript object | 
sender | string | Bech32 account address |