Rulvar API reference / @rulvar/effects / EffectTrustEnvelope
Interface: EffectTrustEnvelope
Defined in: packages/effects/src/receipts.ts:25
Properties
| Property | Type | Description | Defined in |
|---|---|---|---|
issuers | readonly string[] | Principals or provider identities that may sign receipts. | packages/effects/src/receipts.ts:27 |
keys | readonly EffectTrustKey[] | - | packages/effects/src/receipts.ts:28 |
verifySignature? | (observation, key) => boolean | Host-supplied signature check over the observation and the resolved key. Absent means structural verification only (presence of a signature field), which is the conformance posture; production hosts supply real cryptography here. | packages/effects/src/receipts.ts:35 |