|
Barretenberg
The ZK-SNARK library at the core of Aztec
|
Auto-generated IPC client. More...
#include <wsdb_ipc_client_generated.hpp>
Private Member Functions | |
| template<typename Cmd > | |
| Cmd::Response | send (Cmd &&cmd) const |
Private Attributes | |
| std::unique_ptr< ipc::IpcClient > | client_ |
Auto-generated IPC client.
Each method sends a msgpack-serialized command to the server over UDS and returns the typed response. All methods block until the response arrives.
Definition at line 19 of file wsdb_ipc_client_generated.hpp.
|
explicit |
Definition at line 13 of file wsdb_ipc_client_generated.cpp.
| bb::wsdb::WsdbIpcClient::~WsdbIpcClient | ( | ) |
Definition at line 21 of file wsdb_ipc_client_generated.cpp.
|
delete |
| void bb::wsdb::WsdbIpcClient::append_leaves | ( | WsdbAppendLeaves | cmd | ) | const |
Definition at line 125 of file wsdb_ipc_client_generated.cpp.
| WsdbBatchInsert::Response bb::wsdb::WsdbIpcClient::batch_insert | ( | WsdbBatchInsert | cmd | ) | const |
Definition at line 130 of file wsdb_ipc_client_generated.cpp.
| WsdbCommit::Response bb::wsdb::WsdbIpcClient::commit | ( | ) |
Definition at line 145 of file wsdb_ipc_client_generated.cpp.
| void bb::wsdb::WsdbIpcClient::commit_all_checkpoints | ( | WsdbCommitAllCheckpoints | cmd | ) |
Definition at line 205 of file wsdb_ipc_client_generated.cpp.
| void bb::wsdb::WsdbIpcClient::commit_checkpoint | ( | WsdbCommitCheckpoint | cmd | ) |
Definition at line 195 of file wsdb_ipc_client_generated.cpp.
| void bb::wsdb::WsdbIpcClient::copy_stores | ( | WsdbCopyStores | cmd | ) | const |
Definition at line 215 of file wsdb_ipc_client_generated.cpp.
| void bb::wsdb::WsdbIpcClient::create_checkpoint | ( | WsdbCreateCheckpoint | cmd | ) |
Definition at line 190 of file wsdb_ipc_client_generated.cpp.
| WsdbCreateFork::Response bb::wsdb::WsdbIpcClient::create_fork | ( | WsdbCreateFork | cmd | ) |
Definition at line 160 of file wsdb_ipc_client_generated.cpp.
| void bb::wsdb::WsdbIpcClient::delete_fork | ( | WsdbDeleteFork | cmd | ) |
Definition at line 165 of file wsdb_ipc_client_generated.cpp.
| WsdbFinalizeBlocks::Response bb::wsdb::WsdbIpcClient::finalize_blocks | ( | WsdbFinalizeBlocks | cmd | ) | const |
Definition at line 170 of file wsdb_ipc_client_generated.cpp.
| WsdbFindLeafIndices::Response bb::wsdb::WsdbIpcClient::find_leaf_indices | ( | WsdbFindLeafIndices | cmd | ) | const |
Definition at line 110 of file wsdb_ipc_client_generated.cpp.
| WsdbFindLowLeaf::Response bb::wsdb::WsdbIpcClient::find_low_leaf | ( | WsdbFindLowLeaf | cmd | ) | const |
Definition at line 115 of file wsdb_ipc_client_generated.cpp.
| WsdbFindSiblingPaths::Response bb::wsdb::WsdbIpcClient::find_sibling_paths | ( | WsdbFindSiblingPaths | cmd | ) | const |
Definition at line 120 of file wsdb_ipc_client_generated.cpp.
| WsdbGetBlockNumbersForLeafIndices::Response bb::wsdb::WsdbIpcClient::get_block_numbers_for_leaf_indices | ( | WsdbGetBlockNumbersForLeafIndices | cmd | ) | const |
Definition at line 104 of file wsdb_ipc_client_generated.cpp.
| WsdbGetInitialStateReference::Response bb::wsdb::WsdbIpcClient::get_initial_state_reference | ( | ) | const |
Definition at line 84 of file wsdb_ipc_client_generated.cpp.
| WsdbGetLeafPreimage::Response bb::wsdb::WsdbIpcClient::get_leaf_preimage | ( | WsdbGetLeafPreimage | cmd | ) | const |
Definition at line 94 of file wsdb_ipc_client_generated.cpp.
| WsdbGetLeafValue::Response bb::wsdb::WsdbIpcClient::get_leaf_value | ( | WsdbGetLeafValue | cmd | ) | const |
Definition at line 89 of file wsdb_ipc_client_generated.cpp.
| WsdbGetSiblingPath::Response bb::wsdb::WsdbIpcClient::get_sibling_path | ( | WsdbGetSiblingPath | cmd | ) | const |
Definition at line 99 of file wsdb_ipc_client_generated.cpp.
| WsdbGetStateReference::Response bb::wsdb::WsdbIpcClient::get_state_reference | ( | WsdbGetStateReference | cmd | ) | const |
Definition at line 79 of file wsdb_ipc_client_generated.cpp.
| WsdbGetStatus::Response bb::wsdb::WsdbIpcClient::get_status | ( | ) | const |
Definition at line 185 of file wsdb_ipc_client_generated.cpp.
| WsdbGetTreeInfo::Response bb::wsdb::WsdbIpcClient::get_tree_info | ( | WsdbGetTreeInfo | cmd | ) | const |
Definition at line 74 of file wsdb_ipc_client_generated.cpp.
|
delete |
| WsdbRemoveHistoricalBlocks::Response bb::wsdb::WsdbIpcClient::remove_historical_blocks | ( | WsdbRemoveHistoricalBlocks | cmd | ) | const |
Definition at line 180 of file wsdb_ipc_client_generated.cpp.
| void bb::wsdb::WsdbIpcClient::revert_all_checkpoints | ( | WsdbRevertAllCheckpoints | cmd | ) |
Definition at line 210 of file wsdb_ipc_client_generated.cpp.
| void bb::wsdb::WsdbIpcClient::revert_checkpoint | ( | WsdbRevertCheckpoint | cmd | ) |
Definition at line 200 of file wsdb_ipc_client_generated.cpp.
| void bb::wsdb::WsdbIpcClient::rollback | ( | ) |
Definition at line 150 of file wsdb_ipc_client_generated.cpp.
|
private |
Definition at line 28 of file wsdb_ipc_client_generated.cpp.
| WsdbSequentialInsert::Response bb::wsdb::WsdbIpcClient::sequential_insert | ( | WsdbSequentialInsert | cmd | ) | const |
Definition at line 135 of file wsdb_ipc_client_generated.cpp.
| void bb::wsdb::WsdbIpcClient::shutdown | ( | ) |
Definition at line 220 of file wsdb_ipc_client_generated.cpp.
| WsdbSyncBlock::Response bb::wsdb::WsdbIpcClient::sync_block | ( | WsdbSyncBlock | cmd | ) |
Definition at line 155 of file wsdb_ipc_client_generated.cpp.
| WsdbUnwindBlocks::Response bb::wsdb::WsdbIpcClient::unwind_blocks | ( | WsdbUnwindBlocks | cmd | ) |
Definition at line 175 of file wsdb_ipc_client_generated.cpp.
| void bb::wsdb::WsdbIpcClient::update_archive | ( | WsdbUpdateArchive | cmd | ) | const |
Definition at line 140 of file wsdb_ipc_client_generated.cpp.
|
mutableprivate |
Definition at line 62 of file wsdb_ipc_client_generated.hpp.