Bitcoin Core  27.99.0
P2P Digital Currency
Functions
signmessage.cpp File Reference
#include <key.h>
#include <key_io.h>
#include <rpc/protocol.h>
#include <rpc/request.h>
#include <rpc/server.h>
#include <rpc/util.h>
#include <univalue.h>
#include <util/message.h>
#include <string>
Include dependency graph for signmessage.cpp:

Go to the source code of this file.

Functions

static RPCHelpMan verifymessage ()
 
static RPCHelpMan signmessagewithprivkey ()
 
void RegisterSignMessageRPCCommands (CRPCTable &t)
 

Function Documentation

◆ RegisterSignMessageRPCCommands()

void RegisterSignMessageRPCCommands ( CRPCTable t)

Definition at line 104 of file signmessage.cpp.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ signmessagewithprivkey()

static RPCHelpMan signmessagewithprivkey ( )
static

Definition at line 64 of file signmessage.cpp.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ verifymessage()

static RPCHelpMan verifymessage ( )
static

Definition at line 17 of file signmessage.cpp.

Here is the call graph for this function:
Here is the caller graph for this function: