releasableByToken

Calls the "releasable" function on the contract.

Example

import { releasableByToken } from "thirdweb/extensions/split";
const result = await releasableByToken({
contract,
account: ...,
});
function releasableByToken(
): Promise<bigint>;

Parameters

The options for the releasable function.

Type

Returns

let returnType: Promise<bigint>;

The parsed result of the function call.