interface IBCTransferSent {
    asset?: Coin;
    channelId: string;
    id: Long;
    portId: string;
    receipient: string;
    recipient: string;
    sequence: Long;
}

Properties

asset?: Coin
channelId: string
id: Long
portId: string
receipient: string

Deprecated

recipient: string
sequence: Long

Generated using TypeDoc