@orangecheck/pledge-core / AbandonmentSignature
Interface: AbandonmentSignature
Defined in: pledge-core/src/types.ts:156
Properties
| Property | Type | Description | Defined in |
|---|---|---|---|
<a id="property-alg"></a> alg | "bip322" | - | pledge-core/src/types.ts:157 |
<a id="property-pubkey"></a> pubkey | string | MUST equal the original pledge's swearer.address. Agents MUST NOT sign abandonments in v0.1. | pledge-core/src/types.ts:159 |
<a id="property-value"></a> value | string | base64 BIP-322 over the lowercase-hex abandonment id. | pledge-core/src/types.ts:161 |