blockchain-kit-sdk
Toggle table of contents
1.0.21-dev
common
Target filter
common
Switch theme
Search in API
Skip to content
blockchain-kit-sdk
blockchain-kit-sdk
/
com.cramium.blockchain.kit.blockchain.evm
/
JsonRpcResponse
/
JsonRpcResponse
Json
Rpc
Response
common
constructor
(
jsonrpc
:
String
=
"2.0"
,
id
:
Int
=
1
,
result
:
String
?
=
null
,
error
:
JsonRpcError
?
=
null
)