@orangecheck/pledge-core / OutcomeEvidence
Interface: OutcomeEvidence
Defined in: pledge-core/src/types.ts:109
Properties
| Property | Type | Description | Defined in |
|---|---|---|---|
<a id="property-mechanism"></a> mechanism | ResolutionMechanism | Same mechanism string as the referenced pledge's resolution.mechanism. | pledge-core/src/types.ts:111 |
<a id="property-result"></a> result | string | Single-line canonical result string. | pledge-core/src/types.ts:113 |
<a id="property-witness"></a> witness | string | Single-line canonical witness string (mechanism-specific shape — see SPEC §4.1). | pledge-core/src/types.ts:115 |