Kagome
Polkadot Runtime Engine in C++17
transaction_pool_error.hpp
Go to the documentation of this file.
1 
6 #ifndef KAGOME_CORE_TRANSACTION_POOL_TRANSACTION_POOL_ERROR_HPP
7 #define KAGOME_CORE_TRANSACTION_POOL_TRANSACTION_POOL_ERROR_HPP
8 
9 #include <outcome/outcome.hpp>
10 
11 namespace kagome::transaction_pool {
12  enum class TransactionPoolError {
16  };
17 }
18 
20 
21 #endif // KAGOME_CORE_TRANSACTION_POOL_TRANSACTION_POOL_ERROR_HPP
OUTCOME_HPP_DECLARE_ERROR(kagome::transaction_pool, TransactionPoolError)