Skip navigation links
A B C D E F G H I K L M N O P Q R S T U V W X 

R

random() - Static method in class org.stellar.sdk.KeyPair
Generates a random Stellar keypair.
read() - Method in class org.stellar.sdk.xdr.XdrDataInputStream
 
readChallengeAuthorizationEntries(String, String, String, String[], String) - Static method in class org.stellar.sdk.Sep45Challenge
Reads and validates a SEP-45 challenge authorization entries without verifying signatures.
readChallengeAuthorizationEntries(String, String, String, String, String) - Static method in class org.stellar.sdk.Sep45Challenge
Reads and validates a SEP-45 challenge authorization entries without verifying signatures.
readChallengeTransaction(String, String, Network, String[], String) - Static method in class org.stellar.sdk.Sep10Challenge
Reads a SEP 10 challenge transaction and returns the decoded transaction envelope and client account ID contained within.
readChallengeTransaction(String, String, Network, String, String) - Static method in class org.stellar.sdk.Sep10Challenge
Reads a SEP 10 challenge transaction and returns the decoded transaction envelope and client account ID contained within.
readDoubleArray() - Method in class org.stellar.sdk.xdr.XdrDataInputStream
Deprecated.
This method does not validate the array length and may cause OutOfMemoryError or NegativeArraySizeException with untrusted input. Use generated XDR type decoders instead which include proper validation.
readFloatArray() - Method in class org.stellar.sdk.xdr.XdrDataInputStream
Deprecated.
This method does not validate the array length and may cause OutOfMemoryError or NegativeArraySizeException with untrusted input. Use generated XDR type decoders instead which include proper validation.
readIntArray() - Method in class org.stellar.sdk.xdr.XdrDataInputStream
Deprecated.
This method does not validate the array length and may cause OutOfMemoryError or NegativeArraySizeException with untrusted input. Use generated XDR type decoders instead which include proper validation.
readOnly(LedgerKey[]) - Method in class org.stellar.sdk.xdr.LedgerFootprint.LedgerFootprintBuilder
 
readPaddedData(byte[], int, int) - Method in class org.stellar.sdk.xdr.XdrDataInputStream
Reads exactly len bytes of XDR opaque/string data, handling short reads, then reads and validates padding bytes to maintain 4-byte alignment.
readWrite(LedgerKey[]) - Method in class org.stellar.sdk.xdr.LedgerFootprint.LedgerFootprintBuilder
 
readXdrBoolean() - Method in class org.stellar.sdk.xdr.XdrDataInputStream
Reads an XDR boolean value from the stream.
RelBefore(long) - Constructor for class org.stellar.sdk.Predicate.RelBefore
Creates a new predicate based on a relative time offset from the close time of the ledger.
RelBefore(Duration) - Constructor for class org.stellar.sdk.Predicate.RelBefore
Creates a new RelBefore instance.
relBefore(Int64) - Method in class org.stellar.sdk.xdr.ClaimPredicate.ClaimPredicateBuilder
 
removed(LedgerKey) - Method in class org.stellar.sdk.xdr.LedgerEntryChange.LedgerEntryChangeBuilder
 
rentFee1KBSorobanStateSizeHigh(Int64) - Method in class org.stellar.sdk.xdr.ConfigSettingContractLedgerCostV0.ConfigSettingContractLedgerCostV0Builder
 
rentFee1KBSorobanStateSizeLow(Int64) - Method in class org.stellar.sdk.xdr.ConfigSettingContractLedgerCostV0.ConfigSettingContractLedgerCostV0Builder
 
rentFeeCharged(Int64) - Method in class org.stellar.sdk.xdr.SorobanTransactionMetaExtV1.SorobanTransactionMetaExtV1Builder
 
reqHash(Uint256) - Method in class org.stellar.sdk.xdr.DontHave.DontHaveBuilder
 
request(TimeSlicedSurveyRequestMessage) - Method in class org.stellar.sdk.xdr.SignedTimeSlicedSurveyRequestMessage.SignedTimeSlicedSurveyRequestMessageBuilder
 
request(SurveyRequestMessage) - Method in class org.stellar.sdk.xdr.TimeSlicedSurveyRequestMessage.TimeSlicedSurveyRequestMessageBuilder
 
RequestBuilder - Class in org.stellar.sdk.requests
Abstract class for request builders.
RequestBuilder.Order - Enum in org.stellar.sdk.requests
Represents possible order parameter values.
requestSignature(Signature) - Method in class org.stellar.sdk.xdr.SignedTimeSlicedSurveyRequestMessage.SignedTimeSlicedSurveyRequestMessageBuilder
 
RequestTimeoutException - Exception in org.stellar.sdk.exception
Exception thrown when a request times out.
RequestTimeoutException(int, String, Problem) - Constructor for exception org.stellar.sdk.exception.RequestTimeoutException
Constructs a new BadRequestException.
RequestTimeoutException(int, String) - Constructor for exception org.stellar.sdk.exception.RequestTimeoutException
Constructs a new BadRequestException.
RequestTimeoutException(Throwable) - Constructor for exception org.stellar.sdk.exception.RequestTimeoutException
Constructs a new BadRequestException.
Reserve(String, Asset) - Constructor for class org.stellar.sdk.responses.LiquidityPoolResponse.Reserve
 
reserveA(Int64) - Method in class org.stellar.sdk.xdr.LiquidityPoolEntry.LiquidityPoolEntryBody.LiquidityPoolEntryConstantProduct.LiquidityPoolEntryConstantProductBuilder
 
reserveB(Int64) - Method in class org.stellar.sdk.xdr.LiquidityPoolEntry.LiquidityPoolEntryBody.LiquidityPoolEntryConstantProduct.LiquidityPoolEntryConstantProductBuilder
 
resolveAccountId(String, String) - Method in class org.stellar.sdk.federation.Federation
Resolves the given Stellar account ID to federation record if the user was found for a given Stellar account ID.
resolveAddress(String) - Method in class org.stellar.sdk.federation.Federation
Resolves the given address to federation record if the user was found for a given Stellar address.
ResourceConfig(BigInteger) - Constructor for class org.stellar.sdk.requests.sorobanrpc.SimulateTransactionRequest.ResourceConfig
 
resourceExt(SorobanResourcesExtV0) - Method in class org.stellar.sdk.xdr.SorobanTransactionData.SorobanTransactionDataExt.SorobanTransactionDataExtBuilder
 
resourceFee(Int64) - Method in class org.stellar.sdk.xdr.SorobanTransactionData.SorobanTransactionDataBuilder
 
resources(SorobanResources) - Method in class org.stellar.sdk.xdr.SorobanTransactionData.SorobanTransactionDataBuilder
 
Response - Class in org.stellar.sdk.responses
 
Response() - Constructor for class org.stellar.sdk.responses.Response
 
response(TimeSlicedSurveyResponseMessage) - Method in class org.stellar.sdk.xdr.SignedTimeSlicedSurveyResponseMessage.SignedTimeSlicedSurveyResponseMessageBuilder
 
response(SurveyResponseMessage) - Method in class org.stellar.sdk.xdr.TimeSlicedSurveyResponseMessage.TimeSlicedSurveyResponseMessageBuilder
 
ResponseHandler<T> - Class in org.stellar.sdk.requests
 
ResponseHandler(TypeToken<T>) - Constructor for class org.stellar.sdk.requests.ResponseHandler
"Generics on a type are typically erased at runtime, except when the type is compiled with the generic parameter bound.
responseSignature(Signature) - Method in class org.stellar.sdk.xdr.SignedTimeSlicedSurveyResponseMessage.SignedTimeSlicedSurveyResponseMessageBuilder
 
RestorationFailureException - Exception in org.stellar.sdk.contract.exception
Raised when a restoration fails.
RestorationFailureException(String, AssembledTransaction<?>) - Constructor for exception org.stellar.sdk.contract.exception.RestorationFailureException
 
restored(LedgerEntry) - Method in class org.stellar.sdk.xdr.LedgerEntryChange.LedgerEntryChangeBuilder
 
restoreFootprint() - Method in class org.stellar.sdk.contract.AssembledTransaction
Restore the contract state.
restoreFootprintOp(RestoreFootprintOp) - Method in class org.stellar.sdk.xdr.Operation.OperationBody.OperationBodyBuilder
 
RestoreFootprintOp - Class in org.stellar.sdk.xdr
RestoreFootprintOp's original definition in the XDR file is:
RestoreFootprintOp() - Constructor for class org.stellar.sdk.xdr.RestoreFootprintOp
 
RestoreFootprintOp(ExtensionPoint) - Constructor for class org.stellar.sdk.xdr.RestoreFootprintOp
 
RestoreFootprintOp.RestoreFootprintOpBuilder - Class in org.stellar.sdk.xdr
 
RestoreFootprintOperation - Class in org.stellar.sdk.operations
Represents RestoreFootprint operation.
RestoreFootprintOperation.RestoreFootprintOperationBuilder<C extends RestoreFootprintOperation,B extends RestoreFootprintOperation.RestoreFootprintOperationBuilder<C,B>> - Class in org.stellar.sdk.operations
 
RestoreFootprintOperationBuilder() - Constructor for class org.stellar.sdk.operations.RestoreFootprintOperation.RestoreFootprintOperationBuilder
 
RestoreFootprintOperationResponse - Class in org.stellar.sdk.responses.operations
Represents RestoreFootprint operation response.
RestoreFootprintOperationResponse() - Constructor for class org.stellar.sdk.responses.operations.RestoreFootprintOperationResponse
 
restoreFootprintResult(RestoreFootprintResult) - Method in class org.stellar.sdk.xdr.OperationResult.OperationResultTr.OperationResultTrBuilder
 
RestoreFootprintResult - Class in org.stellar.sdk.xdr
RestoreFootprintResult's original definition in the XDR file is:
RestoreFootprintResult() - Constructor for class org.stellar.sdk.xdr.RestoreFootprintResult
 
RestoreFootprintResult(RestoreFootprintResultCode) - Constructor for class org.stellar.sdk.xdr.RestoreFootprintResult
 
RestoreFootprintResult.RestoreFootprintResultBuilder - Class in org.stellar.sdk.xdr
 
RestoreFootprintResultCode - Enum in org.stellar.sdk.xdr
RestoreFootprintResultCode's original definition in the XDR file is:
RestorePreamble(String, Long) - Constructor for class org.stellar.sdk.responses.sorobanrpc.SimulateTransactionResponse.RestorePreamble
Creates a new RestorePreamble instance.
result() - Method in class org.stellar.sdk.contract.AssembledTransaction
Get the result of the function invocation from the simulation.
result(InnerTransactionResult.InnerTransactionResultResult) - Method in class org.stellar.sdk.xdr.InnerTransactionResult.InnerTransactionResultBuilder
 
result(InnerTransactionResult) - Method in class org.stellar.sdk.xdr.InnerTransactionResultPair.InnerTransactionResultPairBuilder
 
result(SCSpecTypeResult) - Method in class org.stellar.sdk.xdr.SCSpecTypeDef.SCSpecTypeDefBuilder
 
result(TransactionResult.TransactionResultResult) - Method in class org.stellar.sdk.xdr.TransactionResult.TransactionResultBuilder
 
result(TransactionResultPair) - Method in class org.stellar.sdk.xdr.TransactionResultMeta.TransactionResultMetaBuilder
 
result(TransactionResultPair) - Method in class org.stellar.sdk.xdr.TransactionResultMetaV1.TransactionResultMetaV1Builder
 
result(TransactionResult) - Method in class org.stellar.sdk.xdr.TransactionResultPair.TransactionResultPairBuilder
 
ResultCodes(String, String, List<String>) - Constructor for class org.stellar.sdk.responses.Problem.Extras.ResultCodes
 
results(OperationResult[]) - Method in class org.stellar.sdk.xdr.InnerTransactionResult.InnerTransactionResultResult.InnerTransactionResultResultBuilder
 
results(OperationResult[]) - Method in class org.stellar.sdk.xdr.TransactionResult.TransactionResultResult.TransactionResultResultBuilder
 
results(TransactionResultPair[]) - Method in class org.stellar.sdk.xdr.TransactionResultSet.TransactionResultSetBuilder
 
retHash(Hash) - Method in class org.stellar.sdk.xdr.Memo.MemoBuilder
 
returnHash(byte[]) - Static method in class org.stellar.sdk.Memo
Creates new MemoReturnHash instance from byte array.
returnHash(String) - Static method in class org.stellar.sdk.Memo
Creates new MemoReturnHash instance from hex-encoded string.
returnValue(SCVal) - Method in class org.stellar.sdk.xdr.InvokeHostFunctionSuccessPreImage.InvokeHostFunctionSuccessPreImageBuilder
 
returnValue(SCVal) - Method in class org.stellar.sdk.xdr.SorobanTransactionMeta.SorobanTransactionMetaBuilder
 
returnValue(SCVal) - Method in class org.stellar.sdk.xdr.SorobanTransactionMetaV2.SorobanTransactionMetaV2Builder
 
RevokeAccountSponsorshipOperation - Class in org.stellar.sdk.operations
Represents Revoke sponsorship operation.
RevokeAccountSponsorshipOperation.RevokeAccountSponsorshipOperationBuilder<C extends RevokeAccountSponsorshipOperation,B extends RevokeAccountSponsorshipOperation.RevokeAccountSponsorshipOperationBuilder<C,B>> - Class in org.stellar.sdk.operations
 
RevokeAccountSponsorshipOperationBuilder() - Constructor for class org.stellar.sdk.operations.RevokeAccountSponsorshipOperation.RevokeAccountSponsorshipOperationBuilder
 
RevokeClaimableBalanceSponsorshipOperation - Class in org.stellar.sdk.operations
Represents Revoke sponsorship operation.
RevokeClaimableBalanceSponsorshipOperation.RevokeClaimableBalanceSponsorshipOperationBuilder<C extends RevokeClaimableBalanceSponsorshipOperation,B extends RevokeClaimableBalanceSponsorshipOperation.RevokeClaimableBalanceSponsorshipOperationBuilder<C,B>> - Class in org.stellar.sdk.operations
 
RevokeClaimableBalanceSponsorshipOperationBuilder() - Constructor for class org.stellar.sdk.operations.RevokeClaimableBalanceSponsorshipOperation.RevokeClaimableBalanceSponsorshipOperationBuilder
 
RevokeDataSponsorshipOperation - Class in org.stellar.sdk.operations
Represents Revoke sponsorship operation.
RevokeDataSponsorshipOperation.RevokeDataSponsorshipOperationBuilder<C extends RevokeDataSponsorshipOperation,B extends RevokeDataSponsorshipOperation.RevokeDataSponsorshipOperationBuilder<C,B>> - Class in org.stellar.sdk.operations
 
RevokeDataSponsorshipOperationBuilder() - Constructor for class org.stellar.sdk.operations.RevokeDataSponsorshipOperation.RevokeDataSponsorshipOperationBuilder
 
revokeID(HashIDPreimage.HashIDPreimageRevokeID) - Method in class org.stellar.sdk.xdr.HashIDPreimage.HashIDPreimageBuilder
 
RevokeOfferSponsorshipOperation - Class in org.stellar.sdk.operations
Represents Revoke sponsorship operation.
RevokeOfferSponsorshipOperation.RevokeOfferSponsorshipOperationBuilder<C extends RevokeOfferSponsorshipOperation,B extends RevokeOfferSponsorshipOperation.RevokeOfferSponsorshipOperationBuilder<C,B>> - Class in org.stellar.sdk.operations
 
RevokeOfferSponsorshipOperationBuilder() - Constructor for class org.stellar.sdk.operations.RevokeOfferSponsorshipOperation.RevokeOfferSponsorshipOperationBuilder
 
RevokeSignerSponsorshipOperation - Class in org.stellar.sdk.operations
Represents Revoke sponsorship operation.
RevokeSignerSponsorshipOperation.RevokeSignerSponsorshipOperationBuilder<C extends RevokeSignerSponsorshipOperation,B extends RevokeSignerSponsorshipOperation.RevokeSignerSponsorshipOperationBuilder<C,B>> - Class in org.stellar.sdk.operations
 
RevokeSignerSponsorshipOperationBuilder() - Constructor for class org.stellar.sdk.operations.RevokeSignerSponsorshipOperation.RevokeSignerSponsorshipOperationBuilder
 
revokeSponsorshipOp(RevokeSponsorshipOp) - Method in class org.stellar.sdk.xdr.Operation.OperationBody.OperationBodyBuilder
 
RevokeSponsorshipOp - Class in org.stellar.sdk.xdr
RevokeSponsorshipOp's original definition in the XDR file is:
RevokeSponsorshipOp() - Constructor for class org.stellar.sdk.xdr.RevokeSponsorshipOp
 
RevokeSponsorshipOp(RevokeSponsorshipType, LedgerKey, RevokeSponsorshipOp.RevokeSponsorshipOpSigner) - Constructor for class org.stellar.sdk.xdr.RevokeSponsorshipOp
 
RevokeSponsorshipOp.RevokeSponsorshipOpBuilder - Class in org.stellar.sdk.xdr
 
RevokeSponsorshipOp.RevokeSponsorshipOpSigner - Class in org.stellar.sdk.xdr
RevokeSponsorshipOpSigner's original definition in the XDR file is:
RevokeSponsorshipOp.RevokeSponsorshipOpSigner.RevokeSponsorshipOpSignerBuilder - Class in org.stellar.sdk.xdr
 
RevokeSponsorshipOperationResponse - Class in org.stellar.sdk.responses.operations
Represents RevokeSponsorship operation response.
RevokeSponsorshipOperationResponse(String, String, String, String, Long, String, String, String, String) - Constructor for class org.stellar.sdk.responses.operations.RevokeSponsorshipOperationResponse
 
RevokeSponsorshipOpSigner() - Constructor for class org.stellar.sdk.xdr.RevokeSponsorshipOp.RevokeSponsorshipOpSigner
 
RevokeSponsorshipOpSigner(AccountID, SignerKey) - Constructor for class org.stellar.sdk.xdr.RevokeSponsorshipOp.RevokeSponsorshipOpSigner
 
revokeSponsorshipResult(RevokeSponsorshipResult) - Method in class org.stellar.sdk.xdr.OperationResult.OperationResultTr.OperationResultTrBuilder
 
RevokeSponsorshipResult - Class in org.stellar.sdk.xdr
RevokeSponsorshipResult's original definition in the XDR file is:
RevokeSponsorshipResult() - Constructor for class org.stellar.sdk.xdr.RevokeSponsorshipResult
 
RevokeSponsorshipResult(RevokeSponsorshipResultCode) - Constructor for class org.stellar.sdk.xdr.RevokeSponsorshipResult
 
RevokeSponsorshipResult.RevokeSponsorshipResultBuilder - Class in org.stellar.sdk.xdr
 
RevokeSponsorshipResultCode - Enum in org.stellar.sdk.xdr
RevokeSponsorshipResultCode's original definition in the XDR file is:
RevokeSponsorshipType - Enum in org.stellar.sdk.xdr
RevokeSponsorshipType's original definition in the XDR file is:
RevokeTrustlineSponsorshipOperation - Class in org.stellar.sdk.operations
Represents Revoke sponsorship operation.
RevokeTrustlineSponsorshipOperation.RevokeTrustlineSponsorshipOperationBuilder<C extends RevokeTrustlineSponsorshipOperation,B extends RevokeTrustlineSponsorshipOperation.RevokeTrustlineSponsorshipOperationBuilder<C,B>> - Class in org.stellar.sdk.operations
 
RevokeTrustlineSponsorshipOperationBuilder() - Constructor for class org.stellar.sdk.operations.RevokeTrustlineSponsorshipOperation.RevokeTrustlineSponsorshipOperationBuilder
 
root() - Method in class org.stellar.sdk.Server
 
rootInvocation(SorobanAuthorizedInvocation) - Method in class org.stellar.sdk.xdr.SorobanAuthorizationEntry.SorobanAuthorizationEntryBuilder
 
RootRequestBuilder - Class in org.stellar.sdk.requests
Builds requests connected to root.
RootRequestBuilder(OkHttpClient, HttpUrl) - Constructor for class org.stellar.sdk.requests.RootRequestBuilder
 
RootResponse - Class in org.stellar.sdk.responses
Represents root endpoint response.
RootResponse(String, String, Long, Long, String, Long, Long, String, Integer, Integer, Integer, RootResponse.Links) - Constructor for class org.stellar.sdk.responses.RootResponse
 
RootResponse.Links - Class in org.stellar.sdk.responses
 
Row(String, String, Price) - Constructor for class org.stellar.sdk.responses.OrderBookResponse.Row
 
A B C D E F G H I K L M N O P Q R S T U V W X 
Skip navigation links