djrpc ~master (2020-09-25T19:57:31Z)
Dub
Repo
JsonRpcMessage
djrpc
base
Undocumented in source.
interface
JsonRpcMessage {
JsonRpcVersion
getVersion
();
static
JsonRpcMessage
parse
(string msg);
string
encode
();
}
Members
Functions
encode
string
encode
()
Undocumented in source.
getVersion
JsonRpcVersion
getVersion
()
Undocumented in source.
Static functions
parse
JsonRpcMessage
parse
(string msg)
Undocumented in source.
Meta
Source
See Implementation
djrpc
base
enums
JsonRpcVersion
interfaces
JsonRpcMessage
JsonRpcNotification
JsonRpcRequest
JsonRpcResponse
Undocumented in source.