@orangecheck/me-client / TrustAttestationCount
Interface: TrustAttestationCount
Defined in: me-client/src/scope.ts:73
Decoded shape of the trust_attestation_count scope value. The wire
format is a comma-separated quad: total,good,distinct_good_issuers,caution.
Block-status counts are intentionally omitted from the disclosure
surface — block flags belong to the pseudonymous-issuer side, not
the subject's public score.
Properties
| Property | Type | Defined in |
|---|---|---|
<a id="property-caution"></a> caution | number | me-client/src/scope.ts:77 |
<a id="property-distinct_good_issuers"></a> distinct_good_issuers | number | me-client/src/scope.ts:76 |
<a id="property-good"></a> good | number | me-client/src/scope.ts:75 |
<a id="property-total"></a> total | number | me-client/src/scope.ts:74 |