Skip to main content

sdk.erc721lazymint.getclaimcondition

Home > @openformat/sdk > ERC721LazyMint > getClaimCondition

ERC721LazyMint.getClaimCondition() method

Gets the claim condition.

getClaimCondition

Signature:

getClaimCondition(params?: ERC721LazyMint_GetClaimConditionParams): Promise<ERC721LazyDropStorage.ClaimConditionStructOutput>;

Parameters

ParameterTypeDescription
paramsERC721LazyMint_GetClaimConditionParams(Optional)

Returns:

Promise<ERC721LazyDropStorage.ClaimConditionStructOutput>

{Promise<ERC721LazyDropStorage.ClaimConditionStructOutput>} - A promise that resolves to the claim condition object.

Exceptions

{Error} - Throws an error if there is a problem getting the claim condition.