tokenConditionId

Calls the "tokenConditionId" function on the contract.

Example

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

Parameters

The options for the tokenConditionId function.

Type

Returns

let returnType: Promise<bigint>;

The parsed result of the function call.