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