Function: constructIssuedClaim()
function constructIssuedClaim(issuer, content): IssuedClaim;
Function to create a generic issued claim.
Parameters
• issuer: ClaimIssuer
The issuer of the claim. This is the entity that created the claim.
• content: Claim
The content of the claim. This is a Claim
which includes a key, a body, and
stored fees.