menu
terra_dart package
documentation
Core/Wasm/Msgs/MsgMigrateContract.dart
MsgMigrateContract
MsgMigrateContract constructor
MsgMigrateContract constructor
dark_mode
light_mode
MsgMigrateContract
constructor
MsgMigrateContract
(
String
admin
,
String
contract
,
double
new_code_id
,
String
migrate_msg
,
)
Implementation
MsgMigrateContract( this.admin, this.contract, this.new_code_id, this.migrate_msg);
terra_dart package
documentation
Core/Wasm/Msgs/MsgMigrateContract
MsgMigrateContract
MsgMigrateContract constructor
MsgMigrateContract class