Skip to content

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.

optional hbPk: Uint8Array

Defined in: packages/indexer_client/src/models/hb-proof-fields.ts:16

[p] Public key of the heartbeat message.


optional hbPk1sig: Uint8Array

Defined in: packages/indexer_client/src/models/hb-proof-fields.ts:26

[p1s] Signature of OneTimeSignatureSubkeyOffsetID(PK, Batch, Offset) under the key PK2.


optional hbPk2: Uint8Array

Defined in: packages/indexer_client/src/models/hb-proof-fields.ts:21

[p2] Key for new-style two-level ephemeral signature.


optional hbPk2sig: Uint8Array

Defined in: packages/indexer_client/src/models/hb-proof-fields.ts:31

[p2s] Signature of OneTimeSignatureSubkeyBatchID(PK2, Batch) under the master key (OneTimeSignatureVerifier).


optional hbSig: Uint8Array

Defined in: packages/indexer_client/src/models/hb-proof-fields.ts:11

[s] Signature of the heartbeat message.