Function: getVerifiedClaimFrom()
function getVerifiedClaimFrom(contextTx, issuer): Claim;
Gets the verified claim from the context transaction.
Parameters
• contextTx: L2TxResolved
The context transaction to get the claim from.
• issuer: ClaimIssuer
The issuer of the claim.
Returns
The verified claim.
Throws
Will throw an error if the issued claim is not found.