Prepares a transaction to call the "release" function on the contract.
import { sendTransaction } from "thirdweb";import { release } from "thirdweb/extensions/split"; const transaction = release({ contract, account: ..., overrides: { ... }}); // Send the transactionawait sendTransaction({ transaction, account });function release( >,The options for the "release" function.
>;A prepared transaction object.