#include <memory>#include <vector>#include <boost/range/any_range.hpp>

Go to the source code of this file.
Namespaces | |
| shared_model | |
| shared_model::interface | |
| shared_model::interface::types | |
Typedefs | |
| using | shared_model::interface::types::TransactionsForwardCollectionType = boost::any_range< Transaction, boost::forward_traversal_tag, const Transaction & > |
| using | shared_model::interface::types::SharedTxsCollectionType = std::vector< std::shared_ptr< Transaction > > |
| using | shared_model::interface::types::BatchesCollectionType = std::vector< std::shared_ptr< TransactionBatch > > |