Home > @3rdweb/sdk > ISplitsModule > distributeToken
Distributes all funds to the recipients in the specified currency.
Signature:
distributeToken(tokenAddress: string): Promise<void>;
Parameter | Type | Description |
---|---|---|
tokenAddress | string | The address of the currency to distribute the funds in. |
Returns:
Promise<void>