Module types

Module types 

Source
Expand description

Core types used by the protocol.

Structs§

PreProcessedZeldBlock
Pre-processed block with all ZELD-relevant transactions.
ProcessedZeldBlock
Fully processed block statistics and reward set.
Reward
Reward information for a single rewarded output.
ZeldInput
Represents a transaction input with ZELD-relevant data.
ZeldOutput
Represents a transaction output with ZELD-relevant data.
ZeldTransaction
Pre-processed transaction with all ZELD-relevant fields.

Type Aliases§

Amount
ZELD balance type (unsigned 64-bit integer).
UtxoKey
12-byte key identifying a UTXO, derived from txid and vout via xxh3-128.