Bitcoin Core 28.99.0
P2P Digital Currency
|
#include <bitcoin-build-config.h>
#include <common/args.h>
#include <common/system.h>
#include <external_signer.h>
#include <rpc/protocol.h>
#include <rpc/server.h>
#include <rpc/util.h>
#include <util/strencodings.h>
#include <string>
#include <vector>
Go to the source code of this file.
Functions | |
static RPCHelpMan | enumeratesigners () |
void | RegisterSignerRPCCommands (CRPCTable &t) |
|
static |
Definition at line 20 of file external_signer.cpp.
void RegisterSignerRPCCommands | ( | CRPCTable & | t | ) |
Definition at line 68 of file external_signer.cpp.