rpc ~master (2019-04-11T21:28:52Z)
Dub
Repo
JsonRpcRequest.make
rpc
protocol
json
JsonRpcRequest
Create a new json request.
JsonRpcRequest
!
TId
make
(TId id, string method, T params)
JsonRpcRequest
!
TId
make
(TId id, string method)
class
JsonRpcRequest
(TId)
static
JsonRpcRequest
!
TId
make
(
TId
id
,
string
method
)
Meta
Source
See Implementation
rpc
protocol
json
JsonRpcRequest
constructors
this
functions
hasParams
toJson
toString
properties
requestId
static functions
fromJson
fromString
make
variables
id
jsonrpc
method
params
Create a new json request.