Function: constructRangeReadClaim()
function constructRangeReadClaim(
issuer,
key_first_part,
range,
max_count
): RangeClaimRead;
Creates a single claim read request.
Parameters
• issuer: ClaimIssuer
The issuer of the claim to read.
• key_first_part: unknown
• range: ClaimRange
• max_count: number
Returns
A single claim read request for the specified claim.