Readonly
[initProtected
dbProtected
dbProtected
dbProtected
dbMaintain last sequence number to preserve monotonicity across process restarts.
The sequence number provides cardinal and ordinal information regarding a claim.
Sigchain/lastSequenceNumber -> {SequenceNumber}}
Protected
dbProtected
dbProtected
generateProtected
generateProtected
keyProtected
loggerAppends a claim (of any type) to the sigchain.
For ClaimInput
, it will be JSON encoded.
Remember that undefined
properties are deleted.
While undefined
values in arrays are converted to null
.
Optional
tran: DBTransactionGet a claim signatures according to the ClaimId
Optional
tran: DBTransactionGet a signed claim according to the ClaimId
Optional
tran: DBTransactionGet signed claims
Protected
lockStatic
createGenerated using TypeDoc
Maintain last
ClaimId
to preserve monotonicity across process restarts. TheClaimId
provides a globally unique ID that is time-sortable.Sigchain/lastClaimId -> {raw(ClaimId)}