Module vapcore_light::transaction_queue[][src]

Light Transaction Queue.

Manages local transactions, but stores all local transactions, removing only on invalidated nonce.

Under the assumption that light nodes will have a relatively limited set of accounts for which they create transactions, this queue is structured in an address-wise manner.

Structs

TransactionQueue

Light transaction queue. See module docs for more details.

Enums

ImportDestination

Transaction import result.