aboutsummaryrefslogtreecommitdiff
path: root/src/rpc/rpc_handler.h (follow)
AgeCommit message (Collapse)AuthorFilesLines
2017-09-05json serialization for rpc-relevant monero typesThomas Winget1-0/+54
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