interface EventContractCallWithToken {
    amount: Uint8Array;
    contractAddress: string;
    destinationChain: string;
    payloadHash: Uint8Array;
    sender: Uint8Array;
    symbol: string;
}

Properties

amount: Uint8Array
contractAddress: string
destinationChain: string
payloadHash: Uint8Array
sender: Uint8Array
symbol: string

Generated using TypeDoc