IRpcApi.runRpc

Undocumented in source. Be warned that the author may not have intended to support it.
  1. RpcRespond runRpc(T params)
  2. RpcRespond runRpc(string[] params)
  3. RpcRespond runRpc(T[string] params)
    interface IRpcApi
    final
    runRpc
    (
    string method
    T...
    )
    (
    T[string] params
    )
  4. RpcRespond runRpc(string[string] auth, T params)

Meta