@orangecheck/stamp-ots / pendingCommitments
Function: pendingCommitments()
function pendingCommitments(ts: OtsTimestamp): {
commitment: Uint8Array;
uri: string;
}[];
Defined in: ots.ts:207
Pending calendar attestations: where to ask, and the commitment to ask for.
Parameters
| Parameter | Type |
|---|---|
ts | OtsTimestamp |
Returns
{
commitment: Uint8Array;
uri: string;
}[]