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
Properties
Section titled “Properties”hbAddress
Section titled “hbAddress”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
Section titled “hbKeyDilution”hbKeyDilution:
bigint
Defined in: packages/indexer_client/src/models/transaction-heartbeat.ts:32
[hbkd] HbKeyDilution must match HbAddress account’s current KeyDilution.
hbProof
Section titled “hbProof”hbProof:
HbProofFields
Defined in: packages/indexer_client/src/models/transaction-heartbeat.ts:17
hbSeed
Section titled “hbSeed”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
Section titled “hbVoteId”hbVoteId:
Uint8Array
Defined in: packages/indexer_client/src/models/transaction-heartbeat.ts:27
[hbvid] HbVoteID must match the HbAddress account’s current VoteID.