DropClaimConditions.getClaimerProofs() method
Returns allow list information and merkle proofs for the given address.
Signature:
getClaimerProofs(claimerAddress: string, claimConditionId?: BigNumberish): Promise<SnapshotEntryWithProof | null>;
Parameters
| Parameter | Type | Description | 
|---|---|---|
| claimerAddress | string | the claimer address | 
| claimConditionId | BigNumberish | (Optional) optional the claim condition id to get the proofs for | 
Returns:
Promise<SnapshotEntryWithProof | null>