@orangecheck/stamp-core / stamp
Function: stamp()
function stamp(input: StampInput): Promise<StampEnvelope>;
Defined in: stamp-core/src/stamp.ts:49
Build and sign a stamp envelope. Returns the envelope with sig populated but ots left null — OTS calendar submission is a separate step (see @orangecheck/stamp-ots).
Parameters
| Parameter | Type |
|---|---|
input | StampInput |
Returns
Promise<StampEnvelope>