Class SorobanRpcRequest<T>

java.lang.Object
org.stellar.sdk.requests.sorobanrpc.SorobanRpcRequest<T>

public final class SorobanRpcRequest<T> extends Object
Represent the request sent to Soroban-RPC.
See Also:
  • Constructor Details

    • SorobanRpcRequest

      public SorobanRpcRequest(String id, String method, T params)
  • Method Details

    • getJsonRpc

      public String getJsonRpc()
    • getId

      public String getId()
    • getMethod

      public String getMethod()
    • getParams

      public T getParams()
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object