releasable

Calls the "releasable" function on the contract.

Example

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

Parameters

Returns

The parsed result of the function call.