Module types

Source
Expand description

Tx-pool table types.

This module contains all types used by the database tables, and aliases for common types that use the same underlying primitive type.

Structs§

RawCachedVerificationState
CachedVerificationState in a format that can be stored into the database.
TransactionInfo
Information on a tx-pool transaction.
TxStateFlags
Flags representing the state of the transaction in the pool.

Type Aliases§

KeyImage
An inputs key image.
TransactionBlobHash
A transaction blob hash.
TransactionHash
A transaction hash.