Interface TrustScoreBadgeV1

Expand description

Parsed payload of a fedi-trust-score-v1.0 badge.


interface TrustScoreBadgeV1 {
    holder_pubkey: string;
    trust_level: number;
}

Properties§

§readonly holder_pubkey: string

Holder Nostr public key bound by the revealed blind_msg, canonical lowercase hex.

§readonly trust_level: number

Public result of attester-private scoring; acceptability is caller policy.