Interface Issuer
Expand description
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.
Public issuer metadata bound into an issuer authority.