Calls the "totalReleased" function on the contract.
import { totalReleased } from "thirdweb/extensions/split"; const result = await totalReleased({ contract,});
function totalReleased( options: BaseTransactionOptions,): Promise<bigint>;
The options for the totalReleased function.
let options: { contract: ThirdwebContract<abi> } & T;
let returnType: Promise<bigint>;
The parsed result of the function call.