Skip to content

TransactionHeartbeat

TransactionHeartbeat = object

Defined in: packages/indexer_client/src/models/transaction-heartbeat.ts:12

Fields for a heartbeat transaction.

Definition: data/transactions/heartbeat.go : HeartbeatTxnFields

hbAddress: string

Defined in: packages/indexer_client/src/models/transaction-heartbeat.ts:16

[hbad] HbAddress is the account this txn is proving onlineness for.


hbKeyDilution: bigint

Defined in: packages/indexer_client/src/models/transaction-heartbeat.ts:32

[hbkd] HbKeyDilution must match HbAddress account’s current KeyDilution.


hbProof: HbProofFields

Defined in: packages/indexer_client/src/models/transaction-heartbeat.ts:17


hbSeed: Uint8Array

Defined in: packages/indexer_client/src/models/transaction-heartbeat.ts:22

[hbsd] HbSeed must be the block seed for the this transaction’s firstValid block.


hbVoteId: Uint8Array

Defined in: packages/indexer_client/src/models/transaction-heartbeat.ts:27

[hbvid] HbVoteID must match the HbAddress account’s current VoteID.