releasable

Calls the "releasable" function on the contract.

Example

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

Parameters

The options for the releasable function.

Type

Returns

let returnType: Promise<bigint>;

The parsed result of the function call.