@orangecheck/pledge-core / OutcomeSignature
Interface: OutcomeSignature
Defined in: pledge-core/src/types.ts:118
Properties
| Property | Type | Description | Defined in |
|---|---|---|---|
<a id="property-alg"></a> alg | "bip322" | - | pledge-core/src/types.ts:119 |
<a id="property-pubkey"></a> pubkey | string | Equals the resolved_by address. | pledge-core/src/types.ts:121 |
<a id="property-value"></a> value | string | base64 BIP-322 over the lowercase-hex outcome id. | pledge-core/src/types.ts:123 |