MsgMigrateContractAminoArgs constructor

MsgMigrateContractAminoArgs(
  1. MsgMigrateContractValueAminoArgs value
)

Implementation

MsgMigrateContractAminoArgs(this.value) {
  type = WasmConstants.WASM_MSG_MIGRATE_CODE;
}