Application-owned location where issuer revocations may be published.
interface RevocationLocation { location: string; protocol: string;}
readonly location: string
Protocol-specific location, such as a relay URL.
readonly protocol: string
Transport or publication protocol name, such as "nostr".
Application-owned location where issuer revocations may be published.