Responses
Table of Contents
Classes
- EventInfo
- Part of the getEvents request.
- GetEventsResponse
- Response of the getEvents request.
- GetFeeStatsResponse
- Response for fee statistics query.
- GetHealthResponse
- General node health check response for the getHealth request.
- GetLatestLedgerResponse
- Response for getLatestLedger request.
- GetLedgerEntriesResponse
- Response when reading the current values of ledger entries.
- GetLedgersResponse
- Response for the getLedgers request.
- GetNetworkResponse
- Response for the getNetwork request.
- GetTransactionResponse
- Response when polling the RPC server to find out if a transaction has been completed.
- GetTransactionsResponse
- Response of the getTransactions request.
- GetVersionInfoResponse
- Response for version information query.
- InclusionFee
- Fee distribution statistics for transaction inclusion.
- LedgerEntry
- Part of the getLedgerEntries response.
- LedgerEntryChange
- Part of the simulate transaction response
- LedgerInfo
- Represents a single ledger in the getLedgers response.
- RestorePreamble
- Part of the simulateTransaction response.
- SendTransactionResponse
- Response when submitting a real transaction to the Stellar network via Soroban RPC.
- SimulateTransactionResponse
- Response that will be received when submitting a trial contract invocation.
- SimulateTransactionResult
- Used as a part of simulate transaction response.
- SimulateTransactionResults
- Collection of SimulateTransactionResult objects
- SorobanRpcErrorResponse
- Holds error response info if no successful result is provided.
- SorobanRpcResponse
- Abstract class for soroban rpc responses.
- TransactionEvents
- Transaction events container for protocol version >= 23
- TransactionInfo
- Represents a single transaction in the getTransactions response