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
Parameter | Type | Description |
---|---|---|
walletAddress | string | The address to distributes the amount to |
tokenAddress | string | The address of the currency contract to distribute funds |
Returns:
Promise<TransactionResult>