Package org.stellar.sdk.requests.sorobanrpc


package org.stellar.sdk.requests.sorobanrpc
Provides request types for Stellar RPC (formerly Soroban-RPC).

This package contains the request objects sent to a Stellar RPC instance via SorobanServer. Each request class corresponds to an RPC method (e.g., GetTransactionRequest for getTransaction, SimulateTransactionRequest for simulateTransaction).

See Also: