Index
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
FederationServerinstance. - FederationServer(URI, String) - Constructor for class org.stellar.sdk.federation.FederationServer
-
Creates a new
FederationServerinstance. - 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
FeeStatsResponseinstance. - 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
Addressfrom 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
- 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
SCValwith the type ofSCValType.SCV_BOOLto boolean. - fromBytes(SCVal) - Static method in class org.stellar.sdk.scval.Scv
-
Convert from
SCValwith the type ofSCValType.SCV_BYTESto byte[]. - fromContract(byte[]) - Static method in class org.stellar.sdk.Address
-
Creates a new
Addressfrom a Stellar Contract ID. - fromContractInstance(SCVal) - Static method in class org.stellar.sdk.scval.Scv
-
Convert from
SCValwith the type ofSCValType.SCV_CONTRACT_INSTANCEtoSCContractInstance. - fromDuration(SCVal) - Static method in class org.stellar.sdk.scval.Scv
- fromEnvelopeXdr(String, Network) - Static method in class org.stellar.sdk.AbstractTransaction
-
Creates a
Transactioninstance from previously buildTransactionEnvelope - fromEnvelopeXdr(AccountConverter, String, Network) - Static method in class org.stellar.sdk.AbstractTransaction
-
Creates a
Transactioninstance from previously buildTransactionEnvelope - fromEnvelopeXdr(AccountConverter, TransactionEnvelope, Network) - Static method in class org.stellar.sdk.AbstractTransaction
-
Creates a
AbstractTransactioninstance from previously buildTransactionEnvelope - fromEnvelopeXdr(TransactionEnvelope, Network) - Static method in class org.stellar.sdk.AbstractTransaction
-
Creates a
AbstractTransactioninstance from previously buildTransactionEnvelope - fromError(SCVal) - Static method in class org.stellar.sdk.scval.Scv
-
Convert from
SCValwith the type ofSCValType.SCV_ERRORtoSCError. - 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
SCValwith the type ofSCValType.SCV_I128to int128. - fromInt256(SCVal) - Static method in class org.stellar.sdk.scval.Scv
-
Convert from
SCValwith the type ofSCValType.SCV_I256to int256. - fromInt32(SCVal) - Static method in class org.stellar.sdk.scval.Scv
-
Convert from
SCValwith the type ofSCValType.SCV_I128to int32. - fromInt64(SCVal) - Static method in class org.stellar.sdk.scval.Scv
-
Convert from
SCValwith the type ofSCValType.SCV_I64to int64. - fromLedgerKeyContractInstance(SCVal) - Static method in class org.stellar.sdk.scval.Scv
-
Parse from
SCValwith the type ofSCValType.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
SCValwith the type ofSCValType.SCV_LEDGER_KEY_NONCEto long. - fromMap(SCVal) - Static method in class org.stellar.sdk.scval.Scv
- 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
Addressfrom aSCAddressXDR object. - fromSCVal(SCVal) - Static method in class org.stellar.sdk.Address
-
Creates a new
Addressfrom aSCValXDR 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
priceto a fraction. - fromString(SCVal) - Static method in class org.stellar.sdk.scval.Scv
-
Convert from
SCValwith the type ofSCValType.SCV_STRINGto String. - fromSymbol(SCVal) - Static method in class org.stellar.sdk.scval.Scv
-
Convert from
SCValwith the type ofSCValType.SCV_SYMBOLto String. - fromTimePoint(SCVal) - Static method in class org.stellar.sdk.scval.Scv
- fromUint128(SCVal) - Static method in class org.stellar.sdk.scval.Scv
- fromUint256(SCVal) - Static method in class org.stellar.sdk.scval.Scv
- fromUint32(SCVal) - Static method in class org.stellar.sdk.scval.Scv
-
Convert from
SCValwith the type ofSCValType.SCV_U32to int. - fromUint64(SCVal) - Static method in class org.stellar.sdk.scval.Scv
- 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
- fromVoid(SCVal) - Static method in class org.stellar.sdk.scval.Scv
-
Parse from
SCValwith the type ofSCValType.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
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form