aboutsummaryrefslogtreecommitdiff
path: root/src/rpc/rpc_handler.h
Commit message (Collapse)AuthorAgeFilesLines
* Readd copyright starting datexmr-eric2018-01-261-1/+1
|
* Update 2018 copyrightxmr-eric2018-01-261-1/+1
|
* json serialization for rpc-relevant monero typesThomas Winget2017-09-051-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