@orangecheck/sdk / BuildOptions
Interface: BuildOptions
Defined in: canonical.ts:147
Optional deterministic overrides for message building. Only intended for tests / conformance vectors; production callers should let the builder mint a fresh nonce + timestamp per message.
Properties
| Property | Type | Description | Defined in |
|---|---|---|---|
<a id="property-issuedat"></a> issuedAt? | string | RFC-3339 UTC. Default: new Date().toISOString(). | canonical.ts:151 |
<a id="property-nonce"></a> nonce? | string | 32-char lowercase hex. Default: freshly-generated cryptographic nonce. | canonical.ts:149 |