interface TokenSent {
    asset?: Coin;
    chain: string;
    destinationAddress: string;
    destinationChain: string;
    eventId: string;
    sender: string;
    transferId: Long;
}

Properties

asset?: Coin
chain: string
destinationAddress: string
destinationChain: string
eventId: string
sender: string
transferId: Long

Generated using TypeDoc