releasableByToken

Calls the "releasable" function on the contract.

Example

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

Parameters

Returns

The parsed result of the function call.