interface IBCTransfer {
    channelId: string;
    id: Long;
    portId: string;
    receiver: string;
    sender: Uint8Array;
    sequence: Long;
    status: IBCTransfer_Status;
    token?: Coin;
}

Properties

channelId: string
id: Long
portId: string
receiver: string
sender: Uint8Array
sequence: Long

Deprecated

token?: Coin

Generated using TypeDoc