@orangecheck/stamp-core / verify
Function: verify()
function verify(input: VerifyInput): Promise<VerifyResult>;
Defined in: stamp-core/src/stamp.ts:133
Verify a stamp envelope. See SPEC §8 for the full algorithm. Returns a
structured result; callers can match on result.ok and drill into
result.code for the specific failure.
Parameters
| Parameter | Type |
|---|---|
input | VerifyInput |
Returns
Promise<VerifyResult>