- 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
ClaimIdEncodedcorresponds to theClaimIdused in theSigchain. Theiatandnbfcorresponds to the unix timestamp where it was created by theSigchain. TheprevDigestis the multibase multihash digest of the previous claim by the same node that created this claim. Theseqis the ordinal and cardinal counter of the claim according to the sigchain.