Home > @3rdweb/sdk > ClaimProof
The model for a claim proof. Currently we support only an address in the leaf of the merkle tree.
Signature:
export declare class ClaimProof
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) |