typescript-sdk

Home > @3rdweb/sdk > ISplitsModule > withdraw

ISplitsModule.withdraw() method

Transaction that will withdraw the split amount of royalty that the address is owed and transfer it to the wallet.

Signature:

withdraw(address: string): Promise<void>;

Parameters

Parameter Type Description
address string The address to withdraw royalties for.

Returns:

Promise<void>