Skip to content

Rulvar API reference


Rulvar API reference / @rulvar/effects / EffectTrustEnvelope

Interface: EffectTrustEnvelope

Defined in: packages/effects/src/receipts.ts:25

Properties

PropertyTypeDescriptionDefined in
issuersreadonly string[]Principals or provider identities that may sign receipts.packages/effects/src/receipts.ts:27
keysreadonly EffectTrustKey[]-packages/effects/src/receipts.ts:28
verifySignature?(observation, key) => booleanHost-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