IRpcApi

Undocumented in source.

Members

Functions

rpc
Json rpc(string jsonrpc, string method, Json[] params, uint id)
Undocumented in source.
rpc
Json rpc(string jsonrpc, string method, Json[] params, uint id, string[string] auth)
Undocumented in source.
runRpc
RpcRespond runRpc(T params)
Undocumented in source. Be warned that the author may not have intended to support it.
runRpc
RpcRespond runRpc(string[] params)
Undocumented in source. Be warned that the author may not have intended to support it.
runRpc
RpcRespond runRpc(T[string] params)
Undocumented in source. Be warned that the author may not have intended to support it.
runRpc
RpcRespond runRpc(string[string] auth, T params)
Undocumented in source. Be warned that the author may not have intended to support it.

Meta