distribute

Prepares a transaction to call the "distribute" function on the contract.

Example

import { distribute } from "thirdweb/extensions/split";
const transaction = distribute();
// Send the transaction
...

Parameters

Returns

A prepared transaction object.