Type alias: RangeClaimRead
type RangeClaimRead: object;
Represents a request to read a range of claims from the database.
Type declaration
Member | Type | Description |
---|---|---|
ClaimRange | object | - |
ClaimRange.issuer | ClaimIssuer | The issuer of the claims to read. |
ClaimRange.key_first_part | OrdJson | The first part of the key for the claims to read. |
ClaimRange.max_count | number | The maximum number of claims to read. |
ClaimRange.range | ClaimRange | The range of the claims to read. |