Dash Core Source Documentation (0.16.0.1)

Find detailed information regarding the Dash Core source code.

privatesend.cpp File Reference
#include <validation.h>
#include <privatesend/privatesend-server.h>
#include <rpc/server.h>
#include <rpc/safemode.h>
#include <univalue.h>
+ Include dependency graph for privatesend.cpp:

Go to the source code of this file.

Functions

UniValue getpoolinfo (const JSONRPCRequest &request)
 
UniValue getprivatesendinfo (const JSONRPCRequest &request)
 
void RegisterPrivateSendRPCCommands (CRPCTable &t)
 Register PrivateSend RPC commands. More...
 

Variables

static const CRPCCommand commands []
 

Function Documentation

◆ getpoolinfo()

UniValue getpoolinfo ( const JSONRPCRequest request)

Definition at line 75 of file privatesend.cpp.

◆ getprivatesendinfo()

◆ RegisterPrivateSendRPCCommands()

void RegisterPrivateSendRPCCommands ( CRPCTable t)

Register PrivateSend RPC commands.

Definition at line 162 of file privatesend.cpp.

References CRPCTable::appendCommand(), ARRAYLEN, commands, and CRPCCommand::name.

Referenced by RegisterAllCoreRPCCommands().

Variable Documentation

◆ commands

const CRPCCommand commands[]
static
Initial value:
=
{
{ "dash", "getpoolinfo", &getpoolinfo, {} },
{ "dash", "getprivatesendinfo", &getprivatesendinfo, {} },
}
UniValue getpoolinfo(const JSONRPCRequest &request)
Definition: privatesend.cpp:75
UniValue getprivatesendinfo(const JSONRPCRequest &request)
Definition: privatesend.cpp:83

Definition at line 152 of file privatesend.cpp.

Referenced by RegisterPrivateSendRPCCommands().

Released under the MIT license