Feathercoin  0.5.0
P2P Digital Currency
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros
Functions
rpcnet.cpp File Reference
#include "net.h"
#include "bitcoinrpc.h"
#include "alert.h"
#include "base58.h"
Include dependency graph for rpcnet.cpp:

Go to the source code of this file.

Functions

Value getconnectioncount (const Array &params, bool fHelp)
 
Value getpeerinfo (const Array &params, bool fHelp)
 
Value addnode (const Array &params, bool fHelp)
 
Value getaddednodeinfo (const Array &params, bool fHelp)
 
Value makekeypair (const Array &params, bool fHelp)
 
Value sendalert (const Array &params, bool fHelp)
 

Function Documentation

Value addnode ( const Array params,
bool  fHelp 
)

Definition at line 80 of file rpcnet.cpp.

Value getaddednodeinfo ( const Array params,
bool  fHelp 
)

Definition at line 122 of file rpcnet.cpp.

Value getconnectioncount ( const Array params,
bool  fHelp 
)

Definition at line 16 of file rpcnet.cpp.

Value getpeerinfo ( const Array params,
bool  fHelp 
)

Definition at line 40 of file rpcnet.cpp.

Value makekeypair ( const Array params,
bool  fHelp 
)

Definition at line 215 of file rpcnet.cpp.

Value sendalert ( const Array params,
bool  fHelp 
)

Definition at line 251 of file rpcnet.cpp.