Expand description
Blockchain table types.
This module contains all types used by the database tables, and aliases for common Monero-related types that use the same underlying primitive type.
Structs§
- Represents the height of a block on an alt-chain.
- Information on an alternative chain.
- Represents information on an alt transaction.
- Block information.
- Represents information on an alt-chain.
- A pre-RCT (v1) output’s data.
- A identifier for a pre-RCT
Output
. Chain
in a format which can be stored in the DB.ChainId
in a format which can be stored in the DB.- An RCT (v2+) output’s data.
Type Aliases§
- An output’s amount.
- The index of an
Amount
in a list of duplicateAmount
s. - A list of
AmountIndex
s. - A serialized block.
- A block’s hash.
- A serialized block header
- A block’s height.
- A block transaction hashes
- A key image.
- A prunable serialized bytes.
- A prunable hash.
- Pruned serialized bytes.
- A serialized transaction.
- A transaction’s hash.
- A transaction’s global index, or ID.
- The unlock time value of an output.