interface MsgTransferResponseAminoMsg {
    type: "cosmos-sdk/MsgTransferResponse";
    value: MsgTransferResponseAmino;
}

Properties

Properties

type: "cosmos-sdk/MsgTransferResponse"