Class GetTransactionsResponse
java.lang.Object
org.stellar.sdk.responses.sorobanrpc.GetTransactionsResponse
Response for JSON-RPC method getTransactions.
- See Also:
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic final class
static enum
-
Constructor Summary
ConstructorDescriptionGetTransactionsResponse
(List<GetTransactionsResponse.Transaction> transactions, Long latestLedger, Long latestLedgerCloseTimestamp, Long oldestLedger, Long oldestLedgerCloseTimestamp, String cursor) -
Method Summary
-
Constructor Details
-
GetTransactionsResponse
-
-
Method Details