#include "transaction_batch_parser.hpp"


Public Member Functions | |
| virtual std::vector< types::TransactionsForwardCollectionType > | parseBatches (types::TransactionsForwardCollectionType txs) const noexcept=0 |
| virtual std::vector< types::TransactionsCollectionType > | parseBatches (types::TransactionsCollectionType txs) const noexcept=0 |
| virtual std::vector< types::SharedTxsCollectionType > | parseBatches (const types::SharedTxsCollectionType &txs) const noexcept=0 |
| virtual | ~TransactionBatchParser ()=default |
Parses a transaction list and returns a list of possible batches
|
virtualdefault |
|
pure virtualnoexcept |
Implemented in shared_model::interface::TransactionBatchParserImpl.

|
pure virtualnoexcept |
Implemented in shared_model::interface::TransactionBatchParserImpl.
|
pure virtualnoexcept |
Implemented in shared_model::interface::TransactionBatchParserImpl.