|
CCF
|
#include <ledger.h>
Public Types | |
| using | ResultCallback = std::function< void(std::optional< LedgerReadResult > &&, int)> |
Public Attributes | |
| Ledger * | ledger {} |
| size_t | from_idx {} |
| size_t | to_idx {} |
| size_t | max_size {} |
| ResultCallback | result_cb |
| std::optional< LedgerReadResult > | read_result = std::nullopt |
| using asynchost::Ledger::AsyncLedgerGet::ResultCallback = std::function<void(std::optional<LedgerReadResult>&&, int)> |
| size_t asynchost::Ledger::AsyncLedgerGet::from_idx {} |
| Ledger* asynchost::Ledger::AsyncLedgerGet::ledger {} |
| size_t asynchost::Ledger::AsyncLedgerGet::max_size {} |
| std::optional<LedgerReadResult> asynchost::Ledger::AsyncLedgerGet::read_result = std::nullopt |
| ResultCallback asynchost::Ledger::AsyncLedgerGet::result_cb |
| size_t asynchost::Ledger::AsyncLedgerGet::to_idx {} |