@orangecheck/lock-core / LockEnvelope
Interface: LockEnvelope
Defined in: lock-core/src/types.ts:40
Properties
| Property | Type | Defined in |
|---|---|---|
<a id="property-alg"></a> alg | EnvelopeAlg | lock-core/src/types.ts:44 |
<a id="property-ciphertext"></a> ciphertext | string | lock-core/src/types.ts:47 |
<a id="property-created_at"></a> created_at | string | lock-core/src/types.ts:50 |
<a id="property-expires_at"></a> expires_at | string | null | lock-core/src/types.ts:51 |
<a id="property-from"></a> from | EnvelopeFrom | lock-core/src/types.ts:45 |
<a id="property-hint"></a> hint? | string | lock-core/src/types.ts:49 |
<a id="property-id"></a> id | string | lock-core/src/types.ts:43 |
<a id="property-kind"></a> kind | EnvelopeKind | lock-core/src/types.ts:42 |
<a id="property-nonce_ct"></a> nonce_ct | string | lock-core/src/types.ts:48 |
<a id="property-payment"></a> payment | EnvelopePayment | null | lock-core/src/types.ts:52 |
<a id="property-recipients"></a> recipients | EnvelopeRecipient[] | lock-core/src/types.ts:46 |
<a id="property-sig"></a> sig | EnvelopeSignature | lock-core/src/types.ts:53 |
<a id="property-v"></a> v | 2 | lock-core/src/types.ts:41 |