Interface IssuerAuthority

Expand description

Signed issuer metadata that verifiers trust before accepting credentials.


interface IssuerAuthority {
    issuer: Issuer;
    proof: SchnorrSignatureProof;
    version: 1;
}

Properties§

§readonly issuer: Issuer
§readonly proof: SchnorrSignatureProof
§readonly version: 1