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
/
JsonRpcRequest
Json
Rpc
Request
common
@
Serializable
data
class
JsonRpcRequest
(
val
jsonrpc
:
String
=
"2.0"
,
val
method
:
String
,
val
params
:
List
<
JsonElement
>
=
emptyList()
,
val
id
:
Int
=
1
)
Members
Constructors
Json
Rpc
Request
Link copied to clipboard
common
constructor
(
jsonrpc
:
String
=
"2.0"
,
method
:
String
,
params
:
List
<
JsonElement
>
=
emptyList()
,
id
:
Int
=
1
)
Properties
id
Link copied to clipboard
common
val
id
:
Int
jsonrpc
Link copied to clipboard
common
val
jsonrpc
:
String
method
Link copied to clipboard
common
val
method
:
String
params
Link copied to clipboard
common
val
params
:
List
<
JsonElement
>