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

Properties

asset?: Coin
destinationAddress: string
destinationChain: string
sender: string
sourceChain: string
transferId: Long

Generated using TypeDoc