rpcMethods property

HashMap<String, RPCMethod> rpcMethods
getter/setter pair

All the rpc method that the plugin expose.

Implementation

HashMap<String, RPCMethod> rpcMethods = HashMap();