Skip to main content

sdk.erc721lazymint.verifyclaim

Home > @openformat/sdk > ERC721LazyMint > verifyClaim

ERC721LazyMint.verifyClaim() method

Verifies a claim.

Signature:

verifyClaim(params: ERC721LazyMint_VerifyClaimParams): Promise<boolean>;

Parameters

ParameterTypeDescription
paramsERC721LazyMint_VerifyClaimParams

Returns:

Promise<boolean>

{Promise<boolean>} - A Promise that resolves with a boolean indicating whether the claim can be made.

Exceptions

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