Function: constructRead()
function constructRead(issuer, key): GRead<CwebRead>;
Creates a read operation for a single claim.
Parameters
• issuer: ClaimIssuer
The issuer of the claim to read.
• key: ClaimKey
The key of the claim to read.
Returns
A read operation for the specified claim.