Home > @3rdweb/sdk > ISplitsModule > withdraw
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>;
Parameter | Type | Description |
---|---|---|
address | string | The address to withdraw royalties for. |
Returns:
Promise<void>