interface MsgMigrateContractAminoMsg {
    type: "wasm/MsgMigrateContract";
    value: MsgMigrateContractAmino;
}

Properties

Properties

type: "wasm/MsgMigrateContract"