Interface Credential

Expand description

Credential payload signed by the issuer's issuance key.


interface Credential {
    blind_msg: JsonValue;
    info: JsonValue;
    issuer_id_pubkey: string;
}

Properties§

§readonly blind_msg: JsonValue

Holder-controlled value hidden during issuance and disclosed in the final credential.

§readonly info: JsonValue

Credential information that was visible to the issuer during issuance.

§readonly issuer_id_pubkey: string

Nostr public key identifying the issuer.