hyperledger/iroha
Iroha - A simple, decentralized ledger http://iroha.tech
iroha::PendingTransactionStorage::Response Struct Reference

#include "pending_txs_storage.hpp"

Collaboration diagram for iroha::PendingTransactionStorage::Response:
Collaboration graph

Public Member Functions

 Response ()
 

Public Attributes

shared_model::interface::types::SharedTxsCollectionType transactions
 
shared_model::interface::types::TransactionsNumberType all_transactions_size
 
std::optional< shared_model::interface::PendingTransactionsPageResponse::BatchInfonext_batch_info
 

Detailed Description

Storage response message with sufficient interface for performing pagination over the storage contents

Constructor & Destructor Documentation

◆ Response()

iroha::PendingTransactionStorage::Response::Response ( )
inline
Here is the call graph for this function:

Member Data Documentation

◆ all_transactions_size

shared_model::interface::types::TransactionsNumberType iroha::PendingTransactionStorage::Response::all_transactions_size

◆ next_batch_info

std::optional< shared_model::interface::PendingTransactionsPageResponse::BatchInfo> iroha::PendingTransactionStorage::Response::next_batch_info

◆ transactions

shared_model::interface::types::SharedTxsCollectionType iroha::PendingTransactionStorage::Response::transactions

The documentation for this struct was generated from the following file: