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:
-
ClassDescriptionRepresents the type of event.Request for JSON-RPC method getEvents.Request for JSON-RPC method getLedgerEntries.Request for JSON-RPC method getLedgers.Request for JSON-RPC method getTransaction.Request for JSON-RPC method getTransactions.Request for JSON-RPC method sendTransaction.Request for JSON-RPC method simulateTransaction.Represents the request sent to Stellar RPC (formerly Soroban-RPC).