typescript-sdk

Home > @3rdweb/sdk > ISplitsModule > distributeToken

ISplitsModule.distributeToken() method

Distributes all funds to the recipients in the specified currency.

Signature:

distributeToken(tokenAddress: string): Promise<void>;

Parameters

Parameter Type Description
tokenAddress string The address of the currency to distribute the funds in.

Returns:

Promise<void>