Prepares a transaction to call the "distribute" function on the contract.
import { distribute } from "thirdweb/extensions/split"; const transaction = distribute(); // Send the transaction...
function distribute( options: BaseTransactionOptions,): PreparedTransaction<any, AbiFunction, PrepareTransactionOptions>;
The options for the "distribute" function.
let options: BaseTransactionOptions;
let returnType: PreparedTransaction< any, AbiFunction, PrepareTransactionOptions>;
A prepared transaction object.