fromAmino static method

Implementation

static MsgMigrateCode fromAmino(MsgMigrateCodeAminoArgs data) {
  return MsgMigrateCode(data.value.sender!, double.parse(data.value.code_Id!),
      data.value.wasm_byte_code!);
}