@orangecheck/stamp-core / computeEnvelopeId
Function: computeEnvelopeId()
function computeEnvelopeId(input: CanonicalMessageInput): string;
Defined in: stamp-core/src/canonical.ts:79
Compute the envelope id as lowercase hex of sha256(canonical_message_bytes). Pure function — the single source of truth for identity derivation.
Parameters
| Parameter | Type |
|---|---|
input | CanonicalMessageInput |
Returns
string