Interface MsgMigrateContractResponseAminoMsg

interface MsgMigrateContractResponseAminoMsg {
    type: "wasm/MsgMigrateContractResponse";
    value: MsgMigrateContractResponseAmino;
}

Properties

Properties

type: "wasm/MsgMigrateContractResponse"