interface EventTokenSent {
    amount: Uint8Array;
    destinationAddress: string;
    destinationChain: string;
    sender: Uint8Array;
    symbol: string;
}

Properties

amount: Uint8Array
destinationAddress: string
destinationChain: string
sender: Uint8Array
symbol: string

Generated using TypeDoc