Index

A B C D E F G H I K L M N O P R S T U V W 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form

F

FAILED - Enum constant in enum class org.stellar.sdk.responses.sorobanrpc.GetTransactionResponse.GetTransactionStatus
 
Federation - Class in org.stellar.sdk.federation
Helper class for resolving Stellar addresses.
FederationResponse - Class in org.stellar.sdk.federation
Object to hold a response from a federation server.
FederationResponse(String, String, String, String) - Constructor for class org.stellar.sdk.federation.FederationResponse
 
FederationServer - Class in org.stellar.sdk.federation
FederationServer handles a network connection to a federation server instance and exposes an interface for requests to that instance.
FederationServer(String, String) - Constructor for class org.stellar.sdk.federation.FederationServer
Creates a new FederationServer instance.
FederationServer(URI, String) - Constructor for class org.stellar.sdk.federation.FederationServer
Creates a new FederationServer instance.
FederationServerInvalidException - Exception Class in org.stellar.sdk.federation
Federation server is invalid (malformed URL, not HTTPS, etc.)
FederationServerInvalidException() - Constructor for exception class org.stellar.sdk.federation.FederationServerInvalidException
 
Fee - Static variable in class org.stellar.sdk.LiquidityPoolParameters
 
FeeBumpTransaction - Class in org.stellar.sdk
Represents Fee Bump Transaction in Stellar network.
FeeBumpTransaction(String, List<String>) - Constructor for class org.stellar.sdk.responses.TransactionResponse.FeeBumpTransaction
 
FeeBumpTransaction.Builder - Class in org.stellar.sdk
Builds a new FeeBumpTransaction object.
FeeDistribution - Class in org.stellar.sdk.responses
 
FeeDistribution(Long, Long, Long, Long, Long, Long, Long, Long, Long, Long, Long, Long, Long, Long) - Constructor for class org.stellar.sdk.responses.FeeDistribution
 
feeStats() - Method in class org.stellar.sdk.Server
Returns FeeStatsResponse instance.
FeeStatsRequestBuilder - Class in org.stellar.sdk.requests
 
FeeStatsRequestBuilder(OkHttpClient, HttpUrl) - Constructor for class org.stellar.sdk.requests.FeeStatsRequestBuilder
 
FeeStatsResponse - Class in org.stellar.sdk.responses
 
FeeStatsResponse(Long, Long, Float, FeeDistribution, FeeDistribution) - Constructor for class org.stellar.sdk.responses.FeeStatsResponse
 
filter(GetEventsRequest.EventFilter) - Method in class org.stellar.sdk.requests.sorobanrpc.GetEventsRequest.GetEventsRequestBuilder
 
filters(Collection<? extends GetEventsRequest.EventFilter>) - Method in class org.stellar.sdk.requests.sorobanrpc.GetEventsRequest.GetEventsRequestBuilder
 
Flags(boolean, boolean, boolean, boolean) - Constructor for class org.stellar.sdk.responses.AccountResponse.Flags
 
Flags(boolean, boolean, boolean, boolean) - Constructor for class org.stellar.sdk.responses.AssetResponse.Flags
 
Flags(Boolean) - Constructor for class org.stellar.sdk.responses.ClaimableBalanceResponse.Flags
 
forAccount(String) - Method in class org.stellar.sdk.requests.EffectsRequestBuilder
Builds request to GET /accounts/{account}/effects
forAccount(String) - Method in class org.stellar.sdk.requests.OperationsRequestBuilder
Builds request to GET /accounts/{account}/operations
forAccount(String) - Method in class org.stellar.sdk.requests.PaymentsRequestBuilder
Builds request to GET /accounts/{account}/payments
forAccount(String) - Method in class org.stellar.sdk.requests.TradesRequestBuilder
Builds request to GET /accounts/{account}/trades
forAccount(String) - Method in class org.stellar.sdk.requests.TransactionsRequestBuilder
Builds request to GET /accounts/{account}/transactions
forAccount(String) - Method in class org.stellar.sdk.requests.LiquidityPoolsRequestBuilder
Returns all liquidity pools the specified account is participating in.
forAsset(Asset) - Method in class org.stellar.sdk.requests.ClaimableBalancesRequestBuilder
Returns all claimable balances which hold a given asset.
forAsset(AssetTypeCreditAlphaNum) - Method in class org.stellar.sdk.requests.AccountsRequestBuilder
Returns all accounts who are trustees to a specific asset.
forBuyingAsset(Asset) - Method in class org.stellar.sdk.requests.OffersRequestBuilder
Returns all offers buying an asset.
forClaimableBalance(String) - Method in class org.stellar.sdk.requests.OperationsRequestBuilder
Builds request to GET /claimable_balances/{claimable_balance_id}/operations
forClaimableBalance(String) - Method in class org.stellar.sdk.requests.TransactionsRequestBuilder
Builds request to GET /claimable_balances/{claimable_balance_id}/transactions
forClaimant(String) - Method in class org.stellar.sdk.requests.ClaimableBalancesRequestBuilder
Returns all claimable balances which can be claimed by a given account id.
forLedger(long) - Method in class org.stellar.sdk.requests.EffectsRequestBuilder
Builds request to GET /ledgers/{ledgerSeq}/effects
forLedger(long) - Method in class org.stellar.sdk.requests.OperationsRequestBuilder
Builds request to GET /ledgers/{ledgerSeq}/operations
forLedger(long) - Method in class org.stellar.sdk.requests.PaymentsRequestBuilder
Builds request to GET /ledgers/{ledgerSeq}/payments
forLedger(long) - Method in class org.stellar.sdk.requests.TransactionsRequestBuilder
Builds request to GET /ledgers/{ledgerSeq}/transactions
forLiquidityPool(String) - Method in class org.stellar.sdk.requests.AccountsRequestBuilder
Returns all accounts who have trustlines to the specified liquidity pool.
forLiquidityPool(String) - Method in class org.stellar.sdk.requests.EffectsRequestBuilder
Builds request to GET /liquidity_pools/{poolID}/effects
forLiquidityPool(String) - Method in class org.stellar.sdk.requests.OperationsRequestBuilder
Builds request to GET /liquidity_pools/{poolID}/operations
forLiquidityPool(String) - Method in class org.stellar.sdk.requests.TradesRequestBuilder
Builds request to GET /liquidity_pools/{poolID}/trades
forLiquidityPool(String) - Method in class org.stellar.sdk.requests.TransactionsRequestBuilder
Builds request to GET /liquidity_pools/{ledgerSeq}/transactions
forLiquidityPool(LiquidityPoolID) - Method in class org.stellar.sdk.requests.AccountsRequestBuilder
Returns all accounts who have trustlines to the specified liquidity pool.
forLiquidityPool(LiquidityPoolID) - Method in class org.stellar.sdk.requests.EffectsRequestBuilder
Builds request to GET /liquidity_pools/{poolID}/effects
forLiquidityPool(LiquidityPoolID) - Method in class org.stellar.sdk.requests.OperationsRequestBuilder
Builds request to GET /liquidity_pools/{poolID}/operations
forLiquidityPool(LiquidityPoolID) - Method in class org.stellar.sdk.requests.TradesRequestBuilder
Builds request to GET /liquidity_pools/{poolID}/trades
forLiquidityPool(LiquidityPoolID) - Method in class org.stellar.sdk.requests.TransactionsRequestBuilder
Builds request to GET /liquidity_pools/{ledgerSeq}/transactions
FormatException - Exception Class in org.stellar.sdk
Indicates that there was a problem decoding strkey encoded string.
FormatException() - Constructor for exception class org.stellar.sdk.FormatException
 
FormatException(String) - Constructor for exception class org.stellar.sdk.FormatException
 
forOperation(long) - Method in class org.stellar.sdk.requests.EffectsRequestBuilder
Builds request to GET /operation/{operationId}/effects
forReserves(String...) - Method in class org.stellar.sdk.requests.LiquidityPoolsRequestBuilder
Returns all liquidity pools that contain reserves in all specified assets.
forSeller(String) - Method in class org.stellar.sdk.requests.OffersRequestBuilder
Returns all offers where the given account is the seller.
forSellingAsset(Asset) - Method in class org.stellar.sdk.requests.OffersRequestBuilder
Returns all offers selling an asset.
forSigner(String) - Method in class org.stellar.sdk.requests.AccountsRequestBuilder
Returns all accounts that contain a specific signer.
forSponsor(String) - Method in class org.stellar.sdk.requests.AccountsRequestBuilder
Returns all accounts who are sponsored by a given account or have subentries which are sponsored by a given account.
forSponsor(String) - Method in class org.stellar.sdk.requests.ClaimableBalancesRequestBuilder
Returns all claimable balances sponsored by a given account.
forSponsor(String) - Method in class org.stellar.sdk.requests.OffersRequestBuilder
Returns all offers sponsored by a given account.
forTradeType(String) - Method in class org.stellar.sdk.requests.TradesRequestBuilder
Returns all trades that of a specific type.
forTransaction(String) - Method in class org.stellar.sdk.requests.EffectsRequestBuilder
Builds request to GET /transactions/{transactionId}/effects
forTransaction(String) - Method in class org.stellar.sdk.requests.OperationsRequestBuilder
Builds request to GET /transactions/{transactionId}/operations
forTransaction(String) - Method in class org.stellar.sdk.requests.PaymentsRequestBuilder
Builds request to GET /transactions/{transactionId}/payments
fromAccount(byte[]) - Static method in class org.stellar.sdk.Address
Creates a new Address from a Stellar public key.
fromAccountId(String) - Static method in class org.stellar.sdk.KeyPair
Creates a new Stellar KeyPair from a strkey encoded Stellar account ID.
fromAddress(SCVal) - Static method in class org.stellar.sdk.scval.Scv
Convert from SCVal with the type of SCValType.SCV_ADDRESS to Address.
fromBip39Seed(byte[], int) - Static method in class org.stellar.sdk.KeyPair
Finds the KeyPair for the path m/44'/148'/accountNumber' using the method described in SEP-0005.
fromBoolean(SCVal) - Static method in class org.stellar.sdk.scval.Scv
Convert from SCVal with the type of SCValType.SCV_BOOL to boolean.
fromBytes(SCVal) - Static method in class org.stellar.sdk.scval.Scv
Convert from SCVal with the type of SCValType.SCV_BYTES to byte[].
fromContract(byte[]) - Static method in class org.stellar.sdk.Address
Creates a new Address from a Stellar Contract ID.
fromContractInstance(SCVal) - Static method in class org.stellar.sdk.scval.Scv
Convert from SCVal with the type of SCValType.SCV_CONTRACT_INSTANCE to SCContractInstance.
fromDuration(SCVal) - Static method in class org.stellar.sdk.scval.Scv
Convert from SCVal with the type of SCValType.SCV_DURATION to BigInteger.
fromEnvelopeXdr(String, Network) - Static method in class org.stellar.sdk.AbstractTransaction
Creates a Transaction instance from previously build TransactionEnvelope
fromEnvelopeXdr(AccountConverter, String, Network) - Static method in class org.stellar.sdk.AbstractTransaction
Creates a Transaction instance from previously build TransactionEnvelope
fromEnvelopeXdr(AccountConverter, TransactionEnvelope, Network) - Static method in class org.stellar.sdk.AbstractTransaction
Creates a AbstractTransaction instance from previously build TransactionEnvelope
fromEnvelopeXdr(TransactionEnvelope, Network) - Static method in class org.stellar.sdk.AbstractTransaction
Creates a AbstractTransaction instance from previously build TransactionEnvelope
fromError(SCVal) - Static method in class org.stellar.sdk.scval.Scv
Convert from SCVal with the type of SCValType.SCV_ERROR to SCError.
fromFeeBumpTransactionEnvelope(AccountConverter, FeeBumpTransactionEnvelope, Network) - Static method in class org.stellar.sdk.FeeBumpTransaction
 
fromFeeBumpTransactionEnvelope(FeeBumpTransactionEnvelope, Network) - Static method in class org.stellar.sdk.FeeBumpTransaction
 
fromInt128(SCVal) - Static method in class org.stellar.sdk.scval.Scv
Convert from SCVal with the type of SCValType.SCV_I128 to int128.
fromInt256(SCVal) - Static method in class org.stellar.sdk.scval.Scv
Convert from SCVal with the type of SCValType.SCV_I256 to int256.
fromInt32(SCVal) - Static method in class org.stellar.sdk.scval.Scv
Convert from SCVal with the type of SCValType.SCV_I128 to int32.
fromInt64(SCVal) - Static method in class org.stellar.sdk.scval.Scv
Convert from SCVal with the type of SCValType.SCV_I64 to int64.
fromLedgerKeyContractInstance(SCVal) - Static method in class org.stellar.sdk.scval.Scv
Parse from SCVal with the type of SCValType.SCV_LEDGER_KEY_CONTRACT_INSTANCE, this function returns void if conversion succeeds.
fromLedgerKeyNonce(SCVal) - Static method in class org.stellar.sdk.scval.Scv
Convert from SCVal with the type of SCValType.SCV_LEDGER_KEY_NONCE to long.
fromMap(SCVal) - Static method in class org.stellar.sdk.scval.Scv
Convert from SCVal with the type of SCValType.SCV_MAP to Map.
fromPublicKey(byte[]) - Static method in class org.stellar.sdk.KeyPair
Creates a new Stellar keypair from a 32 byte address.
fromSCAddress(SCAddress) - Static method in class org.stellar.sdk.Address
Creates a new Address from a SCAddress XDR object.
fromSCVal(SCVal) - Static method in class org.stellar.sdk.Address
Creates a new Address from a SCVal XDR object.
fromSecretSeed(byte[]) - Static method in class org.stellar.sdk.KeyPair
Creates a new Stellar keypair from a raw 32 byte secret seed.
fromSecretSeed(char[]) - Static method in class org.stellar.sdk.KeyPair
Creates a new Stellar KeyPair from a strkey encoded Stellar secret seed.
fromSecretSeed(String) - Static method in class org.stellar.sdk.KeyPair
Insecure Creates a new Stellar KeyPair from a strkey encoded Stellar secret seed.
fromString(String) - Static method in class org.stellar.sdk.Price
Approximates price to a fraction.
fromString(SCVal) - Static method in class org.stellar.sdk.scval.Scv
Convert from SCVal with the type of SCValType.SCV_STRING to String.
fromSymbol(SCVal) - Static method in class org.stellar.sdk.scval.Scv
Convert from SCVal with the type of SCValType.SCV_SYMBOL to String.
fromTimePoint(SCVal) - Static method in class org.stellar.sdk.scval.Scv
Convert from SCVal with the type of SCValType.SCV_TIMEPOINT to BigInteger.
fromUint128(SCVal) - Static method in class org.stellar.sdk.scval.Scv
Convert from SCVal with the type of SCValType.SCV_U128 to BigInteger.
fromUint256(SCVal) - Static method in class org.stellar.sdk.scval.Scv
Convert from SCVal with the type of SCValType.SCV_U256 to BigInteger.
fromUint32(SCVal) - Static method in class org.stellar.sdk.scval.Scv
Convert from SCVal with the type of SCValType.SCV_U32 to int.
fromUint64(SCVal) - Static method in class org.stellar.sdk.scval.Scv
Convert from SCVal with the type of SCValType.SCV_U64 to BigInteger.
fromV0EnvelopeXdr(AccountConverter, TransactionV0Envelope, Network) - Static method in class org.stellar.sdk.Transaction
 
fromV0EnvelopeXdr(TransactionV0Envelope, Network) - Static method in class org.stellar.sdk.Transaction
 
fromV1EnvelopeXdr(AccountConverter, TransactionV1Envelope, Network) - Static method in class org.stellar.sdk.Transaction
 
fromV1EnvelopeXdr(TransactionV1Envelope, Network) - Static method in class org.stellar.sdk.Transaction
 
fromVec(SCVal) - Static method in class org.stellar.sdk.scval.Scv
Convert from SCVal with the type of SCValType.SCV_VEC to Collection.
fromVoid(SCVal) - Static method in class org.stellar.sdk.scval.Scv
Parse from SCVal with the type of SCValType.SCV_VOID, this function returns void if conversion succeeds.
fromXdr(AccountConverter, Operation) - Static method in class org.stellar.sdk.Operation
Returns new Operation object from Operation XDR object.
fromXdr(Asset) - Static method in class org.stellar.sdk.Asset
Generates Asset object from a given XDR object
fromXdr(ChangeTrustAsset) - Static method in class org.stellar.sdk.ChangeTrustAsset
Generates ChangeTrustAsset object from a given XDR object
fromXdr(ClaimPredicate) - Static method in class org.stellar.sdk.Predicate
Generates Predicate object from a given XDR object
fromXdr(ExtendFootprintTTLOp) - Static method in class org.stellar.sdk.ExtendFootprintTTLOperation
Constructs a new ExtendFootprintTTLOperation object from the XDR representation of the ExtendFootprintTTLOperation.
fromXdr(InvokeHostFunctionOp) - Static method in class org.stellar.sdk.InvokeHostFunctionOperation
Constructs a new InvokeHostFunctionOperation object from the XDR representation of the InvokeHostFunctionOperation.
fromXdr(LedgerBounds) - Static method in class org.stellar.sdk.LedgerBounds
Creates a new LedgerBounds object.
fromXdr(LiquidityPoolConstantProductParameters) - Static method in class org.stellar.sdk.LiquidityPoolConstantProductParameters
Generates LiquidityPoolConstantProductParameters object from a given XDR object
fromXdr(LiquidityPoolParameters) - Static method in class org.stellar.sdk.LiquidityPoolParameters
Generates LiquidityPoolParameters object from a given XDR object
fromXdr(Memo) - Static method in class org.stellar.sdk.Memo
 
fromXdr(Operation) - Static method in class org.stellar.sdk.Operation
Returns new Operation object from Operation XDR object.
fromXdr(PoolID) - Static method in class org.stellar.sdk.LiquidityPoolID
Generates LiquidityPoolID object from a given XDR object
fromXdr(Preconditions) - Static method in class org.stellar.sdk.TransactionPreconditions
 
fromXdr(Price) - Static method in class org.stellar.sdk.Price
Generates a Price SDK object from the XDR representation.
fromXdr(RestoreFootprintOp) - Static method in class org.stellar.sdk.RestoreFootprintOperation
Constructs a new RestoreFootprintOperation object from the XDR representation of the RestoreFootprintOperation.
fromXdr(TimeBounds) - Static method in class org.stellar.sdk.TimeBounds
 
fromXdr(TrustLineAsset) - Static method in class org.stellar.sdk.TrustLineAsset
Generates TrustLineAsset object from a given XDR object
fromXdrPublicKey(PublicKey) - Static method in class org.stellar.sdk.KeyPair
 
fromXdrSignerKey(SignerKey) - Static method in class org.stellar.sdk.KeyPair
 
FUTURENET - Static variable in class org.stellar.sdk.Network
 
A B C D E F G H I K L M N O P R S T U V W 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form