Bitcoin ABC
0.30.5
P2P Digital Currency
src
rpc
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
8
UniValue
9
RPCCommandWithArgsContext::Execute
(
const
JSONRPCRequest
&request)
const
{
10
return
Execute
(request.
params
);
11
}
JSONRPCRequest
Definition:
request.h:30
JSONRPCRequest::params
UniValue params
Definition:
request.h:34
RPCCommandWithArgsContext::Execute
virtual UniValue Execute(const UniValue &args) const =0
UniValue
Definition:
univalue.h:25
command.h
request.h
Generated on Wed Nov 20 2024 17:55:58 for Bitcoin ABC by
1.9.4