@orangecheck/pledge-core / AbandonmentEnvelope
Interface: AbandonmentEnvelope
Defined in: pledge-core/src/types.ts:164
Properties
| Property | Type | Description | Defined in |
|---|---|---|---|
<a id="property-abandoned_at"></a> abandoned_at | string | - | pledge-core/src/types.ts:171 |
<a id="property-id"></a> id | string | 64-hex of sha256(canonical_message). | pledge-core/src/types.ts:168 |
<a id="property-kind"></a> kind | "pledge-abandonment" | - | pledge-core/src/types.ts:166 |
<a id="property-pledge_id"></a> pledge_id | string | - | pledge-core/src/types.ts:170 |
<a id="property-reason"></a> reason | string | Single-line UTF-8 string, ≤ 280 bytes. Informational only. | pledge-core/src/types.ts:173 |
<a id="property-sig"></a> sig | AbandonmentSignature | - | pledge-core/src/types.ts:175 |
<a id="property-v"></a> v | 1 | - | pledge-core/src/types.ts:165 |