Home > @3rdweb/sdk > SplitsModule > distribute
Distribute Funds
Signature:
distribute(): Promise<void>;
Returns:
Promise<void>
Distribute funds held by the contract in the native currency to all recipients.
await module.distribute();