Bitcoin ABC  0.29.1
P2P Digital Currency
command.cpp
Go to the documentation of this file.
1 // Copyright (c) 2019 The Bitcoin developers
2 // Distributed under the MIT software license, see the accompanying
3 // file COPYING or http://www.opensource.org/licenses/mit-license.php.
4 
5 #include <rpc/command.h>
6 #include <rpc/request.h>
7 
10  return Execute(request.params);
11 }
UniValue params
Definition: request.h:34
virtual UniValue Execute(const UniValue &args) const =0