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

A

AbsBefore(long) - Constructor for class org.stellar.sdk.Predicate.AbsBefore
 
AbsBefore(BigInteger) - Constructor for class org.stellar.sdk.Predicate.AbsBefore
 
AbsBefore(TimePoint) - Constructor for class org.stellar.sdk.Predicate.AbsBefore
 
AbstractTransaction - Class in org.stellar.sdk
Abstract class for transaction classes.
account(String) - Method in class org.stellar.sdk.requests.AccountsRequestBuilder
Requests GET /accounts/{account}
account(HttpUrl) - Method in class org.stellar.sdk.requests.AccountsRequestBuilder
Requests specific uri and returns AccountResponse.
Account - Class in org.stellar.sdk
Represents an account in Stellar network with its sequence number.
Account(String, Long) - Constructor for class org.stellar.sdk.Account
 
ACCOUNT - Enum constant in enum class org.stellar.sdk.Address.AddressType
 
AccountConverter - Class in org.stellar.sdk
AccountConverter is a helper class that can be used to encode and decode muxed accounts.
AccountCreatedEffectResponse - Class in org.stellar.sdk.responses.effects
Represents account_created effect response.
AccountCreatedEffectResponse(String) - Constructor for class org.stellar.sdk.responses.effects.AccountCreatedEffectResponse
 
AccountCreditedEffectResponse - Class in org.stellar.sdk.responses.effects
Represents account_credited effect response.
AccountCreditedEffectResponse(String, String, String, String) - Constructor for class org.stellar.sdk.responses.effects.AccountCreditedEffectResponse
 
AccountDebitedEffectResponse - Class in org.stellar.sdk.responses.effects
Represents account_debited effect response.
AccountDebitedEffectResponse(String, String, String, String) - Constructor for class org.stellar.sdk.responses.effects.AccountDebitedEffectResponse
 
AccountFlag - Enum Class in org.stellar.sdk
AccountFlag is the enum that can be used in SetOptionsOperation.
AccountFlagsUpdatedEffectResponse - Class in org.stellar.sdk.responses.effects
Represents account_flags_updated effect response.
AccountFlagsUpdatedEffectResponse(Boolean, Boolean) - Constructor for class org.stellar.sdk.responses.effects.AccountFlagsUpdatedEffectResponse
 
AccountHomeDomainUpdatedEffectResponse - Class in org.stellar.sdk.responses.effects
Represents account_home_domain_updated effect response.
AccountHomeDomainUpdatedEffectResponse(String) - Constructor for class org.stellar.sdk.responses.effects.AccountHomeDomainUpdatedEffectResponse
 
AccountInflationDestinationUpdatedEffectResponse - Class in org.stellar.sdk.responses.effects
Represents account_inflation_destination_updated effect response.
AccountInflationDestinationUpdatedEffectResponse() - Constructor for class org.stellar.sdk.responses.effects.AccountInflationDestinationUpdatedEffectResponse
 
AccountMergeOperation - Class in org.stellar.sdk
Represents AccountMerge operation.
AccountMergeOperation.Builder - Class in org.stellar.sdk
Builds AccountMerge operation.
AccountMergeOperationResponse - Class in org.stellar.sdk.responses.operations
Represents AccountMerge operation response.
AccountMergeOperationResponse(String, String, BigInteger, String, String, BigInteger) - Constructor for class org.stellar.sdk.responses.operations.AccountMergeOperationResponse
 
AccountNotFoundException - Exception Class in org.stellar.sdk
Exception thrown when trying to load an account that doesn't exist on the Stellar network.
AccountNotFoundException(String) - Constructor for exception class org.stellar.sdk.AccountNotFoundException
 
AccountRemovedEffectResponse - Class in org.stellar.sdk.responses.effects
Represents account_removed effect response.
AccountRemovedEffectResponse() - Constructor for class org.stellar.sdk.responses.effects.AccountRemovedEffectResponse
 
AccountRequiresMemoException - Exception Class in org.stellar.sdk
AccountRequiresMemoException is thrown when a transaction is trying to submit an operation to an account which requires a memo.
AccountRequiresMemoException(String, String, int) - Constructor for exception class org.stellar.sdk.AccountRequiresMemoException
 
AccountResponse - Class in org.stellar.sdk.responses
Represents account response.
AccountResponse(String, Long) - Constructor for class org.stellar.sdk.responses.AccountResponse
 
AccountResponse.Balance - Class in org.stellar.sdk.responses
Represents account balance.
AccountResponse.Data - Class in org.stellar.sdk.responses
Data connected to account.
AccountResponse.Flags - Class in org.stellar.sdk.responses
Represents account flags.
AccountResponse.Links - Class in org.stellar.sdk.responses
Links connected to account.
AccountResponse.Signer - Class in org.stellar.sdk.responses
Represents account signers.
AccountResponse.Thresholds - Class in org.stellar.sdk.responses
Represents account thresholds.
accounts() - Method in class org.stellar.sdk.Server
Returns AccountsRequestBuilder instance.
Accounts(int, int, int) - Constructor for class org.stellar.sdk.responses.AssetResponse.Accounts
 
AccountSponsorshipCreatedEffectResponse - Class in org.stellar.sdk.responses.effects
Represents account_sponsorship_created effect response.
AccountSponsorshipCreatedEffectResponse(String) - Constructor for class org.stellar.sdk.responses.effects.AccountSponsorshipCreatedEffectResponse
 
AccountSponsorshipRemovedEffectResponse - Class in org.stellar.sdk.responses.effects
Represents account_sponsorship_removed effect response.
AccountSponsorshipRemovedEffectResponse(String) - Constructor for class org.stellar.sdk.responses.effects.AccountSponsorshipRemovedEffectResponse
 
AccountSponsorshipUpdatedEffectResponse - Class in org.stellar.sdk.responses.effects
Represents account_sponsorship_updated effect response.
AccountSponsorshipUpdatedEffectResponse(String, String) - Constructor for class org.stellar.sdk.responses.effects.AccountSponsorshipUpdatedEffectResponse
 
AccountsRequestBuilder - Class in org.stellar.sdk.requests
Builds requests connected to accounts.
AccountsRequestBuilder(OkHttpClient, HttpUrl) - Constructor for class org.stellar.sdk.requests.AccountsRequestBuilder
 
AccountThresholdsUpdatedEffectResponse - Class in org.stellar.sdk.responses.effects
Represents account_thresholds_updated effect response.
AccountThresholdsUpdatedEffectResponse(Integer, Integer, Integer) - Constructor for class org.stellar.sdk.responses.effects.AccountThresholdsUpdatedEffectResponse
 
addMemo(Memo) - Method in class org.stellar.sdk.TransactionBuilder
Adds a memo to this transaction.
addOperation(Operation) - Method in class org.stellar.sdk.TransactionBuilder
Adds a new operation to this transaction.
addOperations(Collection<Operation>) - Method in class org.stellar.sdk.TransactionBuilder
Adds operation to this transaction.
addPreconditions(TransactionPreconditions) - Method in class org.stellar.sdk.TransactionBuilder
Adds preconditions.
Address - Class in org.stellar.sdk
Represents a single address in the Stellar network.
Address(String) - Constructor for class org.stellar.sdk.Address
Creates a new Address from a Stellar public key or contract ID.
Address.AddressType - Enum Class in org.stellar.sdk
Represents the type of the address.
addSignature(DecoratedSignature) - Method in class org.stellar.sdk.AbstractTransaction
Adds a signature to the transaction's existing list of signatures.
AllowTrustOperation - Class in org.stellar.sdk
Deprecated.
As of release 0.24.0, replaced by SetTrustlineFlagsOperation

Represents AllowTrust operation.

AllowTrustOperation.Builder - Class in org.stellar.sdk
Deprecated.
Builds AllowTrust operation.
AllowTrustOperationResponse - Class in org.stellar.sdk.responses.operations
Deprecated.
As of release 0.24.0, replaced by SetTrustLineFlagsOperationResponse

Represents AllowTrust operation response.

AllowTrustOperationResponse(String, String, String, BigInteger, String, String, String, boolean, boolean) - Constructor for class org.stellar.sdk.responses.operations.AllowTrustOperationResponse
Deprecated.
 
And(List<Predicate>) - Constructor for class org.stellar.sdk.Predicate.And
 
ASC - Enum constant in enum class org.stellar.sdk.requests.RequestBuilder.Order
 
assertNonNativeAsset(Asset) - Static method in class org.stellar.sdk.Util
Throws IllegalArgumentException if the given asset is native (XLM).
Asset - Class in org.stellar.sdk
Base Asset class.
AssetAmount - Class in org.stellar.sdk
Represents an amount of asset.
AssetAmount(Asset, String) - Constructor for class org.stellar.sdk.AssetAmount
 
assetCode(String) - Method in class org.stellar.sdk.requests.AssetsRequestBuilder
 
AssetCodeLengthInvalidException - Exception Class in org.stellar.sdk
Indicates that asset code is not valid for a specified asset class
AssetCodeLengthInvalidException() - Constructor for exception class org.stellar.sdk.AssetCodeLengthInvalidException
 
AssetCodeLengthInvalidException(String) - Constructor for exception class org.stellar.sdk.AssetCodeLengthInvalidException
 
AssetContractBalanceChange(String, String, String, String, String, String, String) - Constructor for class org.stellar.sdk.responses.operations.InvokeHostFunctionOperationResponse.AssetContractBalanceChange
 
assetIssuer(String) - Method in class org.stellar.sdk.requests.AssetsRequestBuilder
 
AssetResponse - Class in org.stellar.sdk.responses
 
AssetResponse(String, String, String, String, String, int, int, int, int, int, String, AssetResponse.Accounts, String, String, String, String, AssetResponse.Balances, AssetResponse.Flags, AssetResponse.Links) - Constructor for class org.stellar.sdk.responses.AssetResponse
 
AssetResponse.Accounts - Class in org.stellar.sdk.responses
Accounts describe asset accounts.
AssetResponse.Balances - Class in org.stellar.sdk.responses
Balances describe asset balances.
AssetResponse.Flags - Class in org.stellar.sdk.responses
Flags describe asset flags.
AssetResponse.Links - Class in org.stellar.sdk.responses
Links connected to asset.
assets() - Method in class org.stellar.sdk.Server
Returns AssetsRequestBuilder instance.
AssetsRequestBuilder - Class in org.stellar.sdk.requests
 
AssetsRequestBuilder(OkHttpClient, HttpUrl) - Constructor for class org.stellar.sdk.requests.AssetsRequestBuilder
 
AssetTypeCreditAlphaNum - Class in org.stellar.sdk
Base class for AssetTypeCreditAlphaNum4 and AssetTypeCreditAlphaNum12 subclasses.
AssetTypeCreditAlphaNum(String, String) - Constructor for class org.stellar.sdk.AssetTypeCreditAlphaNum
 
AssetTypeCreditAlphaNum12 - Class in org.stellar.sdk
Represents all assets with codes 5-12 characters long.
AssetTypeCreditAlphaNum12(String, String) - Constructor for class org.stellar.sdk.AssetTypeCreditAlphaNum12
Class constructor
AssetTypeCreditAlphaNum4 - Class in org.stellar.sdk
Represents all assets with codes 1-4 characters long.
AssetTypeCreditAlphaNum4(String, String) - Constructor for class org.stellar.sdk.AssetTypeCreditAlphaNum4
Class constructor
AssetTypeNative - Class in org.stellar.sdk
Represents Stellar native asset - lumens (XLM)
AssetTypeNative() - Constructor for class org.stellar.sdk.AssetTypeNative
 
AssetTypePoolShare - Class in org.stellar.sdk
Represents Stellar liquidity pool share asset - lumens (XLM)
AssetTypePoolShare(String) - Constructor for class org.stellar.sdk.AssetTypePoolShare
 
auth(List<SorobanAuthorizationEntry>) - Method in class org.stellar.sdk.InvokeHostFunctionOperation.InvokeHostFunctionOperationBuilder
The authorizations required to execute the host function
Auth - Class in org.stellar.sdk
This class contains helper methods to sign SorobanAuthorizationEntry.
Auth() - Constructor for class org.stellar.sdk.Auth
 
AUTH_IMMUTABLE_FLAG - Enum constant in enum class org.stellar.sdk.AccountFlag
Authorization immutable (0x4): If this is set then none of the authorization flags can be set and the account can never be deleted.
AUTH_REQUIRED_FLAG - Enum constant in enum class org.stellar.sdk.AccountFlag
Authorization required (0x1): Requires the issuing account to give other accounts permission before they can hold the issuing account’s credit.
AUTH_REVOCABLE_FLAG - Enum constant in enum class org.stellar.sdk.AccountFlag
Authorization revocable (0x2): Allows the issuing account to revoke its credit held by other accounts.
Auth.Signer - Interface in org.stellar.sdk
An interface for signing a HashIDPreimage to produce a signature.
authorized() - Method in class org.stellar.sdk.responses.AssetResponse.Accounts
 
authorized() - Method in class org.stellar.sdk.responses.AssetResponse.Balances
 
authorizedToMaintainLiabilities() - Method in class org.stellar.sdk.responses.AssetResponse.Accounts
 
authorizedToMaintainLiabilities() - Method in class org.stellar.sdk.responses.AssetResponse.Balances
 
authorizeEntry(String, Auth.Signer, Long, Network) - Static method in class org.stellar.sdk.Auth
Actually authorizes an existing authorization entry using the given the credentials and expiration details, returning a signed copy.
authorizeEntry(String, KeyPair, Long, Network) - Static method in class org.stellar.sdk.Auth
Actually authorizes an existing authorization entry using the given the credentials and expiration details, returning a signed copy.
authorizeEntry(SorobanAuthorizationEntry, Auth.Signer, Long, Network) - Static method in class org.stellar.sdk.Auth
Actually authorizes an existing authorization entry using the given the credentials and expiration details, returning a signed copy.
authorizeEntry(SorobanAuthorizationEntry, KeyPair, Long, Network) - Static method in class org.stellar.sdk.Auth
Actually authorizes an existing authorization entry using the given the credentials and expiration details, returning a signed copy.
authorizeInvocation(Auth.Signer, String, Long, SorobanAuthorizedInvocation, Network) - Static method in class org.stellar.sdk.Auth
This builds an entry from scratch, allowing you to express authorization as a function of: a particular identity (i.e.
authorizeInvocation(KeyPair, Long, SorobanAuthorizedInvocation, Network) - Static method in class org.stellar.sdk.Auth
This builds an entry from scratch, allowing you to express authorization as a function of: a particular identity (i.e.
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