SorobanRpcRequest

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)