typescript-sdk

Home > @3rdweb/sdk > ClaimProof

ClaimProof class

The model for a claim proof. Currently we support only an address in the leaf of the merkle tree.

Signature:

export declare class ClaimProof 

Properties

Property Modifiers Type Description
address   string The address of the account that owns the claim.
proof   string[] The proof of the claim (an array of hashes, depending on tree depth)