Skip to content

SignedEnvelope

PQSafe AgentPay API Reference v0.1.0


PQSafe AgentPay API Reference / SignedEnvelope

Interface: SignedEnvelope

Defined in: pqsafe/agent-pay/src/types.ts:18

Signed spend envelope ready for agent use

Properties

dsaPublicKey

dsaPublicKey: string

Defined in: pqsafe/agent-pay/src/types.ts:24

ML-DSA-65 public key of the issuer, hex-encoded


envelopeJson

envelopeJson: string

Defined in: pqsafe/agent-pay/src/types.ts:20

The canonical JSON of the envelope (UTF-8 encoded, deterministic)


signature

signature: string

Defined in: pqsafe/agent-pay/src/types.ts:22

ML-DSA-65 signature over envelopeJson bytes, hex-encoded