stellar-sdk
Toggle table of contents
1.3.0
common
Target filter
common
Switch theme
Search in API
Skip to content
stellar-sdk
stellar-sdk
/
com.soneso.stellar.sdk.rpc.requests
/
SorobanRpcRequest
/
SorobanRpcRequest
Soroban
Rpc
Request
constructor
(
jsonRpc
:
String
=
"2.0"
,
id
:
String
,
method
:
String
,
params
:
T
?
=
null
)
Parameters
T
The type of the request parameters (can be nullable for parameter-less methods)