Signed issuer metadata that verifiers trust before accepting credentials.
interface IssuerAuthority { issuer: Issuer; proof: SchnorrSignatureProof; version: 1;}
readonly issuer: Issuer
readonly proof: SchnorrSignatureProof
readonly version: 1
Signed issuer metadata that verifiers trust before accepting credentials.