sdk.erc721lazydrop.verifyclaim
Home > @openformat/sdk > ERC721LazyDrop > verifyClaim
ERC721LazyDrop.verifyClaim() method
Verifies a claim for tokens from the ERC721LazyDrop contract.
Signature:
verifyClaim(params: ERC721LazyDrop_VerifyClaimParams): Promise<boolean>;
Parameters
| Parameter | Type | Description |
|---|---|---|
| params | ERC721LazyDrop_VerifyClaimParams | The parameters for verifying a claim. |
Returns:
Promise<boolean>
{Promise<boolean>} - A promise that resolves to a boolean value indicating whether the claim is valid.
Exceptions
{Error} - Throws an error if there is a problem verifying the claim.