Provides query metadata for any transaction list pagination. More...
#include "proto_tx_pagination_meta.hpp"


Public Member Functions | |
| TxPaginationMeta (iroha::protocol::TxPaginationMeta &meta) | |
| interface::types::TransactionsNumberType | pageSize () const override |
| Get the requested page size. More... | |
| std::optional< interface::types::HashType > | firstTxHash () const override |
| Get the first requested transaction hash, if provided. More... | |
| interface::Ordering const & | ordering () const override |
Public Member Functions inherited from shared_model::interface::TxPaginationMeta | |
| std::string | toString () const override |
| bool | operator== (const ModelType &rhs) const override |
Public Member Functions inherited from shared_model::interface::ModelPrimitive< TxPaginationMeta > | |
| virtual bool | operator== (const ModelType &rhs) const=0 |
| virtual bool | operator!= (const ModelType &rhs) const |
| virtual | ~ModelPrimitive ()=default |
Additional Inherited Members | |
Public Types inherited from shared_model::interface::ModelPrimitive< TxPaginationMeta > | |
| using | ModelType = TxPaginationMeta |
Provides query metadata for any transaction list pagination.
|
explicit |
default values

|
overridevirtual |
Get the first requested transaction hash, if provided.
Implements shared_model::interface::TxPaginationMeta.

|
overridevirtual |
Implements shared_model::interface::TxPaginationMeta.
|
overridevirtual |
Get the requested page size.
Implements shared_model::interface::TxPaginationMeta.