![]() |
PRCYCoin
2.0.0.7rc1
P2P Digital Currency
|
PRCY RPC command dispatcher. More...
#include <server.h>
Public Member Functions | |
| CRPCTable () | |
| const CRPCCommand * | operator[] (const std::string &name) const |
| std::string | help (std::string name) const |
| Note: This interface may still be subject to change. More... | |
| UniValue | execute (const std::string &method, const UniValue ¶ms) const |
| Execute a method. More... | |
| std::vector< std::string > | listCommands () const |
| Returns a list of registered commands. More... | |
Private Attributes | |
| std::map< std::string, const CRPCCommand * > | mapCommands |
| CRPCTable::CRPCTable | ( | ) |
Definition at line 451 of file server.cpp.
Execute a method.
| method | Method to execute |
| params | UniValue Array of arguments (JSON objects) |
| an | exception (UniValue) when an error happens. |
Definition at line 569 of file server.cpp.
| std::string CRPCTable::help | ( | std::string | name | ) | const |
Note: This interface may still be subject to change.
Definition at line 178 of file server.cpp.
| std::vector< std::string > CRPCTable::listCommands | ( | ) | const |
Returns a list of registered commands.
Definition at line 593 of file server.cpp.
| const CRPCCommand * CRPCTable::operator[] | ( | const std::string & | name | ) | const |
Definition at line 461 of file server.cpp.
|
private |
1.8.17