JsonRPCResponse

Json-Rpc response.

More...

Constructors

this
this()
Undocumented in source.

Members

Functions

isError
bool isError()
Undocumented in source. Be warned that the author may not have intended to support it.
isSuccess
bool isSuccess()
Undocumented in source. Be warned that the author may not have intended to support it.
toJson
Json toJson()
Undocumented in source. Be warned that the author may not have intended to support it.
toString
string toString()
Undocumented in source. Be warned that the author may not have intended to support it.

Static functions

fromJson
JsonRPCResponse fromJson(Json src)
Undocumented in source. Be warned that the author may not have intended to support it.
fromString
JsonRPCResponse fromString(string src)
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

error
Nullable!JsonRPCError error;
Undocumented in source.
id
Nullable!TId id;
Undocumented in source.
jsonrpc
string jsonrpc;
Undocumented in source.
result
Nullable!Json result;
Undocumented in source.

Detailed Description

Template Params

TId = The type used to identify rpc request.

Meta