@orangecheck/stamp-ots / attestations
Function: attestations()
function attestations(ts: OtsTimestamp): {
attestation: OtsAttestation;
msg: Uint8Array;
}[];
Defined in: ots.ts:183
Every attestation in the tree with the message it attests to.
Parameters
| Parameter | Type |
|---|---|
ts | OtsTimestamp |
Returns
{
attestation: OtsAttestation;
msg: Uint8Array;
}[]