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