- Preparing search index...
- The search index is not available
polykey
ClaimDefault: { iat: number; jti: ClaimIdEncoded; nbf: number; prevClaimId: ClaimIdEncoded | null; prevDigest: string | null; seq: number; }
Type declaration
-
iat: number
-
-
nbf: number
-
-
prevDigest: string | null
-
seq: number
The
ClaimIdEncoded
corresponds to theClaimId
used in theSigchain
. Theiat
andnbf
corresponds to the unix timestamp where it was created by theSigchain
. TheprevDigest
is the multibase multihash digest of the previous claim by the same node that created this claim. Theseq
is the ordinal and cardinal counter of the claim according to the sigchain.