referrerpolicy=no-referrer-when-downgrade

Type Alias TxInvalidityReportMap

Source
pub type TxInvalidityReportMap<H> = IndexMap<H, Option<TransactionValidityError>>;
Expand description

Map containing validity errors associated with transaction hashes. Used to report invalid transactions to the pool.

Aliased Type§

struct TxInvalidityReportMap<H> { /* private fields */ }