PIVX Core  5.6.99
P2P Digital Currency
Functions
mining.cpp File Reference
#include "amount.h"
#include "blockassembler.h"
#include "chainparams.h"
#include "core_io.h"
#include "key_io.h"
#include "miner.h"
#include "net.h"
#include "rpc/server.h"
#include "shutdown.h"
#include "util/blockstatecatcher.h"
#include "validationinterface.h"
#include "warnings.h"
#include <univalue.h>
Include dependency graph for mining.cpp:

Go to the source code of this file.

Functions

UniValue prioritisetransaction (const JSONRPCRequest &request)
 
UniValue submitblock (const JSONRPCRequest &request)
 
UniValue estimatefee (const JSONRPCRequest &request)
 
UniValue estimatesmartfee (const JSONRPCRequest &request)
 
void RegisterMiningRPCCommands (CRPCTable &tableRPC)
 Register mining RPC commands. More...
 

Function Documentation

◆ estimatefee()

UniValue estimatefee ( const JSONRPCRequest request)

Definition at line 790 of file mining.cpp.

Here is the call graph for this function:

◆ estimatesmartfee()

UniValue estimatesmartfee ( const JSONRPCRequest request)

Definition at line 824 of file mining.cpp.

Here is the call graph for this function:

◆ prioritisetransaction()

UniValue prioritisetransaction ( const JSONRPCRequest request)

Definition at line 411 of file mining.cpp.

Here is the call graph for this function:

◆ RegisterMiningRPCCommands()

void RegisterMiningRPCCommands ( CRPCTable tableRPC)

Register mining RPC commands.

Definition at line 888 of file mining.cpp.

◆ submitblock()

UniValue submitblock ( const JSONRPCRequest request)

Definition at line 730 of file mining.cpp.

Here is the call graph for this function: