toggle menu
lattice-kt
1.0-SNAPSHOT
jvm
switch theme
search in API
lattice
/
com.example.lattice.model
/
JsonRpcResponse
Json
Rpc
Response
data
class
JsonRpcResponse
<
T
>
(
val
id
:
JsonRpcId
,
val
jsonRpc
:
JsonRpcIdentifier
,
val
result
:
T
?
,
val
error
:
JsonRpcError
?
)
Members
Constructors
Json
Rpc
Response
Link copied to clipboard
constructor
(
id
:
JsonRpcId
,
jsonRpc
:
JsonRpcIdentifier
,
result
:
T
?
,
error
:
JsonRpcError
?
)
Properties
error
Link copied to clipboard
val
error
:
JsonRpcError
?
id
Link copied to clipboard
val
id
:
JsonRpcId
json
Rpc
Link copied to clipboard
val
jsonRpc
:
JsonRpcIdentifier
result
Link copied to clipboard
val
result
:
T
?