@orangecheck/stamp-ots / toStampOts
Function: toStampOts()
function toStampOts(p: OtsProof): StampOts;
Defined in: types.ts:81
Convert an OtsProof (library type) to the StampOts field shape that the envelope carries. The two are isomorphic; this function exists to keep stamp-core's type surface narrow.
Parameters
| Parameter | Type |
|---|---|
p | OtsProof |
Returns
StampOts