Interface GetClaimsPayload

interface GetClaimsPayload {
    claimIds: string[];
    listId?: string;
}

Properties

Properties

claimIds: string[]

The claim IDs to fetch.

listId?: string

If the address list is private and viewable with the link only, you must also specify the address list ID to prove knowledge of the link.