@orangecheck/pledge-core / VerifyOutcomeInput
Interface: VerifyOutcomeInput
Defined in: pledge-core/src/types.ts:329
Properties
| Property | Type | Description | Defined in |
|---|---|---|---|
<a id="property-envelope"></a> envelope | OutcomeEnvelope | - | pledge-core/src/types.ts:330 |
<a id="property-skipsignatureverification"></a> skipSignatureVerification? | boolean | - | pledge-core/src/types.ts:337 |
<a id="property-verifybip322"></a> verifyBip322? | VerifyBip322 | Required when the outcome envelope's mechanism requires a signature (counterparty_signs). For deterministic outcomes, sig === null and BIP-322 is not consulted. | pledge-core/src/types.ts:336 |