mirror of
https://github.com/monero-project/monero.git
synced 2025-07-23 12:50:41 -04:00
json serialization for rpc-relevant monero types
Structured {de-,}serialization methods for (many new) types which are used for requests or responses in the RPC. New types include RPC requests and responses, and structs which compose types within those. # Conflicts: # src/cryptonote_core/blockchain.cpp
This commit is contained in:
parent
5c1e08fe80
commit
77986023c3
29 changed files with 4968 additions and 3 deletions
|
@ -43,6 +43,8 @@ private:
|
|||
void stop_p2p();
|
||||
private:
|
||||
std::unique_ptr<t_internals> mp_internals;
|
||||
std::string zmq_rpc_bind_address;
|
||||
std::string zmq_rpc_bind_port;
|
||||
public:
|
||||
t_daemon(
|
||||
boost::program_options::variables_map const & vm
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue