Interface Issuer

Expand description

Public issuer metadata bound into an issuer authority.


interface Issuer {
    issuance_key: string;
    issuer_id_pubkey: string;
    revocation: readonly RevocationLocation[];
}

Properties§

§readonly issuance_key: string

Unpadded URL-safe base64 encoded PBRSA issuance public key.

§readonly issuer_id_pubkey: string

Nostr public key identifying the issuer.

§readonly revocation: readonly RevocationLocation[]

Locations where applications may fetch this issuer's revocations.