Package org.stellar.sdk.responses.sorobanrpc
package org.stellar.sdk.responses.sorobanrpc
Provides response model classes for Stellar RPC (formerly Soroban-RPC).
Each class in this package represents the JSON-RPC response returned by Stellar RPC methods.
These responses are received via SorobanServer.
- See Also:
-
ClassDescriptionHolds parsed event data from a Stellar RPC response.Response for JSON-RPC method getEvents.Response for JSON-RPC method getFeeStats.Response for JSON-RPC method getHealth.Response for JSON-RPC method getLatestLedger.Response for JSON-RPC method getLedgerEntries.Response for JSON-RPC method getLedgers.Response for JSON-RPC method getNetwork.Response for
SorobanServer.getSACBalance(String, Asset, Network).Response for JSON-RPC method getTransaction.Response for JSON-RPC method getTransactions.Response for JSON-RPC method getNetwork.Response for JSON-RPC method sendTransaction.Response for JSON-RPC method simulateTransaction.LedgerEntryChange designates a change in a ledger entry.Represents the response returned by Stellar RPC (formerly Soroban-RPC).