Rulvar API reference / @rulvar/effects / EffectTrustKey
Interface: EffectTrustKey
Defined in: packages/effects/src/receipts.ts:15
Properties
| Property | Type | Description | Defined in |
|---|---|---|---|
keyId | string | - | packages/effects/src/receipts.ts:16 |
revokedAt? | string | ISO instant; the key fails verification from here FORWARD. | packages/effects/src/receipts.ts:22 |
validFrom? | string | ISO instant; absent means valid from the beginning of time. | packages/effects/src/receipts.ts:18 |
validTo? | string | ISO instant; absent means no scheduled end. | packages/effects/src/receipts.ts:20 |