nooschain / chain/block / BlockTransactionReference
Interface: BlockTransactionReference
Defined in: chain/block.ts:55
A reference to a transaction included in a block, containing the transaction hash and its position within the block.
Properties
position
position:
number
Defined in: chain/block.ts:63
The position of the transaction within the block, starting from 0 for the first transaction. This field is used to maintain the order of transactions
transactionHash
transactionHash:
string
Defined in: chain/block.ts:59
The hash of the transaction, serving as a unique identifier for the transaction and allowing for efficient lookup and verification.