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