State of transaction added to mempool.
| 31 | |
| 32 | //! State of transaction added to mempool. |
| 33 | struct TxStateInMempool { |
| 34 | }; |
| 35 | |
| 36 | //! State of rejected transaction that conflicts with a confirmed block. |
| 37 | struct TxStateConflicted { |
no outgoing calls
no test coverage detected