HbProofFields
HbProofFields =
object
Defined in: packages/indexer_client/src/models/hb-proof-fields.ts:7
[hbprf] HbProof is a signature using HeartbeatAddress’s partkey, thereby showing it is online.
Properties
Section titled “Properties”
optionalhbPk:Uint8Array
Defined in: packages/indexer_client/src/models/hb-proof-fields.ts:16
[p] Public key of the heartbeat message.
hbPk1sig?
Section titled “hbPk1sig?”
optionalhbPk1sig:Uint8Array
Defined in: packages/indexer_client/src/models/hb-proof-fields.ts:26
[p1s] Signature of OneTimeSignatureSubkeyOffsetID(PK, Batch, Offset) under the key PK2.
hbPk2?
Section titled “hbPk2?”
optionalhbPk2:Uint8Array
Defined in: packages/indexer_client/src/models/hb-proof-fields.ts:21
[p2] Key for new-style two-level ephemeral signature.
hbPk2sig?
Section titled “hbPk2sig?”
optionalhbPk2sig:Uint8Array
Defined in: packages/indexer_client/src/models/hb-proof-fields.ts:31
[p2s] Signature of OneTimeSignatureSubkeyBatchID(PK2, Batch) under the master key (OneTimeSignatureVerifier).
hbSig?
Section titled “hbSig?”
optionalhbSig:Uint8Array
Defined in: packages/indexer_client/src/models/hb-proof-fields.ts:11
[s] Signature of the heartbeat message.