JsonRpcResponse

Undocumented in source.

Members

Functions

getError
Nullable!JSONValue getError()

Undocumented in source.

getID
JSONValue getID()

Undocumented in source.

getResult
Nullable!JSONValue getResult()

Undocumented in source.

success
bool success()

Undocumented in source.

Inherited Members

From JsonRpcMessage

getVersion
JsonRpcVersion getVersion()

Undocumented in source.

parse
JsonRpcMessage parse(string msg)

Undocumented in source.

encode
string encode()

Undocumented in source.

Meta