Skip to main content

Split.withdrawToken() method

Triggers a transfer to account of the amount of a given currency they are owed.

Signature:

withdrawToken(walletAddress: string, tokenAddress: string): Promise<TransactionResult>;

Parameters

ParameterTypeDescription
walletAddressstringThe address to distributes the amount to
tokenAddressstringThe address of the currency contract to distribute funds

Returns:

Promise<TransactionResult>