@orangecheck/pledge-core / PledgeSignature
Interface: PledgeSignature
Defined in: pledge-core/src/types.ts:64
Properties
| Property | Type | Description | Defined in |
|---|---|---|---|
<a id="property-alg"></a> alg | "bip322" | - | pledge-core/src/types.ts:65 |
<a id="property-pubkey"></a> pubkey | string | MUST equal swearer.address when via_delegation is absent; MUST equal agent_address when via_delegation is present. | pledge-core/src/types.ts:70 |
<a id="property-value"></a> value | string | base64 BIP-322 signature over the lowercase-hex pledge id. | pledge-core/src/types.ts:72 |