MsgMigrateCode constructor

MsgMigrateCode(
  1. String sender,
  2. double code_id,
  3. String wasm_byte_code
)

Implementation

MsgMigrateCode(this.sender, this.code_id, this.wasm_byte_code);