Split.distribute() method
Distribute Funds
Example
await contract.distribute();
Signature:
distribute(): Promise<TransactionResult>;
Returns:
Promise<TransactionResult>
Remarks
Distribute funds held by the contract in the native currency to all recipients.