Dash Core Source Documentation (0.16.0.1)

Find detailed information regarding the Dash Core source code.

register.h File Reference
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

void RegisterBlockchainRPCCommands (CRPCTable &tableRPC)
 Register block chain RPC commands. More...
 
void RegisterNetRPCCommands (CRPCTable &tableRPC)
 Register P2P networking RPC commands. More...
 
void RegisterMiscRPCCommands (CRPCTable &tableRPC)
 Register miscellaneous RPC commands. More...
 
void RegisterMiningRPCCommands (CRPCTable &tableRPC)
 Register mining RPC commands. More...
 
void RegisterRawTransactionRPCCommands (CRPCTable &tableRPC)
 Register raw transaction RPC commands. More...
 
void RegisterMasternodeRPCCommands (CRPCTable &tableRPC)
 Register masternode RPC commands. More...
 
void RegisterPrivateSendRPCCommands (CRPCTable &tableRPC)
 Register PrivateSend RPC commands. More...
 
void RegisterGovernanceRPCCommands (CRPCTable &tableRPC)
 Register governance RPC commands. More...
 
void RegisterEvoRPCCommands (CRPCTable &tableRPC)
 Register Evo RPC commands. More...
 
void RegisterQuorumsRPCCommands (CRPCTable &tableRPC)
 Register Quorums RPC commands. More...
 
static void RegisterAllCoreRPCCommands (CRPCTable &t)
 

Function Documentation

◆ RegisterAllCoreRPCCommands()

◆ RegisterBlockchainRPCCommands()

void RegisterBlockchainRPCCommands ( CRPCTable tableRPC)

Register block chain RPC commands.

Definition at line 2293 of file blockchain.cpp.

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

Referenced by RegisterAllCoreRPCCommands().

◆ RegisterEvoRPCCommands()

void RegisterEvoRPCCommands ( CRPCTable tableRPC)

Register Evo RPC commands.

Definition at line 1307 of file rpcevo.cpp.

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

Referenced by RegisterAllCoreRPCCommands().

◆ RegisterGovernanceRPCCommands()

void RegisterGovernanceRPCCommands ( CRPCTable tableRPC)

Register governance RPC commands.

Definition at line 1107 of file governance.cpp.

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

Referenced by RegisterAllCoreRPCCommands().

◆ RegisterMasternodeRPCCommands()

void RegisterMasternodeRPCCommands ( CRPCTable tableRPC)

Register masternode RPC commands.

Definition at line 531 of file masternode.cpp.

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

Referenced by RegisterAllCoreRPCCommands().

◆ RegisterMiningRPCCommands()

void RegisterMiningRPCCommands ( CRPCTable tableRPC)

Register mining RPC commands.

Definition at line 1020 of file mining.cpp.

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

Referenced by RegisterAllCoreRPCCommands().

◆ RegisterMiscRPCCommands()

void RegisterMiscRPCCommands ( CRPCTable tableRPC)

Register miscellaneous RPC commands.

Definition at line 1231 of file misc.cpp.

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

Referenced by RegisterAllCoreRPCCommands().

◆ RegisterNetRPCCommands()

void RegisterNetRPCCommands ( CRPCTable tableRPC)

Register P2P networking RPC commands.

Definition at line 670 of file net.cpp.

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

Referenced by RegisterAllCoreRPCCommands().

◆ RegisterPrivateSendRPCCommands()

void RegisterPrivateSendRPCCommands ( CRPCTable tableRPC)

Register PrivateSend RPC commands.

Definition at line 162 of file privatesend.cpp.

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

Referenced by RegisterAllCoreRPCCommands().

◆ RegisterQuorumsRPCCommands()

void RegisterQuorumsRPCCommands ( CRPCTable tableRPC)

Register Quorums RPC commands.

Definition at line 528 of file rpcquorums.cpp.

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

Referenced by RegisterAllCoreRPCCommands().

◆ RegisterRawTransactionRPCCommands()

void RegisterRawTransactionRPCCommands ( CRPCTable tableRPC)

Register raw transaction RPC commands.

Definition at line 1070 of file rawtransaction.cpp.

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

Referenced by RegisterAllCoreRPCCommands().

Released under the MIT license