PIVX Core  5.6.99
P2P Digital Currency
Functions
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 RegisterBudgetRPCCommands (CRPCTable &tableRPC)
 Register budget RPC commands. More...
 
void RegisterEvoRPCCommands (CRPCTable &tableRPC)
 Register Evo RPC commands. More...
 
void RegisterQuorumsRPCCommands (CRPCTable &tableRPC)
 Register Quorums RPC commands. More...
 

Function Documentation

◆ RegisterBlockchainRPCCommands()

void RegisterBlockchainRPCCommands ( CRPCTable tableRPC)

Register block chain RPC commands.

Definition at line 1748 of file blockchain.cpp.

◆ RegisterBudgetRPCCommands()

void RegisterBudgetRPCCommands ( CRPCTable tableRPC)

Register budget RPC commands.

Definition at line 777 of file budget.cpp.

◆ RegisterEvoRPCCommands()

void RegisterEvoRPCCommands ( CRPCTable tableRPC)

Register Evo RPC commands.

Definition at line 1081 of file rpcevo.cpp.

◆ RegisterMasternodeRPCCommands()

void RegisterMasternodeRPCCommands ( CRPCTable tableRPC)

Register masternode RPC commands.

Definition at line 1142 of file masternode.cpp.

◆ RegisterMiningRPCCommands()

void RegisterMiningRPCCommands ( CRPCTable tableRPC)

Register mining RPC commands.

Definition at line 888 of file mining.cpp.

◆ RegisterMiscRPCCommands()

void RegisterMiscRPCCommands ( CRPCTable tableRPC)

Register miscellaneous RPC commands.

Definition at line 869 of file misc.cpp.

◆ RegisterNetRPCCommands()

void RegisterNetRPCCommands ( CRPCTable tableRPC)

Register P2P networking RPC commands.

Definition at line 731 of file net.cpp.

◆ RegisterQuorumsRPCCommands()

void RegisterQuorumsRPCCommands ( CRPCTable tableRPC)

Register Quorums RPC commands.

Definition at line 435 of file rpcquorums.cpp.

◆ RegisterRawTransactionRPCCommands()

void RegisterRawTransactionRPCCommands ( CRPCTable tableRPC)

Register raw transaction RPC commands.

Definition at line 912 of file rawtransaction.cpp.