released

Calls the "released" function on the contract.

Example

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

Parameters

The options for the released function.

Type

Returns

let returnType: Promise<bigint>;

The parsed result of the function call.