- Federation - Class in org.stellar.sdk.federation
-
Helper class for resolving Stellar addresses
- Federation(OkHttpClient) - Constructor for class org.stellar.sdk.federation.Federation
-
Creates a new Federation
instance.
- Federation() - Constructor for class org.stellar.sdk.federation.Federation
-
Creates a new Federation
instance with a default OkHttpClient
.
- 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
-
Creates a new FederationResponse
instance.
- FederationServerInvalidException - Exception in org.stellar.sdk.federation.exception
-
Federation server is invalid (malformed URL, not HTTPS, etc.)
- FederationServerInvalidException() - Constructor for exception org.stellar.sdk.federation.exception.FederationServerInvalidException
-
- FEE - Static variable in class org.stellar.sdk.LiquidityPool
-
- fee(Int64) - Method in class org.stellar.sdk.xdr.FeeBumpTransaction.FeeBumpTransactionBuilder
-
- fee(Int32) - Method in class org.stellar.sdk.xdr.LiquidityPoolConstantProductParameters.LiquidityPoolConstantProductParametersBuilder
-
- fee(Uint32) - Method in class org.stellar.sdk.xdr.Transaction.TransactionBuilder
-
- fee(Uint32) - Method in class org.stellar.sdk.xdr.TransactionV0.TransactionV0Builder
-
- feeBump(FeeBumpTransactionEnvelope) - Method in class org.stellar.sdk.xdr.TransactionEnvelope.TransactionEnvelopeBuilder
-
- feeBump(FeeBumpTransaction) - Method in class org.stellar.sdk.xdr.TransactionSignaturePayload.TransactionSignaturePayloadTaggedTransaction.TransactionSignaturePayloadTaggedTransactionBuilder
-
- FeeBumpTransaction - Class in org.stellar.sdk
-
- FeeBumpTransaction(String, List<String>) - Constructor for class org.stellar.sdk.responses.TransactionResponse.FeeBumpTransaction
-
- FeeBumpTransaction - Class in org.stellar.sdk.xdr
-
FeeBumpTransaction's original definition in the XDR file is:
- FeeBumpTransaction() - Constructor for class org.stellar.sdk.xdr.FeeBumpTransaction
-
- FeeBumpTransaction(MuxedAccount, Int64, FeeBumpTransaction.FeeBumpTransactionInnerTx, FeeBumpTransaction.FeeBumpTransactionExt) - Constructor for class org.stellar.sdk.xdr.FeeBumpTransaction
-
- FeeBumpTransaction.FeeBumpTransactionBuilder - Class in org.stellar.sdk.xdr
-
- FeeBumpTransaction.FeeBumpTransactionExt - Class in org.stellar.sdk.xdr
-
FeeBumpTransactionExt's original definition in the XDR file is:
- FeeBumpTransaction.FeeBumpTransactionExt.FeeBumpTransactionExtBuilder - Class in org.stellar.sdk.xdr
-
- FeeBumpTransaction.FeeBumpTransactionInnerTx - Class in org.stellar.sdk.xdr
-
FeeBumpTransactionInnerTx's original definition in the XDR file is:
- FeeBumpTransaction.FeeBumpTransactionInnerTx.FeeBumpTransactionInnerTxBuilder - Class in org.stellar.sdk.xdr
-
- FeeBumpTransactionEnvelope - Class in org.stellar.sdk.xdr
-
FeeBumpTransactionEnvelope's original definition in the XDR file is:
- FeeBumpTransactionEnvelope() - Constructor for class org.stellar.sdk.xdr.FeeBumpTransactionEnvelope
-
- FeeBumpTransactionEnvelope(FeeBumpTransaction, DecoratedSignature[]) - Constructor for class org.stellar.sdk.xdr.FeeBumpTransactionEnvelope
-
- FeeBumpTransactionEnvelope.FeeBumpTransactionEnvelopeBuilder - Class in org.stellar.sdk.xdr
-
- FeeBumpTransactionExt() - Constructor for class org.stellar.sdk.xdr.FeeBumpTransaction.FeeBumpTransactionExt
-
- FeeBumpTransactionExt(Integer) - Constructor for class org.stellar.sdk.xdr.FeeBumpTransaction.FeeBumpTransactionExt
-
- FeeBumpTransactionInnerTx() - Constructor for class org.stellar.sdk.xdr.FeeBumpTransaction.FeeBumpTransactionInnerTx
-
- FeeBumpTransactionInnerTx(EnvelopeType, TransactionV1Envelope) - Constructor for class org.stellar.sdk.xdr.FeeBumpTransaction.FeeBumpTransactionInnerTx
-
- feeCharged(Int64) - Method in class org.stellar.sdk.xdr.InnerTransactionResult.InnerTransactionResultBuilder
-
- feeCharged(Int64) - Method in class org.stellar.sdk.xdr.TransactionResult.TransactionResultBuilder
-
- feeContractEvents1KB(Int64) - Method in class org.stellar.sdk.xdr.ConfigSettingContractEventsV0.ConfigSettingContractEventsV0Builder
-
- feeDiskRead1KB(Int64) - Method in class org.stellar.sdk.xdr.ConfigSettingContractLedgerCostV0.ConfigSettingContractLedgerCostV0Builder
-
- feeDiskReadLedgerEntry(Int64) - Method in class org.stellar.sdk.xdr.ConfigSettingContractLedgerCostV0.ConfigSettingContractLedgerCostV0Builder
-
- FeeDistribution(Long, Long, Long, Long, Long, Long, Long, Long, Long, Long, Long, Long, Long, Long) - Constructor for class org.stellar.sdk.responses.FeeStatsResponse.FeeDistribution
-
- FeeDistribution(Long, Long, Long, Long, Long, Long, Long, Long, Long, Long, Long, Long, Long, Long, Long, Long) - Constructor for class org.stellar.sdk.responses.sorobanrpc.GetFeeStatsResponse.FeeDistribution
-
- feeHistorical1KB(Int64) - Method in class org.stellar.sdk.xdr.ConfigSettingContractHistoricalDataV0.ConfigSettingContractHistoricalDataV0Builder
-
- feePool(Int64) - Method in class org.stellar.sdk.xdr.LedgerHeader.LedgerHeaderBuilder
-
- feeProcessing(LedgerEntryChanges) - Method in class org.stellar.sdk.xdr.TransactionResultMeta.TransactionResultMetaBuilder
-
- feeProcessing(LedgerEntryChanges) - Method in class org.stellar.sdk.xdr.TransactionResultMetaV1.TransactionResultMetaV1Builder
-
- feeRatePerInstructionsIncrement(Int64) - Method in class org.stellar.sdk.xdr.ConfigSettingContractComputeV0.ConfigSettingContractComputeV0Builder
-
- feeSource(MuxedAccount) - Method in class org.stellar.sdk.xdr.FeeBumpTransaction.FeeBumpTransactionBuilder
-
- feeStats() - Method in class org.stellar.sdk.Server
-
- 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, String, FeeStatsResponse.FeeDistribution, FeeStatsResponse.FeeDistribution) - Constructor for class org.stellar.sdk.responses.FeeStatsResponse
-
- FeeStatsResponse.FeeDistribution - Class in org.stellar.sdk.responses
-
- feeTxSize1KB(Int64) - Method in class org.stellar.sdk.xdr.ConfigSettingContractBandwidthV0.ConfigSettingContractBandwidthV0Builder
-
- feeWrite1KB(Int64) - Method in class org.stellar.sdk.xdr.ConfigSettingContractLedgerCostExtV0.ConfigSettingContractLedgerCostExtV0Builder
-
- feeWriteLedgerEntry(Int64) - Method in class org.stellar.sdk.xdr.ConfigSettingContractLedgerCostV0.ConfigSettingContractLedgerCostV0Builder
-
- fields(SCSpecUDTStructFieldV0[]) - Method in class org.stellar.sdk.xdr.SCSpecUDTStructV0.SCSpecUDTStructV0Builder
-
- 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
-
- filterSeed(ShortHashSeed) - Method in class org.stellar.sdk.xdr.SerializedBinaryFuseFilter.SerializedBinaryFuseFilterBuilder
-
- fingerprintLength(Uint32) - Method in class org.stellar.sdk.xdr.SerializedBinaryFuseFilter.SerializedBinaryFuseFilterBuilder
-
- fingerprints(byte[]) - Method in class org.stellar.sdk.xdr.SerializedBinaryFuseFilter.SerializedBinaryFuseFilterBuilder
-
- 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
-
- flags(Uint32) - Method in class org.stellar.sdk.xdr.AccountEntry.AccountEntryBuilder
-
- flags(Integer) - Method in class org.stellar.sdk.xdr.Auth.AuthBuilder
-
- flags(Uint32) - Method in class org.stellar.sdk.xdr.ClaimableBalanceEntryExtensionV1.ClaimableBalanceEntryExtensionV1Builder
-
- flags(Uint32) - Method in class org.stellar.sdk.xdr.LedgerHeaderExtensionV1.LedgerHeaderExtensionV1Builder
-
- flags(Uint32) - Method in class org.stellar.sdk.xdr.OfferEntry.OfferEntryBuilder
-
- flags(Uint32) - Method in class org.stellar.sdk.xdr.TrustLineEntry.TrustLineEntryBuilder
-
- FloodAdvert - Class in org.stellar.sdk.xdr
-
FloodAdvert's original definition in the XDR file is:
- FloodAdvert() - Constructor for class org.stellar.sdk.xdr.FloodAdvert
-
- FloodAdvert(TxAdvertVector) - Constructor for class org.stellar.sdk.xdr.FloodAdvert
-
- floodAdvert(FloodAdvert) - Method in class org.stellar.sdk.xdr.StellarMessage.StellarMessageBuilder
-
- FloodAdvert.FloodAdvertBuilder - Class in org.stellar.sdk.xdr
-
- FloodDemand - Class in org.stellar.sdk.xdr
-
FloodDemand's original definition in the XDR file is:
- FloodDemand() - Constructor for class org.stellar.sdk.xdr.FloodDemand
-
- FloodDemand(TxDemandVector) - Constructor for class org.stellar.sdk.xdr.FloodDemand
-
- floodDemand(FloodDemand) - Method in class org.stellar.sdk.xdr.StellarMessage.StellarMessageBuilder
-
- FloodDemand.FloodDemandBuilder - Class in org.stellar.sdk.xdr
-
- footprint(LedgerFootprint) - Method in class org.stellar.sdk.xdr.SorobanResources.SorobanResourcesBuilder
-
- 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.LiquidityPoolsRequestBuilder
-
Returns all liquidity pools the specified account is participating in.
- 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
- forAsset(AssetTypeCreditAlphaNum) - Method in class org.stellar.sdk.requests.AccountsRequestBuilder
-
Returns all accounts who are trustees to a specific asset.
- forAsset(Asset) - Method in class org.stellar.sdk.requests.ClaimableBalancesRequestBuilder
-
Returns all claimable balances which hold a given 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
- formatAmountScale(BigDecimal) - Static method in class org.stellar.sdk.operations.Operation
-
- 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
- from(String) - Method in class org.stellar.sdk.operations.ClawbackOperation.ClawbackOperationBuilder
-
The account owning of the trustline.
- from(MuxedAccount) - Method in class org.stellar.sdk.xdr.ClawbackOp.ClawbackOpBuilder
-
- 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
-
- fromAddress(ContractIDPreimage.ContractIDPreimageFromAddress) - Method in class org.stellar.sdk.xdr.ContractIDPreimage.ContractIDPreimageBuilder
-
- fromAsset(Asset) - Method in class org.stellar.sdk.xdr.ContractIDPreimage.ContractIDPreimageBuilder
-
- 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
-
- fromBytes(SCVal) - Static method in class org.stellar.sdk.scval.Scv
-
- fromClaimableBalance(byte[]) - Static method in class org.stellar.sdk.Address
-
Creates a new
Address
from a Stellar Claimable Balance ID.
- 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
-
- fromDuration(SCVal) - Static method in class org.stellar.sdk.scval.Scv
-
- fromEd25519PublicKey(byte[]) - Static method in class org.stellar.sdk.SignerKey
-
Creates a SignerKey from an Ed25519 public key.
- fromEd25519PublicKey(String) - Static method in class org.stellar.sdk.SignerKey
-
Creates a SignerKey from an encoded Ed25519 public key string.
- fromEd25519SignedPayload(byte[]) - Static method in class org.stellar.sdk.SignerKey
-
Creates a SignerKey from an Ed25519 signed payload.
- fromEd25519SignedPayload(String, byte[]) - Static method in class org.stellar.sdk.SignerKey
-
Creates a SignerKey from an Ed25519 public key and payload.
- fromEd25519SignedPayload(SignerKey.Ed25519SignedPayload) - Static method in class org.stellar.sdk.SignerKey
-
Creates a SignerKey from an Ed25519SignedPayload object.
- fromEd25519SignedPayload(String) - Static method in class org.stellar.sdk.SignerKey
-
Creates a SignerKey from an encoded Ed25519 signed payload string.
- fromEncodedSignerKey(String) - Static method in class org.stellar.sdk.SignerKey
-
Creates a SignerKey from an encoded signer key string.
- fromEnvelopeXdr(TransactionEnvelope, Network) - Static method in class org.stellar.sdk.AbstractTransaction
-
Creates a AbstractTransaction
instance from previously build
TransactionEnvelope
- fromEnvelopeXdr(String, Network) - Static method in class org.stellar.sdk.AbstractTransaction
-
Creates a Transaction
instance from previously build TransactionEnvelope
- fromError(SCVal) - Static method in class org.stellar.sdk.scval.Scv
-
- fromFeeBumpTransactionEnvelope(FeeBumpTransactionEnvelope, Network) - Static method in class org.stellar.sdk.FeeBumpTransaction
-
- fromInt128(SCVal) - Static method in class org.stellar.sdk.scval.Scv
-
- fromInt256(SCVal) - Static method in class org.stellar.sdk.scval.Scv
-
- fromInt32(SCVal) - Static method in class org.stellar.sdk.scval.Scv
-
- fromInt64(SCVal) - Static method in class org.stellar.sdk.scval.Scv
-
- fromInt64(long) - Static method in class org.stellar.sdk.TOID
-
Converts a signed 64-bit integer to a TOID.
- fromLedgerKeyContractInstance(SCVal) - Static method in class org.stellar.sdk.scval.Scv
-
- fromLedgerKeyNonce(SCVal) - Static method in class org.stellar.sdk.scval.Scv
-
- fromLiquidityPool(byte[]) - Static method in class org.stellar.sdk.Address
-
Creates a new
Address
from a Stellar Liquidity Pool ID.
- fromMap(SCVal) - Static method in class org.stellar.sdk.scval.Scv
-
- fromMuxedAccount(byte[]) - Static method in class org.stellar.sdk.Address
-
Creates a new
Address
from a Stellar med25519 public key.
- fromPreAuthTx(byte[]) - Static method in class org.stellar.sdk.SignerKey
-
Creates a SignerKey from a pre-authorized transaction hash.
- fromPreAuthTx(String) - Static method in class org.stellar.sdk.SignerKey
-
Creates a SignerKey from an encoded pre-authorized transaction hash string.
- fromPreAuthTx(Transaction) - Static method in class org.stellar.sdk.SignerKey
-
Creates a SignerKey from a pre-authorized transaction.
- 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
-
- fromSCVal(SCVal) - Static method in class org.stellar.sdk.Address
-
- 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.
- fromSecretSeed(byte[]) - Static method in class org.stellar.sdk.KeyPair
-
Creates a new Stellar keypair from a raw 32 byte secret seed.
- fromSha256Hash(byte[]) - Static method in class org.stellar.sdk.SignerKey
-
Creates a SignerKey from a SHA-256 hash.
- fromSha256Hash(String) - Static method in class org.stellar.sdk.SignerKey
-
Creates a SignerKey from an encoded SHA-256 hash string.
- 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
-
- fromSymbol(SCVal) - Static method in class org.stellar.sdk.scval.Scv
-
- 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
-
- fromUint64(SCVal) - Static method in class org.stellar.sdk.scval.Scv
-
- fromV0EnvelopeXdr(TransactionV0Envelope, 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
-
- fromXdr(Asset) - Static method in class org.stellar.sdk.Asset
-
Generates Asset object from a given XDR object
- fromXdr(AlphaNum12) - Static method in class org.stellar.sdk.AssetTypeCreditAlphaNum12
-
- fromXdr(AlphaNum4) - Static method in class org.stellar.sdk.AssetTypeCreditAlphaNum4
-
- fromXdr(ChangeTrustAsset) - Static method in class org.stellar.sdk.ChangeTrustAsset
-
Creates a ChangeTrustAsset from its XDR representation.
- fromXdr(LedgerBounds) - Static method in class org.stellar.sdk.LedgerBounds
-
Creates a new LedgerBounds object.
- fromXdr(LiquidityPoolParameters) - Static method in class org.stellar.sdk.LiquidityPool
-
Creates a LiquidityPool from its XDR representation.
- fromXdr(Memo) - Static method in class org.stellar.sdk.Memo
-
- fromXdr(MuxedAccount) - Static method in class org.stellar.sdk.MuxedAccount
-
Creates a new muxed account from the given XDR representation.
- fromXdr(MuxedAccount) - Static method in class org.stellar.sdk.operations.AccountMergeOperation
-
- fromXdr(AllowTrustOp) - Static method in class org.stellar.sdk.operations.AllowTrustOperation
-
Deprecated.
- fromXdr(BeginSponsoringFutureReservesOp) - Static method in class org.stellar.sdk.operations.BeginSponsoringFutureReservesOperation
-
- fromXdr(BumpSequenceOp) - Static method in class org.stellar.sdk.operations.BumpSequenceOperation
-
- fromXdr(ChangeTrustOp) - Static method in class org.stellar.sdk.operations.ChangeTrustOperation
-
- fromXdr(ClaimClaimableBalanceOp) - Static method in class org.stellar.sdk.operations.ClaimClaimableBalanceOperation
-
- fromXdr(ClawbackClaimableBalanceOp) - Static method in class org.stellar.sdk.operations.ClawbackClaimableBalanceOperation
-
- fromXdr(ClawbackOp) - Static method in class org.stellar.sdk.operations.ClawbackOperation
-
- fromXdr(CreateAccountOp) - Static method in class org.stellar.sdk.operations.CreateAccountOperation
-
- fromXdr(CreateClaimableBalanceOp) - Static method in class org.stellar.sdk.operations.CreateClaimableBalanceOperation
-
- fromXdr(CreatePassiveSellOfferOp) - Static method in class org.stellar.sdk.operations.CreatePassiveSellOfferOperation
-
- fromXdr(ExtendFootprintTTLOp) - Static method in class org.stellar.sdk.operations.ExtendFootprintTTLOperation
-
- fromXdr(InvokeHostFunctionOp) - Static method in class org.stellar.sdk.operations.InvokeHostFunctionOperation
-
- fromXdr(LiquidityPoolDepositOp) - Static method in class org.stellar.sdk.operations.LiquidityPoolDepositOperation
-
- fromXdr(LiquidityPoolWithdrawOp) - Static method in class org.stellar.sdk.operations.LiquidityPoolWithdrawOperation
-
- fromXdr(ManageBuyOfferOp) - Static method in class org.stellar.sdk.operations.ManageBuyOfferOperation
-
- fromXdr(ManageDataOp) - Static method in class org.stellar.sdk.operations.ManageDataOperation
-
- fromXdr(ManageSellOfferOp) - Static method in class org.stellar.sdk.operations.ManageSellOfferOperation
-
- fromXdr(Operation) - Static method in class org.stellar.sdk.operations.Operation
-
Returns new Operation object from Operation XDR object.
- fromXdr(PathPaymentStrictReceiveOp) - Static method in class org.stellar.sdk.operations.PathPaymentStrictReceiveOperation
-
- fromXdr(PathPaymentStrictSendOp) - Static method in class org.stellar.sdk.operations.PathPaymentStrictSendOperation
-
- fromXdr(PaymentOp) - Static method in class org.stellar.sdk.operations.PaymentOperation
-
- fromXdr(RestoreFootprintOp) - Static method in class org.stellar.sdk.operations.RestoreFootprintOperation
-
- fromXdr(RevokeSponsorshipOp) - Static method in class org.stellar.sdk.operations.RevokeAccountSponsorshipOperation
-
- fromXdr(RevokeSponsorshipOp) - Static method in class org.stellar.sdk.operations.RevokeClaimableBalanceSponsorshipOperation
-
- fromXdr(RevokeSponsorshipOp) - Static method in class org.stellar.sdk.operations.RevokeDataSponsorshipOperation
-
- fromXdr(RevokeSponsorshipOp) - Static method in class org.stellar.sdk.operations.RevokeOfferSponsorshipOperation
-
- fromXdr(RevokeSponsorshipOp) - Static method in class org.stellar.sdk.operations.RevokeSignerSponsorshipOperation
-
- fromXdr(RevokeSponsorshipOp) - Static method in class org.stellar.sdk.operations.RevokeTrustlineSponsorshipOperation
-
- fromXdr(SetOptionsOp) - Static method in class org.stellar.sdk.operations.SetOptionsOperation
-
- fromXdr(SetTrustLineFlagsOp) - Static method in class org.stellar.sdk.operations.SetTrustlineFlagsOperation
-
- fromXdr(ClaimPredicate) - Static method in class org.stellar.sdk.Predicate
-
Generates Predicate object from a given XDR object.
- fromXdr(Price) - Static method in class org.stellar.sdk.Price
-
Generates a Price SDK object from the XDR representation.
- fromXdr(SignerKey) - Static method in class org.stellar.sdk.SignerKey
-
Creates a SignerKey from its XDR representation.
- fromXdr(TimeBounds) - Static method in class org.stellar.sdk.TimeBounds
-
- fromXdr(Preconditions) - Static method in class org.stellar.sdk.TransactionPreconditions
-
- fromXdr(TrustLineAsset) - Static method in class org.stellar.sdk.TrustLineAsset
-
Creates a TrustLineAsset from its XDR representation.
- fromXdrAmount(long) - Static method in class org.stellar.sdk.operations.Operation
-
- fromXdrBase64(String) - Static method in class org.stellar.sdk.xdr.AccountEntry.AccountEntryExt
-
- fromXdrBase64(String) - Static method in class org.stellar.sdk.xdr.AccountEntry
-
- fromXdrBase64(String) - Static method in class org.stellar.sdk.xdr.AccountEntryExtensionV1.AccountEntryExtensionV1Ext
-
- fromXdrBase64(String) - Static method in class org.stellar.sdk.xdr.AccountEntryExtensionV1
-
- fromXdrBase64(String) - Static method in class org.stellar.sdk.xdr.AccountEntryExtensionV2.AccountEntryExtensionV2Ext
-
- fromXdrBase64(String) - Static method in class org.stellar.sdk.xdr.AccountEntryExtensionV2
-
- fromXdrBase64(String) - Static method in class org.stellar.sdk.xdr.AccountEntryExtensionV3
-
- fromXdrBase64(String) - Static method in enum org.stellar.sdk.xdr.AccountFlags
-
- fromXdrBase64(String) - Static method in class org.stellar.sdk.xdr.AccountID
-
- fromXdrBase64(String) - Static method in class org.stellar.sdk.xdr.AccountMergeResult
-
- fromXdrBase64(String) - Static method in enum org.stellar.sdk.xdr.AccountMergeResultCode
-
- fromXdrBase64(String) - Static method in class org.stellar.sdk.xdr.AllowTrustOp
-
- fromXdrBase64(String) - Static method in class org.stellar.sdk.xdr.AllowTrustResult
-
- fromXdrBase64(String) - Static method in enum org.stellar.sdk.xdr.AllowTrustResultCode
-
- fromXdrBase64(String) - Static method in class org.stellar.sdk.xdr.AlphaNum12
-
- fromXdrBase64(String) - Static method in class org.stellar.sdk.xdr.AlphaNum4
-
- fromXdrBase64(String) - Static method in class org.stellar.sdk.xdr.Asset
-
- fromXdrBase64(String) - Static method in class org.stellar.sdk.xdr.AssetCode
-
- fromXdrBase64(String) - Static method in class org.stellar.sdk.xdr.AssetCode12
-
- fromXdrBase64(String) - Static method in class org.stellar.sdk.xdr.AssetCode4
-
- fromXdrBase64(String) - Static method in enum org.stellar.sdk.xdr.AssetType
-
- fromXdrBase64(String) - Static method in class org.stellar.sdk.xdr.Auth
-
- fromXdrBase64(String) - Static method in class org.stellar.sdk.xdr.AuthCert
-
- fromXdrBase64(String) - Static method in class org.stellar.sdk.xdr.AuthenticatedMessage.AuthenticatedMessageV0
-
- fromXdrBase64(String) - Static method in class org.stellar.sdk.xdr.AuthenticatedMessage
-
- fromXdrBase64(String) - Static method in class org.stellar.sdk.xdr.BeginSponsoringFutureReservesOp
-
- fromXdrBase64(String) - Static method in class org.stellar.sdk.xdr.BeginSponsoringFutureReservesResult
-
- fromXdrBase64(String) - Static method in enum org.stellar.sdk.xdr.BeginSponsoringFutureReservesResultCode
-
- fromXdrBase64(String) - Static method in enum org.stellar.sdk.xdr.BinaryFuseFilterType
-
- fromXdrBase64(String) - Static method in class org.stellar.sdk.xdr.BucketEntry
-
- fromXdrBase64(String) - Static method in enum org.stellar.sdk.xdr.BucketEntryType
-
- fromXdrBase64(String) - Static method in enum org.stellar.sdk.xdr.BucketListType
-
- fromXdrBase64(String) - Static method in class org.stellar.sdk.xdr.BucketMetadata.BucketMetadataExt
-
- fromXdrBase64(String) - Static method in class org.stellar.sdk.xdr.BucketMetadata
-
- fromXdrBase64(String) - Static method in class org.stellar.sdk.xdr.BumpSequenceOp
-
- fromXdrBase64(String) - Static method in class org.stellar.sdk.xdr.BumpSequenceResult
-
- fromXdrBase64(String) - Static method in enum org.stellar.sdk.xdr.BumpSequenceResultCode
-
- fromXdrBase64(String) - Static method in class org.stellar.sdk.xdr.ChangeTrustAsset
-
- fromXdrBase64(String) - Static method in class org.stellar.sdk.xdr.ChangeTrustOp
-
- fromXdrBase64(String) - Static method in class org.stellar.sdk.xdr.ChangeTrustResult
-
- fromXdrBase64(String) - Static method in enum org.stellar.sdk.xdr.ChangeTrustResultCode
-
- fromXdrBase64(String) - Static method in class org.stellar.sdk.xdr.ClaimableBalanceEntry.ClaimableBalanceEntryExt
-
- fromXdrBase64(String) - Static method in class org.stellar.sdk.xdr.ClaimableBalanceEntry
-
- fromXdrBase64(String) - Static method in class org.stellar.sdk.xdr.ClaimableBalanceEntryExtensionV1.ClaimableBalanceEntryExtensionV1Ext
-
- fromXdrBase64(String) - Static method in class org.stellar.sdk.xdr.ClaimableBalanceEntryExtensionV1
-
- fromXdrBase64(String) - Static method in enum org.stellar.sdk.xdr.ClaimableBalanceFlags
-
- fromXdrBase64(String) - Static method in class org.stellar.sdk.xdr.ClaimableBalanceID
-
- fromXdrBase64(String) - Static method in enum org.stellar.sdk.xdr.ClaimableBalanceIDType
-
- fromXdrBase64(String) - Static method in class org.stellar.sdk.xdr.Claimant.ClaimantV0
-
- fromXdrBase64(String) - Static method in class org.stellar.sdk.xdr.Claimant
-
- fromXdrBase64(String) - Static method in enum org.stellar.sdk.xdr.ClaimantType
-
- fromXdrBase64(String) - Static method in class org.stellar.sdk.xdr.ClaimAtom
-
- fromXdrBase64(String) - Static method in enum org.stellar.sdk.xdr.ClaimAtomType
-
- fromXdrBase64(String) - Static method in class org.stellar.sdk.xdr.ClaimClaimableBalanceOp
-
- fromXdrBase64(String) - Static method in class org.stellar.sdk.xdr.ClaimClaimableBalanceResult
-
- fromXdrBase64(String) - Static method in enum org.stellar.sdk.xdr.ClaimClaimableBalanceResultCode
-
- fromXdrBase64(String) - Static method in class org.stellar.sdk.xdr.ClaimLiquidityAtom
-
- fromXdrBase64(String) - Static method in class org.stellar.sdk.xdr.ClaimOfferAtom
-
- fromXdrBase64(String) - Static method in class org.stellar.sdk.xdr.ClaimOfferAtomV0
-
- fromXdrBase64(String) - Static method in class org.stellar.sdk.xdr.ClaimPredicate
-
- fromXdrBase64(String) - Static method in enum org.stellar.sdk.xdr.ClaimPredicateType
-
- fromXdrBase64(String) - Static method in class org.stellar.sdk.xdr.ClawbackClaimableBalanceOp
-
- fromXdrBase64(String) - Static method in class org.stellar.sdk.xdr.ClawbackClaimableBalanceResult
-
- fromXdrBase64(String) - Static method in enum org.stellar.sdk.xdr.ClawbackClaimableBalanceResultCode
-
- fromXdrBase64(String) - Static method in class org.stellar.sdk.xdr.ClawbackOp
-
- fromXdrBase64(String) - Static method in class org.stellar.sdk.xdr.ClawbackResult
-
- fromXdrBase64(String) - Static method in enum org.stellar.sdk.xdr.ClawbackResultCode
-
- fromXdrBase64(String) - Static method in class org.stellar.sdk.xdr.ConfigSettingContractBandwidthV0
-
- fromXdrBase64(String) - Static method in class org.stellar.sdk.xdr.ConfigSettingContractComputeV0
-
- fromXdrBase64(String) - Static method in class org.stellar.sdk.xdr.ConfigSettingContractEventsV0
-
- fromXdrBase64(String) - Static method in class org.stellar.sdk.xdr.ConfigSettingContractExecutionLanesV0
-
- fromXdrBase64(String) - Static method in class org.stellar.sdk.xdr.ConfigSettingContractHistoricalDataV0
-
- fromXdrBase64(String) - Static method in class org.stellar.sdk.xdr.ConfigSettingContractLedgerCostExtV0
-
- fromXdrBase64(String) - Static method in class org.stellar.sdk.xdr.ConfigSettingContractLedgerCostV0
-
- fromXdrBase64(String) - Static method in class org.stellar.sdk.xdr.ConfigSettingContractParallelComputeV0
-
- fromXdrBase64(String) - Static method in class org.stellar.sdk.xdr.ConfigSettingEntry
-
- fromXdrBase64(String) - Static method in enum org.stellar.sdk.xdr.ConfigSettingID
-
- fromXdrBase64(String) - Static method in class org.stellar.sdk.xdr.ConfigSettingSCPTiming
-
- fromXdrBase64(String) - Static method in class org.stellar.sdk.xdr.ConfigUpgradeSet
-
- fromXdrBase64(String) - Static method in class org.stellar.sdk.xdr.ConfigUpgradeSetKey
-
- fromXdrBase64(String) - Static method in class org.stellar.sdk.xdr.ContractCodeCostInputs
-
- fromXdrBase64(String) - Static method in class org.stellar.sdk.xdr.ContractCodeEntry.ContractCodeEntryExt.ContractCodeEntryV1
-
- fromXdrBase64(String) - Static method in class org.stellar.sdk.xdr.ContractCodeEntry.ContractCodeEntryExt
-
- fromXdrBase64(String) - Static method in class org.stellar.sdk.xdr.ContractCodeEntry
-
- fromXdrBase64(String) - Static method in class org.stellar.sdk.xdr.ContractCostParamEntry
-
- fromXdrBase64(String) - Static method in class org.stellar.sdk.xdr.ContractCostParams
-
- fromXdrBase64(String) - Static method in enum org.stellar.sdk.xdr.ContractCostType
-
- fromXdrBase64(String) - Static method in enum org.stellar.sdk.xdr.ContractDataDurability
-
- fromXdrBase64(String) - Static method in class org.stellar.sdk.xdr.ContractDataEntry
-
- fromXdrBase64(String) - Static method in class org.stellar.sdk.xdr.ContractEvent.ContractEventBody.ContractEventV0
-
- fromXdrBase64(String) - Static method in class org.stellar.sdk.xdr.ContractEvent.ContractEventBody
-
- fromXdrBase64(String) - Static method in class org.stellar.sdk.xdr.ContractEvent
-
- fromXdrBase64(String) - Static method in enum org.stellar.sdk.xdr.ContractEventType
-
- fromXdrBase64(String) - Static method in class org.stellar.sdk.xdr.ContractExecutable
-
- fromXdrBase64(String) - Static method in enum org.stellar.sdk.xdr.ContractExecutableType
-
- fromXdrBase64(String) - Static method in class org.stellar.sdk.xdr.ContractID
-
- fromXdrBase64(String) - Static method in class org.stellar.sdk.xdr.ContractIDPreimage.ContractIDPreimageFromAddress
-
- fromXdrBase64(String) - Static method in class org.stellar.sdk.xdr.ContractIDPreimage
-
- fromXdrBase64(String) - Static method in enum org.stellar.sdk.xdr.ContractIDPreimageType
-
- fromXdrBase64(String) - Static method in class org.stellar.sdk.xdr.CreateAccountOp
-
- fromXdrBase64(String) - Static method in class org.stellar.sdk.xdr.CreateAccountResult
-
- fromXdrBase64(String) - Static method in enum org.stellar.sdk.xdr.CreateAccountResultCode
-
- fromXdrBase64(String) - Static method in class org.stellar.sdk.xdr.CreateClaimableBalanceOp
-
- fromXdrBase64(String) - Static method in class org.stellar.sdk.xdr.CreateClaimableBalanceResult
-
- fromXdrBase64(String) - Static method in enum org.stellar.sdk.xdr.CreateClaimableBalanceResultCode
-
- fromXdrBase64(String) - Static method in class org.stellar.sdk.xdr.CreateContractArgs
-
- fromXdrBase64(String) - Static method in class org.stellar.sdk.xdr.CreateContractArgsV2
-
- fromXdrBase64(String) - Static method in class org.stellar.sdk.xdr.CreatePassiveSellOfferOp
-
- fromXdrBase64(String) - Static method in enum org.stellar.sdk.xdr.CryptoKeyType
-
- fromXdrBase64(String) - Static method in class org.stellar.sdk.xdr.Curve25519Public
-
- fromXdrBase64(String) - Static method in class org.stellar.sdk.xdr.Curve25519Secret
-
- fromXdrBase64(String) - Static method in class org.stellar.sdk.xdr.DataEntry.DataEntryExt
-
- fromXdrBase64(String) - Static method in class org.stellar.sdk.xdr.DataEntry
-
- fromXdrBase64(String) - Static method in class org.stellar.sdk.xdr.DataValue
-
- fromXdrBase64(String) - Static method in class org.stellar.sdk.xdr.DecoratedSignature
-
- fromXdrBase64(String) - Static method in class org.stellar.sdk.xdr.DependentTxCluster
-
- fromXdrBase64(String) - Static method in class org.stellar.sdk.xdr.DiagnosticEvent
-
- fromXdrBase64(String) - Static method in class org.stellar.sdk.xdr.DontHave
-
- fromXdrBase64(String) - Static method in class org.stellar.sdk.xdr.Duration
-
- fromXdrBase64(String) - Static method in class org.stellar.sdk.xdr.EncryptedBody
-
- fromXdrBase64(String) - Static method in class org.stellar.sdk.xdr.EndSponsoringFutureReservesResult
-
- fromXdrBase64(String) - Static method in enum org.stellar.sdk.xdr.EndSponsoringFutureReservesResultCode
-
- fromXdrBase64(String) - Static method in enum org.stellar.sdk.xdr.EnvelopeType
-
- fromXdrBase64(String) - Static method in class org.stellar.sdk.xdr.Error
-
- fromXdrBase64(String) - Static method in enum org.stellar.sdk.xdr.ErrorCode
-
- fromXdrBase64(String) - Static method in class org.stellar.sdk.xdr.EvictionIterator
-
- fromXdrBase64(String) - Static method in class org.stellar.sdk.xdr.ExtendFootprintTTLOp
-
- fromXdrBase64(String) - Static method in class org.stellar.sdk.xdr.ExtendFootprintTTLResult
-
- fromXdrBase64(String) - Static method in enum org.stellar.sdk.xdr.ExtendFootprintTTLResultCode
-
- fromXdrBase64(String) - Static method in class org.stellar.sdk.xdr.ExtensionPoint
-
- fromXdrBase64(String) - Static method in class org.stellar.sdk.xdr.FeeBumpTransaction.FeeBumpTransactionExt
-
- fromXdrBase64(String) - Static method in class org.stellar.sdk.xdr.FeeBumpTransaction.FeeBumpTransactionInnerTx
-
- fromXdrBase64(String) - Static method in class org.stellar.sdk.xdr.FeeBumpTransaction
-
- fromXdrBase64(String) - Static method in class org.stellar.sdk.xdr.FeeBumpTransactionEnvelope
-
- fromXdrBase64(String) - Static method in class org.stellar.sdk.xdr.FloodAdvert
-
- fromXdrBase64(String) - Static method in class org.stellar.sdk.xdr.FloodDemand
-
- fromXdrBase64(String) - Static method in class org.stellar.sdk.xdr.GeneralizedTransactionSet
-
- fromXdrBase64(String) - Static method in class org.stellar.sdk.xdr.Hash
-
- fromXdrBase64(String) - Static method in class org.stellar.sdk.xdr.HashIDPreimage
-
- fromXdrBase64(String) - Static method in class org.stellar.sdk.xdr.HashIDPreimage.HashIDPreimageContractID
-
- fromXdrBase64(String) - Static method in class org.stellar.sdk.xdr.HashIDPreimage.HashIDPreimageOperationID
-
- fromXdrBase64(String) - Static method in class org.stellar.sdk.xdr.HashIDPreimage.HashIDPreimageRevokeID
-
- fromXdrBase64(String) - Static method in class org.stellar.sdk.xdr.HashIDPreimage.HashIDPreimageSorobanAuthorization
-
- fromXdrBase64(String) - Static method in class org.stellar.sdk.xdr.Hello
-
- fromXdrBase64(String) - Static method in class org.stellar.sdk.xdr.HmacSha256Key
-
- fromXdrBase64(String) - Static method in class org.stellar.sdk.xdr.HmacSha256Mac
-
- fromXdrBase64(String) - Static method in class org.stellar.sdk.xdr.HostFunction
-
- fromXdrBase64(String) - Static method in enum org.stellar.sdk.xdr.HostFunctionType
-
- fromXdrBase64(String) - Static method in class org.stellar.sdk.xdr.HotArchiveBucketEntry
-
- fromXdrBase64(String) - Static method in enum org.stellar.sdk.xdr.HotArchiveBucketEntryType
-
- fromXdrBase64(String) - Static method in class org.stellar.sdk.xdr.InflationPayout
-
- fromXdrBase64(String) - Static method in class org.stellar.sdk.xdr.InflationResult
-
- fromXdrBase64(String) - Static method in enum org.stellar.sdk.xdr.InflationResultCode
-
- fromXdrBase64(String) - Static method in class org.stellar.sdk.xdr.InnerTransactionResult
-
- fromXdrBase64(String) - Static method in class org.stellar.sdk.xdr.InnerTransactionResult.InnerTransactionResultExt
-
- fromXdrBase64(String) - Static method in class org.stellar.sdk.xdr.InnerTransactionResult.InnerTransactionResultResult
-
- fromXdrBase64(String) - Static method in class org.stellar.sdk.xdr.InnerTransactionResultPair
-
- fromXdrBase64(String) - Static method in class org.stellar.sdk.xdr.Int128Parts
-
- fromXdrBase64(String) - Static method in class org.stellar.sdk.xdr.Int256Parts
-
- fromXdrBase64(String) - Static method in class org.stellar.sdk.xdr.Int32
-
- fromXdrBase64(String) - Static method in class org.stellar.sdk.xdr.Int64
-
- fromXdrBase64(String) - Static method in class org.stellar.sdk.xdr.InvokeContractArgs
-
- fromXdrBase64(String) - Static method in class org.stellar.sdk.xdr.InvokeHostFunctionOp
-
- fromXdrBase64(String) - Static method in class org.stellar.sdk.xdr.InvokeHostFunctionResult
-
- fromXdrBase64(String) - Static method in enum org.stellar.sdk.xdr.InvokeHostFunctionResultCode
-
- fromXdrBase64(String) - Static method in class org.stellar.sdk.xdr.InvokeHostFunctionSuccessPreImage
-
- fromXdrBase64(String) - Static method in enum org.stellar.sdk.xdr.IPAddrType
-
- fromXdrBase64(String) - Static method in class org.stellar.sdk.xdr.LedgerBounds
-
- fromXdrBase64(String) - Static method in class org.stellar.sdk.xdr.LedgerCloseMeta
-
- fromXdrBase64(String) - Static method in class org.stellar.sdk.xdr.LedgerCloseMetaBatch
-
- fromXdrBase64(String) - Static method in class org.stellar.sdk.xdr.LedgerCloseMetaExt
-
- fromXdrBase64(String) - Static method in class org.stellar.sdk.xdr.LedgerCloseMetaExtV1
-
- fromXdrBase64(String) - Static method in class org.stellar.sdk.xdr.LedgerCloseMetaV0
-
- fromXdrBase64(String) - Static method in class org.stellar.sdk.xdr.LedgerCloseMetaV1
-
- fromXdrBase64(String) - Static method in class org.stellar.sdk.xdr.LedgerCloseMetaV2
-
- fromXdrBase64(String) - Static method in class org.stellar.sdk.xdr.LedgerCloseValueSignature
-
- fromXdrBase64(String) - Static method in class org.stellar.sdk.xdr.LedgerEntry
-
- fromXdrBase64(String) - Static method in class org.stellar.sdk.xdr.LedgerEntry.LedgerEntryData
-
- fromXdrBase64(String) - Static method in class org.stellar.sdk.xdr.LedgerEntry.LedgerEntryExt
-
- fromXdrBase64(String) - Static method in class org.stellar.sdk.xdr.LedgerEntryChange
-
- fromXdrBase64(String) - Static method in class org.stellar.sdk.xdr.LedgerEntryChanges
-
- fromXdrBase64(String) - Static method in enum org.stellar.sdk.xdr.LedgerEntryChangeType
-
- fromXdrBase64(String) - Static method in class org.stellar.sdk.xdr.LedgerEntryExtensionV1
-
- fromXdrBase64(String) - Static method in class org.stellar.sdk.xdr.LedgerEntryExtensionV1.LedgerEntryExtensionV1Ext
-
- fromXdrBase64(String) - Static method in enum org.stellar.sdk.xdr.LedgerEntryType
-
- fromXdrBase64(String) - Static method in class org.stellar.sdk.xdr.LedgerFootprint
-
- fromXdrBase64(String) - Static method in class org.stellar.sdk.xdr.LedgerHeader
-
- fromXdrBase64(String) - Static method in class org.stellar.sdk.xdr.LedgerHeader.LedgerHeaderExt
-
- fromXdrBase64(String) - Static method in class org.stellar.sdk.xdr.LedgerHeaderExtensionV1
-
- fromXdrBase64(String) - Static method in class org.stellar.sdk.xdr.LedgerHeaderExtensionV1.LedgerHeaderExtensionV1Ext
-
- fromXdrBase64(String) - Static method in enum org.stellar.sdk.xdr.LedgerHeaderFlags
-
- fromXdrBase64(String) - Static method in class org.stellar.sdk.xdr.LedgerHeaderHistoryEntry
-
- fromXdrBase64(String) - Static method in class org.stellar.sdk.xdr.LedgerHeaderHistoryEntry.LedgerHeaderHistoryEntryExt
-
- fromXdrBase64(String) - Static method in class org.stellar.sdk.xdr.LedgerKey
-
- fromXdrBase64(String) - Static method in class org.stellar.sdk.xdr.LedgerKey.LedgerKeyAccount
-
- fromXdrBase64(String) - Static method in class org.stellar.sdk.xdr.LedgerKey.LedgerKeyClaimableBalance
-
- fromXdrBase64(String) - Static method in class org.stellar.sdk.xdr.LedgerKey.LedgerKeyConfigSetting
-
- fromXdrBase64(String) - Static method in class org.stellar.sdk.xdr.LedgerKey.LedgerKeyContractCode
-
- fromXdrBase64(String) - Static method in class org.stellar.sdk.xdr.LedgerKey.LedgerKeyContractData
-
- fromXdrBase64(String) - Static method in class org.stellar.sdk.xdr.LedgerKey.LedgerKeyData
-
- fromXdrBase64(String) - Static method in class org.stellar.sdk.xdr.LedgerKey.LedgerKeyLiquidityPool
-
- fromXdrBase64(String) - Static method in class org.stellar.sdk.xdr.LedgerKey.LedgerKeyOffer
-
- fromXdrBase64(String) - Static method in class org.stellar.sdk.xdr.LedgerKey.LedgerKeyTrustLine
-
- fromXdrBase64(String) - Static method in class org.stellar.sdk.xdr.LedgerKey.LedgerKeyTtl
-
- fromXdrBase64(String) - Static method in class org.stellar.sdk.xdr.LedgerSCPMessages
-
- fromXdrBase64(String) - Static method in class org.stellar.sdk.xdr.LedgerUpgrade
-
- fromXdrBase64(String) - Static method in enum org.stellar.sdk.xdr.LedgerUpgradeType
-
- fromXdrBase64(String) - Static method in class org.stellar.sdk.xdr.Liabilities
-
- fromXdrBase64(String) - Static method in class org.stellar.sdk.xdr.LiquidityPoolConstantProductParameters
-
- fromXdrBase64(String) - Static method in class org.stellar.sdk.xdr.LiquidityPoolDepositOp
-
- fromXdrBase64(String) - Static method in class org.stellar.sdk.xdr.LiquidityPoolDepositResult
-
- fromXdrBase64(String) - Static method in enum org.stellar.sdk.xdr.LiquidityPoolDepositResultCode
-
- fromXdrBase64(String) - Static method in class org.stellar.sdk.xdr.LiquidityPoolEntry
-
- fromXdrBase64(String) - Static method in class org.stellar.sdk.xdr.LiquidityPoolEntry.LiquidityPoolEntryBody
-
- fromXdrBase64(String) - Static method in class org.stellar.sdk.xdr.LiquidityPoolEntry.LiquidityPoolEntryBody.LiquidityPoolEntryConstantProduct
-
- fromXdrBase64(String) - Static method in class org.stellar.sdk.xdr.LiquidityPoolParameters
-
- fromXdrBase64(String) - Static method in enum org.stellar.sdk.xdr.LiquidityPoolType
-
- fromXdrBase64(String) - Static method in class org.stellar.sdk.xdr.LiquidityPoolWithdrawOp
-
- fromXdrBase64(String) - Static method in class org.stellar.sdk.xdr.LiquidityPoolWithdrawResult
-
- fromXdrBase64(String) - Static method in enum org.stellar.sdk.xdr.LiquidityPoolWithdrawResultCode
-
- fromXdrBase64(String) - Static method in class org.stellar.sdk.xdr.ManageBuyOfferOp
-
- fromXdrBase64(String) - Static method in class org.stellar.sdk.xdr.ManageBuyOfferResult
-
- fromXdrBase64(String) - Static method in enum org.stellar.sdk.xdr.ManageBuyOfferResultCode
-
- fromXdrBase64(String) - Static method in class org.stellar.sdk.xdr.ManageDataOp
-
- fromXdrBase64(String) - Static method in class org.stellar.sdk.xdr.ManageDataResult
-
- fromXdrBase64(String) - Static method in enum org.stellar.sdk.xdr.ManageDataResultCode
-
- fromXdrBase64(String) - Static method in enum org.stellar.sdk.xdr.ManageOfferEffect
-
- fromXdrBase64(String) - Static method in class org.stellar.sdk.xdr.ManageOfferSuccessResult
-
- fromXdrBase64(String) - Static method in class org.stellar.sdk.xdr.ManageOfferSuccessResult.ManageOfferSuccessResultOffer
-
- fromXdrBase64(String) - Static method in class org.stellar.sdk.xdr.ManageSellOfferOp
-
- fromXdrBase64(String) - Static method in class org.stellar.sdk.xdr.ManageSellOfferResult
-
- fromXdrBase64(String) - Static method in enum org.stellar.sdk.xdr.ManageSellOfferResultCode
-
- fromXdrBase64(String) - Static method in class org.stellar.sdk.xdr.Memo
-
- fromXdrBase64(String) - Static method in enum org.stellar.sdk.xdr.MemoType
-
- fromXdrBase64(String) - Static method in enum org.stellar.sdk.xdr.MessageType
-
- fromXdrBase64(String) - Static method in class org.stellar.sdk.xdr.MuxedAccount
-
- fromXdrBase64(String) - Static method in class org.stellar.sdk.xdr.MuxedAccount.MuxedAccountMed25519
-
- fromXdrBase64(String) - Static method in class org.stellar.sdk.xdr.MuxedEd25519Account
-
- fromXdrBase64(String) - Static method in class org.stellar.sdk.xdr.NodeID
-
- fromXdrBase64(String) - Static method in class org.stellar.sdk.xdr.OfferEntry
-
- fromXdrBase64(String) - Static method in class org.stellar.sdk.xdr.OfferEntry.OfferEntryExt
-
- fromXdrBase64(String) - Static method in enum org.stellar.sdk.xdr.OfferEntryFlags
-
- fromXdrBase64(String) - Static method in class org.stellar.sdk.xdr.Operation
-
- fromXdrBase64(String) - Static method in class org.stellar.sdk.xdr.Operation.OperationBody
-
- fromXdrBase64(String) - Static method in class org.stellar.sdk.xdr.OperationMeta
-
- fromXdrBase64(String) - Static method in class org.stellar.sdk.xdr.OperationMetaV2
-
- fromXdrBase64(String) - Static method in class org.stellar.sdk.xdr.OperationResult
-
- fromXdrBase64(String) - Static method in class org.stellar.sdk.xdr.OperationResult.OperationResultTr
-
- fromXdrBase64(String) - Static method in enum org.stellar.sdk.xdr.OperationResultCode
-
- fromXdrBase64(String) - Static method in enum org.stellar.sdk.xdr.OperationType
-
- fromXdrBase64(String) - Static method in class org.stellar.sdk.xdr.ParallelTxExecutionStage
-
- fromXdrBase64(String) - Static method in class org.stellar.sdk.xdr.ParallelTxsComponent
-
- fromXdrBase64(String) - Static method in class org.stellar.sdk.xdr.PathPaymentStrictReceiveOp
-
- fromXdrBase64(String) - Static method in class org.stellar.sdk.xdr.PathPaymentStrictReceiveResult
-
- fromXdrBase64(String) - Static method in class org.stellar.sdk.xdr.PathPaymentStrictReceiveResult.PathPaymentStrictReceiveResultSuccess
-
- fromXdrBase64(String) - Static method in enum org.stellar.sdk.xdr.PathPaymentStrictReceiveResultCode
-
- fromXdrBase64(String) - Static method in class org.stellar.sdk.xdr.PathPaymentStrictSendOp
-
- fromXdrBase64(String) - Static method in class org.stellar.sdk.xdr.PathPaymentStrictSendResult
-
- fromXdrBase64(String) - Static method in class org.stellar.sdk.xdr.PathPaymentStrictSendResult.PathPaymentStrictSendResultSuccess
-
- fromXdrBase64(String) - Static method in enum org.stellar.sdk.xdr.PathPaymentStrictSendResultCode
-
- fromXdrBase64(String) - Static method in class org.stellar.sdk.xdr.PaymentOp
-
- fromXdrBase64(String) - Static method in class org.stellar.sdk.xdr.PaymentResult
-
- fromXdrBase64(String) - Static method in enum org.stellar.sdk.xdr.PaymentResultCode
-
- fromXdrBase64(String) - Static method in class org.stellar.sdk.xdr.PeerAddress
-
- fromXdrBase64(String) - Static method in class org.stellar.sdk.xdr.PeerAddress.PeerAddressIp
-
- fromXdrBase64(String) - Static method in class org.stellar.sdk.xdr.PeerStats
-
- fromXdrBase64(String) - Static method in class org.stellar.sdk.xdr.PersistedSCPState
-
- fromXdrBase64(String) - Static method in class org.stellar.sdk.xdr.PersistedSCPStateV0
-
- fromXdrBase64(String) - Static method in class org.stellar.sdk.xdr.PersistedSCPStateV1
-
- fromXdrBase64(String) - Static method in class org.stellar.sdk.xdr.PoolID
-
- fromXdrBase64(String) - Static method in class org.stellar.sdk.xdr.Preconditions
-
- fromXdrBase64(String) - Static method in class org.stellar.sdk.xdr.PreconditionsV2
-
- fromXdrBase64(String) - Static method in enum org.stellar.sdk.xdr.PreconditionType
-
- fromXdrBase64(String) - Static method in class org.stellar.sdk.xdr.Price
-
- fromXdrBase64(String) - Static method in class org.stellar.sdk.xdr.PublicKey
-
- fromXdrBase64(String) - Static method in enum org.stellar.sdk.xdr.PublicKeyType
-
- fromXdrBase64(String) - Static method in class org.stellar.sdk.xdr.RestoreFootprintOp
-
- fromXdrBase64(String) - Static method in class org.stellar.sdk.xdr.RestoreFootprintResult
-
- fromXdrBase64(String) - Static method in enum org.stellar.sdk.xdr.RestoreFootprintResultCode
-
- fromXdrBase64(String) - Static method in class org.stellar.sdk.xdr.RevokeSponsorshipOp
-
- fromXdrBase64(String) - Static method in class org.stellar.sdk.xdr.RevokeSponsorshipOp.RevokeSponsorshipOpSigner
-
- fromXdrBase64(String) - Static method in class org.stellar.sdk.xdr.RevokeSponsorshipResult
-
- fromXdrBase64(String) - Static method in enum org.stellar.sdk.xdr.RevokeSponsorshipResultCode
-
- fromXdrBase64(String) - Static method in enum org.stellar.sdk.xdr.RevokeSponsorshipType
-
- fromXdrBase64(String) - Static method in class org.stellar.sdk.xdr.SCAddress
-
- fromXdrBase64(String) - Static method in enum org.stellar.sdk.xdr.SCAddressType
-
- fromXdrBase64(String) - Static method in class org.stellar.sdk.xdr.SCBytes
-
- fromXdrBase64(String) - Static method in class org.stellar.sdk.xdr.SCContractInstance
-
- fromXdrBase64(String) - Static method in class org.stellar.sdk.xdr.SCEnvMetaEntry
-
- fromXdrBase64(String) - Static method in class org.stellar.sdk.xdr.SCEnvMetaEntry.SCEnvMetaEntryInterfaceVersion
-
- fromXdrBase64(String) - Static method in enum org.stellar.sdk.xdr.SCEnvMetaKind
-
- fromXdrBase64(String) - Static method in class org.stellar.sdk.xdr.SCError
-
- fromXdrBase64(String) - Static method in enum org.stellar.sdk.xdr.SCErrorCode
-
- fromXdrBase64(String) - Static method in enum org.stellar.sdk.xdr.SCErrorType
-
- fromXdrBase64(String) - Static method in class org.stellar.sdk.xdr.SCMap
-
- fromXdrBase64(String) - Static method in class org.stellar.sdk.xdr.SCMapEntry
-
- fromXdrBase64(String) - Static method in class org.stellar.sdk.xdr.SCMetaEntry
-
- fromXdrBase64(String) - Static method in enum org.stellar.sdk.xdr.SCMetaKind
-
- fromXdrBase64(String) - Static method in class org.stellar.sdk.xdr.SCMetaV0
-
- fromXdrBase64(String) - Static method in class org.stellar.sdk.xdr.SCNonceKey
-
- fromXdrBase64(String) - Static method in class org.stellar.sdk.xdr.SCPBallot
-
- fromXdrBase64(String) - Static method in class org.stellar.sdk.xdr.SCPEnvelope
-
- fromXdrBase64(String) - Static method in class org.stellar.sdk.xdr.SCPHistoryEntry
-
- fromXdrBase64(String) - Static method in class org.stellar.sdk.xdr.SCPHistoryEntryV0
-
- fromXdrBase64(String) - Static method in class org.stellar.sdk.xdr.SCPNomination
-
- fromXdrBase64(String) - Static method in class org.stellar.sdk.xdr.SCPQuorumSet
-
- fromXdrBase64(String) - Static method in class org.stellar.sdk.xdr.SCPStatement
-
- fromXdrBase64(String) - Static method in class org.stellar.sdk.xdr.SCPStatement.SCPStatementPledges
-
- fromXdrBase64(String) - Static method in class org.stellar.sdk.xdr.SCPStatement.SCPStatementPledges.SCPStatementConfirm
-
- fromXdrBase64(String) - Static method in class org.stellar.sdk.xdr.SCPStatement.SCPStatementPledges.SCPStatementExternalize
-
- fromXdrBase64(String) - Static method in class org.stellar.sdk.xdr.SCPStatement.SCPStatementPledges.SCPStatementPrepare
-
- fromXdrBase64(String) - Static method in enum org.stellar.sdk.xdr.SCPStatementType
-
- fromXdrBase64(String) - Static method in class org.stellar.sdk.xdr.SCSpecEntry
-
- fromXdrBase64(String) - Static method in enum org.stellar.sdk.xdr.SCSpecEntryKind
-
- fromXdrBase64(String) - Static method in enum org.stellar.sdk.xdr.SCSpecEventDataFormat
-
- fromXdrBase64(String) - Static method in enum org.stellar.sdk.xdr.SCSpecEventParamLocationV0
-
- fromXdrBase64(String) - Static method in class org.stellar.sdk.xdr.SCSpecEventParamV0
-
- fromXdrBase64(String) - Static method in class org.stellar.sdk.xdr.SCSpecEventV0
-
- fromXdrBase64(String) - Static method in class org.stellar.sdk.xdr.SCSpecFunctionInputV0
-
- fromXdrBase64(String) - Static method in class org.stellar.sdk.xdr.SCSpecFunctionV0
-
- fromXdrBase64(String) - Static method in enum org.stellar.sdk.xdr.SCSpecType
-
- fromXdrBase64(String) - Static method in class org.stellar.sdk.xdr.SCSpecTypeBytesN
-
- fromXdrBase64(String) - Static method in class org.stellar.sdk.xdr.SCSpecTypeDef
-
- fromXdrBase64(String) - Static method in class org.stellar.sdk.xdr.SCSpecTypeMap
-
- fromXdrBase64(String) - Static method in class org.stellar.sdk.xdr.SCSpecTypeOption
-
- fromXdrBase64(String) - Static method in class org.stellar.sdk.xdr.SCSpecTypeResult
-
- fromXdrBase64(String) - Static method in class org.stellar.sdk.xdr.SCSpecTypeTuple
-
- fromXdrBase64(String) - Static method in class org.stellar.sdk.xdr.SCSpecTypeUDT
-
- fromXdrBase64(String) - Static method in class org.stellar.sdk.xdr.SCSpecTypeVec
-
- fromXdrBase64(String) - Static method in class org.stellar.sdk.xdr.SCSpecUDTEnumCaseV0
-
- fromXdrBase64(String) - Static method in class org.stellar.sdk.xdr.SCSpecUDTEnumV0
-
- fromXdrBase64(String) - Static method in class org.stellar.sdk.xdr.SCSpecUDTErrorEnumCaseV0
-
- fromXdrBase64(String) - Static method in class org.stellar.sdk.xdr.SCSpecUDTErrorEnumV0
-
- fromXdrBase64(String) - Static method in class org.stellar.sdk.xdr.SCSpecUDTStructFieldV0
-
- fromXdrBase64(String) - Static method in class org.stellar.sdk.xdr.SCSpecUDTStructV0
-
- fromXdrBase64(String) - Static method in class org.stellar.sdk.xdr.SCSpecUDTUnionCaseTupleV0
-
- fromXdrBase64(String) - Static method in class org.stellar.sdk.xdr.SCSpecUDTUnionCaseV0
-
- fromXdrBase64(String) - Static method in enum org.stellar.sdk.xdr.SCSpecUDTUnionCaseV0Kind
-
- fromXdrBase64(String) - Static method in class org.stellar.sdk.xdr.SCSpecUDTUnionCaseVoidV0
-
- fromXdrBase64(String) - Static method in class org.stellar.sdk.xdr.SCSpecUDTUnionV0
-
- fromXdrBase64(String) - Static method in class org.stellar.sdk.xdr.SCString
-
- fromXdrBase64(String) - Static method in class org.stellar.sdk.xdr.SCSymbol
-
- fromXdrBase64(String) - Static method in class org.stellar.sdk.xdr.SCVal
-
- fromXdrBase64(String) - Static method in enum org.stellar.sdk.xdr.SCValType
-
- fromXdrBase64(String) - Static method in class org.stellar.sdk.xdr.SCVec
-
- fromXdrBase64(String) - Static method in class org.stellar.sdk.xdr.SendMore
-
- fromXdrBase64(String) - Static method in class org.stellar.sdk.xdr.SendMoreExtended
-
- fromXdrBase64(String) - Static method in class org.stellar.sdk.xdr.SequenceNumber
-
- fromXdrBase64(String) - Static method in class org.stellar.sdk.xdr.SerializedBinaryFuseFilter
-
- fromXdrBase64(String) - Static method in class org.stellar.sdk.xdr.SetOptionsOp
-
- fromXdrBase64(String) - Static method in class org.stellar.sdk.xdr.SetOptionsResult
-
- fromXdrBase64(String) - Static method in enum org.stellar.sdk.xdr.SetOptionsResultCode
-
- fromXdrBase64(String) - Static method in class org.stellar.sdk.xdr.SetTrustLineFlagsOp
-
- fromXdrBase64(String) - Static method in class org.stellar.sdk.xdr.SetTrustLineFlagsResult
-
- fromXdrBase64(String) - Static method in enum org.stellar.sdk.xdr.SetTrustLineFlagsResultCode
-
- fromXdrBase64(String) - Static method in class org.stellar.sdk.xdr.ShortHashSeed
-
- fromXdrBase64(String) - Static method in class org.stellar.sdk.xdr.Signature
-
- fromXdrBase64(String) - Static method in class org.stellar.sdk.xdr.SignatureHint
-
- fromXdrBase64(String) - Static method in class org.stellar.sdk.xdr.SignedTimeSlicedSurveyRequestMessage
-
- fromXdrBase64(String) - Static method in class org.stellar.sdk.xdr.SignedTimeSlicedSurveyResponseMessage
-
- fromXdrBase64(String) - Static method in class org.stellar.sdk.xdr.SignedTimeSlicedSurveyStartCollectingMessage
-
- fromXdrBase64(String) - Static method in class org.stellar.sdk.xdr.SignedTimeSlicedSurveyStopCollectingMessage
-
- fromXdrBase64(String) - Static method in class org.stellar.sdk.xdr.Signer
-
- fromXdrBase64(String) - Static method in class org.stellar.sdk.xdr.SignerKey
-
- fromXdrBase64(String) - Static method in class org.stellar.sdk.xdr.SignerKey.SignerKeyEd25519SignedPayload
-
- fromXdrBase64(String) - Static method in enum org.stellar.sdk.xdr.SignerKeyType
-
- fromXdrBase64(String) - Static method in class org.stellar.sdk.xdr.SimplePaymentResult
-
- fromXdrBase64(String) - Static method in class org.stellar.sdk.xdr.SorobanAddressCredentials
-
- fromXdrBase64(String) - Static method in class org.stellar.sdk.xdr.SorobanAuthorizationEntries
-
- fromXdrBase64(String) - Static method in class org.stellar.sdk.xdr.SorobanAuthorizationEntry
-
- fromXdrBase64(String) - Static method in class org.stellar.sdk.xdr.SorobanAuthorizedFunction
-
- fromXdrBase64(String) - Static method in enum org.stellar.sdk.xdr.SorobanAuthorizedFunctionType
-
- fromXdrBase64(String) - Static method in class org.stellar.sdk.xdr.SorobanAuthorizedInvocation
-
- fromXdrBase64(String) - Static method in class org.stellar.sdk.xdr.SorobanCredentials
-
- fromXdrBase64(String) - Static method in enum org.stellar.sdk.xdr.SorobanCredentialsType
-
- fromXdrBase64(String) - Static method in class org.stellar.sdk.xdr.SorobanResources
-
- fromXdrBase64(String) - Static method in class org.stellar.sdk.xdr.SorobanResourcesExtV0
-
- fromXdrBase64(String) - Static method in class org.stellar.sdk.xdr.SorobanTransactionData
-
- fromXdrBase64(String) - Static method in class org.stellar.sdk.xdr.SorobanTransactionData.SorobanTransactionDataExt
-
- fromXdrBase64(String) - Static method in class org.stellar.sdk.xdr.SorobanTransactionMeta
-
- fromXdrBase64(String) - Static method in class org.stellar.sdk.xdr.SorobanTransactionMetaExt
-
- fromXdrBase64(String) - Static method in class org.stellar.sdk.xdr.SorobanTransactionMetaExtV1
-
- fromXdrBase64(String) - Static method in class org.stellar.sdk.xdr.SorobanTransactionMetaV2
-
- fromXdrBase64(String) - Static method in class org.stellar.sdk.xdr.SponsorshipDescriptor
-
- fromXdrBase64(String) - Static method in class org.stellar.sdk.xdr.StateArchivalSettings
-
- fromXdrBase64(String) - Static method in class org.stellar.sdk.xdr.StellarMessage
-
- fromXdrBase64(String) - Static method in class org.stellar.sdk.xdr.StellarValue
-
- fromXdrBase64(String) - Static method in class org.stellar.sdk.xdr.StellarValue.StellarValueExt
-
- fromXdrBase64(String) - Static method in enum org.stellar.sdk.xdr.StellarValueType
-
- fromXdrBase64(String) - Static method in class org.stellar.sdk.xdr.StoredDebugTransactionSet
-
- fromXdrBase64(String) - Static method in class org.stellar.sdk.xdr.StoredTransactionSet
-
- fromXdrBase64(String) - Static method in class org.stellar.sdk.xdr.String32
-
- fromXdrBase64(String) - Static method in class org.stellar.sdk.xdr.String64
-
- fromXdrBase64(String) - Static method in enum org.stellar.sdk.xdr.SurveyMessageCommandType
-
- fromXdrBase64(String) - Static method in enum org.stellar.sdk.xdr.SurveyMessageResponseType
-
- fromXdrBase64(String) - Static method in class org.stellar.sdk.xdr.SurveyRequestMessage
-
- fromXdrBase64(String) - Static method in class org.stellar.sdk.xdr.SurveyResponseBody
-
- fromXdrBase64(String) - Static method in class org.stellar.sdk.xdr.SurveyResponseMessage
-
- fromXdrBase64(String) - Static method in enum org.stellar.sdk.xdr.ThresholdIndexes
-
- fromXdrBase64(String) - Static method in class org.stellar.sdk.xdr.Thresholds
-
- fromXdrBase64(String) - Static method in class org.stellar.sdk.xdr.TimeBounds
-
- fromXdrBase64(String) - Static method in class org.stellar.sdk.xdr.TimePoint
-
- fromXdrBase64(String) - Static method in class org.stellar.sdk.xdr.TimeSlicedNodeData
-
- fromXdrBase64(String) - Static method in class org.stellar.sdk.xdr.TimeSlicedPeerData
-
- fromXdrBase64(String) - Static method in class org.stellar.sdk.xdr.TimeSlicedPeerDataList
-
- fromXdrBase64(String) - Static method in class org.stellar.sdk.xdr.TimeSlicedSurveyRequestMessage
-
- fromXdrBase64(String) - Static method in class org.stellar.sdk.xdr.TimeSlicedSurveyResponseMessage
-
- fromXdrBase64(String) - Static method in class org.stellar.sdk.xdr.TimeSlicedSurveyStartCollectingMessage
-
- fromXdrBase64(String) - Static method in class org.stellar.sdk.xdr.TimeSlicedSurveyStopCollectingMessage
-
- fromXdrBase64(String) - Static method in class org.stellar.sdk.xdr.TopologyResponseBodyV2
-
- fromXdrBase64(String) - Static method in class org.stellar.sdk.xdr.Transaction
-
- fromXdrBase64(String) - Static method in class org.stellar.sdk.xdr.Transaction.TransactionExt
-
- fromXdrBase64(String) - Static method in class org.stellar.sdk.xdr.TransactionEnvelope
-
- fromXdrBase64(String) - Static method in class org.stellar.sdk.xdr.TransactionEvent
-
- fromXdrBase64(String) - Static method in enum org.stellar.sdk.xdr.TransactionEventStage
-
- fromXdrBase64(String) - Static method in class org.stellar.sdk.xdr.TransactionHistoryEntry
-
- fromXdrBase64(String) - Static method in class org.stellar.sdk.xdr.TransactionHistoryEntry.TransactionHistoryEntryExt
-
- fromXdrBase64(String) - Static method in class org.stellar.sdk.xdr.TransactionHistoryResultEntry
-
- fromXdrBase64(String) - Static method in class org.stellar.sdk.xdr.TransactionHistoryResultEntry.TransactionHistoryResultEntryExt
-
- fromXdrBase64(String) - Static method in class org.stellar.sdk.xdr.TransactionMeta
-
- fromXdrBase64(String) - Static method in class org.stellar.sdk.xdr.TransactionMetaV1
-
- fromXdrBase64(String) - Static method in class org.stellar.sdk.xdr.TransactionMetaV2
-
- fromXdrBase64(String) - Static method in class org.stellar.sdk.xdr.TransactionMetaV3
-
- fromXdrBase64(String) - Static method in class org.stellar.sdk.xdr.TransactionMetaV4
-
- fromXdrBase64(String) - Static method in class org.stellar.sdk.xdr.TransactionPhase
-
- fromXdrBase64(String) - Static method in class org.stellar.sdk.xdr.TransactionResult
-
- fromXdrBase64(String) - Static method in class org.stellar.sdk.xdr.TransactionResult.TransactionResultExt
-
- fromXdrBase64(String) - Static method in class org.stellar.sdk.xdr.TransactionResult.TransactionResultResult
-
- fromXdrBase64(String) - Static method in enum org.stellar.sdk.xdr.TransactionResultCode
-
- fromXdrBase64(String) - Static method in class org.stellar.sdk.xdr.TransactionResultMeta
-
- fromXdrBase64(String) - Static method in class org.stellar.sdk.xdr.TransactionResultMetaV1
-
- fromXdrBase64(String) - Static method in class org.stellar.sdk.xdr.TransactionResultPair
-
- fromXdrBase64(String) - Static method in class org.stellar.sdk.xdr.TransactionResultSet
-
- fromXdrBase64(String) - Static method in class org.stellar.sdk.xdr.TransactionSet
-
- fromXdrBase64(String) - Static method in class org.stellar.sdk.xdr.TransactionSetV1
-
- fromXdrBase64(String) - Static method in class org.stellar.sdk.xdr.TransactionSignaturePayload
-
- fromXdrBase64(String) - Static method in class org.stellar.sdk.xdr.TransactionSignaturePayload.TransactionSignaturePayloadTaggedTransaction
-
- fromXdrBase64(String) - Static method in class org.stellar.sdk.xdr.TransactionV0
-
- fromXdrBase64(String) - Static method in class org.stellar.sdk.xdr.TransactionV0.TransactionV0Ext
-
- fromXdrBase64(String) - Static method in class org.stellar.sdk.xdr.TransactionV0Envelope
-
- fromXdrBase64(String) - Static method in class org.stellar.sdk.xdr.TransactionV1Envelope
-
- fromXdrBase64(String) - Static method in class org.stellar.sdk.xdr.TrustLineAsset
-
- fromXdrBase64(String) - Static method in class org.stellar.sdk.xdr.TrustLineEntry
-
- fromXdrBase64(String) - Static method in class org.stellar.sdk.xdr.TrustLineEntry.TrustLineEntryExt
-
- fromXdrBase64(String) - Static method in class org.stellar.sdk.xdr.TrustLineEntry.TrustLineEntryExt.TrustLineEntryV1
-
- fromXdrBase64(String) - Static method in class org.stellar.sdk.xdr.TrustLineEntry.TrustLineEntryExt.TrustLineEntryV1.TrustLineEntryV1Ext
-
- fromXdrBase64(String) - Static method in class org.stellar.sdk.xdr.TrustLineEntryExtensionV2
-
- fromXdrBase64(String) - Static method in class org.stellar.sdk.xdr.TrustLineEntryExtensionV2.TrustLineEntryExtensionV2Ext
-
- fromXdrBase64(String) - Static method in enum org.stellar.sdk.xdr.TrustLineFlags
-
- fromXdrBase64(String) - Static method in class org.stellar.sdk.xdr.TTLEntry
-
- fromXdrBase64(String) - Static method in class org.stellar.sdk.xdr.TxAdvertVector
-
- fromXdrBase64(String) - Static method in class org.stellar.sdk.xdr.TxDemandVector
-
- fromXdrBase64(String) - Static method in class org.stellar.sdk.xdr.TxSetComponent
-
- fromXdrBase64(String) - Static method in class org.stellar.sdk.xdr.TxSetComponent.TxSetComponentTxsMaybeDiscountedFee
-
- fromXdrBase64(String) - Static method in enum org.stellar.sdk.xdr.TxSetComponentType
-
- fromXdrBase64(String) - Static method in class org.stellar.sdk.xdr.UInt128Parts
-
- fromXdrBase64(String) - Static method in class org.stellar.sdk.xdr.Uint256
-
- fromXdrBase64(String) - Static method in class org.stellar.sdk.xdr.UInt256Parts
-
- fromXdrBase64(String) - Static method in class org.stellar.sdk.xdr.Uint32
-
- fromXdrBase64(String) - Static method in class org.stellar.sdk.xdr.Uint64
-
- fromXdrBase64(String) - Static method in class org.stellar.sdk.xdr.UpgradeEntryMeta
-
- fromXdrBase64(String) - Static method in class org.stellar.sdk.xdr.UpgradeType
-
- fromXdrBase64(String) - Static method in class org.stellar.sdk.xdr.Value
-
- fromXdrBase64(String, int) - Static method in class org.stellar.sdk.xdr.XdrString
-
- fromXdrBase64(String) - Static method in class org.stellar.sdk.xdr.XdrString
-
- fromXdrBase64(String) - Static method in class org.stellar.sdk.xdr.XdrUnsignedHyperInteger
-
- fromXdrBase64(String) - Static method in class org.stellar.sdk.xdr.XdrUnsignedInteger
-
- fromXdrByteArray(byte[]) - Static method in class org.stellar.sdk.xdr.AccountEntry.AccountEntryExt
-
- fromXdrByteArray(byte[]) - Static method in class org.stellar.sdk.xdr.AccountEntry
-
- fromXdrByteArray(byte[]) - Static method in class org.stellar.sdk.xdr.AccountEntryExtensionV1.AccountEntryExtensionV1Ext
-
- fromXdrByteArray(byte[]) - Static method in class org.stellar.sdk.xdr.AccountEntryExtensionV1
-
- fromXdrByteArray(byte[]) - Static method in class org.stellar.sdk.xdr.AccountEntryExtensionV2.AccountEntryExtensionV2Ext
-
- fromXdrByteArray(byte[]) - Static method in class org.stellar.sdk.xdr.AccountEntryExtensionV2
-
- fromXdrByteArray(byte[]) - Static method in class org.stellar.sdk.xdr.AccountEntryExtensionV3
-
- fromXdrByteArray(byte[]) - Static method in enum org.stellar.sdk.xdr.AccountFlags
-
- fromXdrByteArray(byte[]) - Static method in class org.stellar.sdk.xdr.AccountID
-
- fromXdrByteArray(byte[]) - Static method in class org.stellar.sdk.xdr.AccountMergeResult
-
- fromXdrByteArray(byte[]) - Static method in enum org.stellar.sdk.xdr.AccountMergeResultCode
-
- fromXdrByteArray(byte[]) - Static method in class org.stellar.sdk.xdr.AllowTrustOp
-
- fromXdrByteArray(byte[]) - Static method in class org.stellar.sdk.xdr.AllowTrustResult
-
- fromXdrByteArray(byte[]) - Static method in enum org.stellar.sdk.xdr.AllowTrustResultCode
-
- fromXdrByteArray(byte[]) - Static method in class org.stellar.sdk.xdr.AlphaNum12
-
- fromXdrByteArray(byte[]) - Static method in class org.stellar.sdk.xdr.AlphaNum4
-
- fromXdrByteArray(byte[]) - Static method in class org.stellar.sdk.xdr.Asset
-
- fromXdrByteArray(byte[]) - Static method in class org.stellar.sdk.xdr.AssetCode
-
- fromXdrByteArray(byte[]) - Static method in class org.stellar.sdk.xdr.AssetCode12
-
- fromXdrByteArray(byte[]) - Static method in class org.stellar.sdk.xdr.AssetCode4
-
- fromXdrByteArray(byte[]) - Static method in enum org.stellar.sdk.xdr.AssetType
-
- fromXdrByteArray(byte[]) - Static method in class org.stellar.sdk.xdr.Auth
-
- fromXdrByteArray(byte[]) - Static method in class org.stellar.sdk.xdr.AuthCert
-
- fromXdrByteArray(byte[]) - Static method in class org.stellar.sdk.xdr.AuthenticatedMessage.AuthenticatedMessageV0
-
- fromXdrByteArray(byte[]) - Static method in class org.stellar.sdk.xdr.AuthenticatedMessage
-
- fromXdrByteArray(byte[]) - Static method in class org.stellar.sdk.xdr.BeginSponsoringFutureReservesOp
-
- fromXdrByteArray(byte[]) - Static method in class org.stellar.sdk.xdr.BeginSponsoringFutureReservesResult
-
- fromXdrByteArray(byte[]) - Static method in enum org.stellar.sdk.xdr.BeginSponsoringFutureReservesResultCode
-
- fromXdrByteArray(byte[]) - Static method in enum org.stellar.sdk.xdr.BinaryFuseFilterType
-
- fromXdrByteArray(byte[]) - Static method in class org.stellar.sdk.xdr.BucketEntry
-
- fromXdrByteArray(byte[]) - Static method in enum org.stellar.sdk.xdr.BucketEntryType
-
- fromXdrByteArray(byte[]) - Static method in enum org.stellar.sdk.xdr.BucketListType
-
- fromXdrByteArray(byte[]) - Static method in class org.stellar.sdk.xdr.BucketMetadata.BucketMetadataExt
-
- fromXdrByteArray(byte[]) - Static method in class org.stellar.sdk.xdr.BucketMetadata
-
- fromXdrByteArray(byte[]) - Static method in class org.stellar.sdk.xdr.BumpSequenceOp
-
- fromXdrByteArray(byte[]) - Static method in class org.stellar.sdk.xdr.BumpSequenceResult
-
- fromXdrByteArray(byte[]) - Static method in enum org.stellar.sdk.xdr.BumpSequenceResultCode
-
- fromXdrByteArray(byte[]) - Static method in class org.stellar.sdk.xdr.ChangeTrustAsset
-
- fromXdrByteArray(byte[]) - Static method in class org.stellar.sdk.xdr.ChangeTrustOp
-
- fromXdrByteArray(byte[]) - Static method in class org.stellar.sdk.xdr.ChangeTrustResult
-
- fromXdrByteArray(byte[]) - Static method in enum org.stellar.sdk.xdr.ChangeTrustResultCode
-
- fromXdrByteArray(byte[]) - Static method in class org.stellar.sdk.xdr.ClaimableBalanceEntry.ClaimableBalanceEntryExt
-
- fromXdrByteArray(byte[]) - Static method in class org.stellar.sdk.xdr.ClaimableBalanceEntry
-
- fromXdrByteArray(byte[]) - Static method in class org.stellar.sdk.xdr.ClaimableBalanceEntryExtensionV1.ClaimableBalanceEntryExtensionV1Ext
-
- fromXdrByteArray(byte[]) - Static method in class org.stellar.sdk.xdr.ClaimableBalanceEntryExtensionV1
-
- fromXdrByteArray(byte[]) - Static method in enum org.stellar.sdk.xdr.ClaimableBalanceFlags
-
- fromXdrByteArray(byte[]) - Static method in class org.stellar.sdk.xdr.ClaimableBalanceID
-
- fromXdrByteArray(byte[]) - Static method in enum org.stellar.sdk.xdr.ClaimableBalanceIDType
-
- fromXdrByteArray(byte[]) - Static method in class org.stellar.sdk.xdr.Claimant.ClaimantV0
-
- fromXdrByteArray(byte[]) - Static method in class org.stellar.sdk.xdr.Claimant
-
- fromXdrByteArray(byte[]) - Static method in enum org.stellar.sdk.xdr.ClaimantType
-
- fromXdrByteArray(byte[]) - Static method in class org.stellar.sdk.xdr.ClaimAtom
-
- fromXdrByteArray(byte[]) - Static method in enum org.stellar.sdk.xdr.ClaimAtomType
-
- fromXdrByteArray(byte[]) - Static method in class org.stellar.sdk.xdr.ClaimClaimableBalanceOp
-
- fromXdrByteArray(byte[]) - Static method in class org.stellar.sdk.xdr.ClaimClaimableBalanceResult
-
- fromXdrByteArray(byte[]) - Static method in enum org.stellar.sdk.xdr.ClaimClaimableBalanceResultCode
-
- fromXdrByteArray(byte[]) - Static method in class org.stellar.sdk.xdr.ClaimLiquidityAtom
-
- fromXdrByteArray(byte[]) - Static method in class org.stellar.sdk.xdr.ClaimOfferAtom
-
- fromXdrByteArray(byte[]) - Static method in class org.stellar.sdk.xdr.ClaimOfferAtomV0
-
- fromXdrByteArray(byte[]) - Static method in class org.stellar.sdk.xdr.ClaimPredicate
-
- fromXdrByteArray(byte[]) - Static method in enum org.stellar.sdk.xdr.ClaimPredicateType
-
- fromXdrByteArray(byte[]) - Static method in class org.stellar.sdk.xdr.ClawbackClaimableBalanceOp
-
- fromXdrByteArray(byte[]) - Static method in class org.stellar.sdk.xdr.ClawbackClaimableBalanceResult
-
- fromXdrByteArray(byte[]) - Static method in enum org.stellar.sdk.xdr.ClawbackClaimableBalanceResultCode
-
- fromXdrByteArray(byte[]) - Static method in class org.stellar.sdk.xdr.ClawbackOp
-
- fromXdrByteArray(byte[]) - Static method in class org.stellar.sdk.xdr.ClawbackResult
-
- fromXdrByteArray(byte[]) - Static method in enum org.stellar.sdk.xdr.ClawbackResultCode
-
- fromXdrByteArray(byte[]) - Static method in class org.stellar.sdk.xdr.ConfigSettingContractBandwidthV0
-
- fromXdrByteArray(byte[]) - Static method in class org.stellar.sdk.xdr.ConfigSettingContractComputeV0
-
- fromXdrByteArray(byte[]) - Static method in class org.stellar.sdk.xdr.ConfigSettingContractEventsV0
-
- fromXdrByteArray(byte[]) - Static method in class org.stellar.sdk.xdr.ConfigSettingContractExecutionLanesV0
-
- fromXdrByteArray(byte[]) - Static method in class org.stellar.sdk.xdr.ConfigSettingContractHistoricalDataV0
-
- fromXdrByteArray(byte[]) - Static method in class org.stellar.sdk.xdr.ConfigSettingContractLedgerCostExtV0
-
- fromXdrByteArray(byte[]) - Static method in class org.stellar.sdk.xdr.ConfigSettingContractLedgerCostV0
-
- fromXdrByteArray(byte[]) - Static method in class org.stellar.sdk.xdr.ConfigSettingContractParallelComputeV0
-
- fromXdrByteArray(byte[]) - Static method in class org.stellar.sdk.xdr.ConfigSettingEntry
-
- fromXdrByteArray(byte[]) - Static method in enum org.stellar.sdk.xdr.ConfigSettingID
-
- fromXdrByteArray(byte[]) - Static method in class org.stellar.sdk.xdr.ConfigSettingSCPTiming
-
- fromXdrByteArray(byte[]) - Static method in class org.stellar.sdk.xdr.ConfigUpgradeSet
-
- fromXdrByteArray(byte[]) - Static method in class org.stellar.sdk.xdr.ConfigUpgradeSetKey
-
- fromXdrByteArray(byte[]) - Static method in class org.stellar.sdk.xdr.ContractCodeCostInputs
-
- fromXdrByteArray(byte[]) - Static method in class org.stellar.sdk.xdr.ContractCodeEntry.ContractCodeEntryExt.ContractCodeEntryV1
-
- fromXdrByteArray(byte[]) - Static method in class org.stellar.sdk.xdr.ContractCodeEntry.ContractCodeEntryExt
-
- fromXdrByteArray(byte[]) - Static method in class org.stellar.sdk.xdr.ContractCodeEntry
-
- fromXdrByteArray(byte[]) - Static method in class org.stellar.sdk.xdr.ContractCostParamEntry
-
- fromXdrByteArray(byte[]) - Static method in class org.stellar.sdk.xdr.ContractCostParams
-
- fromXdrByteArray(byte[]) - Static method in enum org.stellar.sdk.xdr.ContractCostType
-
- fromXdrByteArray(byte[]) - Static method in enum org.stellar.sdk.xdr.ContractDataDurability
-
- fromXdrByteArray(byte[]) - Static method in class org.stellar.sdk.xdr.ContractDataEntry
-
- fromXdrByteArray(byte[]) - Static method in class org.stellar.sdk.xdr.ContractEvent.ContractEventBody.ContractEventV0
-
- fromXdrByteArray(byte[]) - Static method in class org.stellar.sdk.xdr.ContractEvent.ContractEventBody
-
- fromXdrByteArray(byte[]) - Static method in class org.stellar.sdk.xdr.ContractEvent
-
- fromXdrByteArray(byte[]) - Static method in enum org.stellar.sdk.xdr.ContractEventType
-
- fromXdrByteArray(byte[]) - Static method in class org.stellar.sdk.xdr.ContractExecutable
-
- fromXdrByteArray(byte[]) - Static method in enum org.stellar.sdk.xdr.ContractExecutableType
-
- fromXdrByteArray(byte[]) - Static method in class org.stellar.sdk.xdr.ContractID
-
- fromXdrByteArray(byte[]) - Static method in class org.stellar.sdk.xdr.ContractIDPreimage.ContractIDPreimageFromAddress
-
- fromXdrByteArray(byte[]) - Static method in class org.stellar.sdk.xdr.ContractIDPreimage
-
- fromXdrByteArray(byte[]) - Static method in enum org.stellar.sdk.xdr.ContractIDPreimageType
-
- fromXdrByteArray(byte[]) - Static method in class org.stellar.sdk.xdr.CreateAccountOp
-
- fromXdrByteArray(byte[]) - Static method in class org.stellar.sdk.xdr.CreateAccountResult
-
- fromXdrByteArray(byte[]) - Static method in enum org.stellar.sdk.xdr.CreateAccountResultCode
-
- fromXdrByteArray(byte[]) - Static method in class org.stellar.sdk.xdr.CreateClaimableBalanceOp
-
- fromXdrByteArray(byte[]) - Static method in class org.stellar.sdk.xdr.CreateClaimableBalanceResult
-
- fromXdrByteArray(byte[]) - Static method in enum org.stellar.sdk.xdr.CreateClaimableBalanceResultCode
-
- fromXdrByteArray(byte[]) - Static method in class org.stellar.sdk.xdr.CreateContractArgs
-
- fromXdrByteArray(byte[]) - Static method in class org.stellar.sdk.xdr.CreateContractArgsV2
-
- fromXdrByteArray(byte[]) - Static method in class org.stellar.sdk.xdr.CreatePassiveSellOfferOp
-
- fromXdrByteArray(byte[]) - Static method in enum org.stellar.sdk.xdr.CryptoKeyType
-
- fromXdrByteArray(byte[]) - Static method in class org.stellar.sdk.xdr.Curve25519Public
-
- fromXdrByteArray(byte[]) - Static method in class org.stellar.sdk.xdr.Curve25519Secret
-
- fromXdrByteArray(byte[]) - Static method in class org.stellar.sdk.xdr.DataEntry.DataEntryExt
-
- fromXdrByteArray(byte[]) - Static method in class org.stellar.sdk.xdr.DataEntry
-
- fromXdrByteArray(byte[]) - Static method in class org.stellar.sdk.xdr.DataValue
-
- fromXdrByteArray(byte[]) - Static method in class org.stellar.sdk.xdr.DecoratedSignature
-
- fromXdrByteArray(byte[]) - Static method in class org.stellar.sdk.xdr.DependentTxCluster
-
- fromXdrByteArray(byte[]) - Static method in class org.stellar.sdk.xdr.DiagnosticEvent
-
- fromXdrByteArray(byte[]) - Static method in class org.stellar.sdk.xdr.DontHave
-
- fromXdrByteArray(byte[]) - Static method in class org.stellar.sdk.xdr.Duration
-
- fromXdrByteArray(byte[]) - Static method in class org.stellar.sdk.xdr.EncryptedBody
-
- fromXdrByteArray(byte[]) - Static method in class org.stellar.sdk.xdr.EndSponsoringFutureReservesResult
-
- fromXdrByteArray(byte[]) - Static method in enum org.stellar.sdk.xdr.EndSponsoringFutureReservesResultCode
-
- fromXdrByteArray(byte[]) - Static method in enum org.stellar.sdk.xdr.EnvelopeType
-
- fromXdrByteArray(byte[]) - Static method in class org.stellar.sdk.xdr.Error
-
- fromXdrByteArray(byte[]) - Static method in enum org.stellar.sdk.xdr.ErrorCode
-
- fromXdrByteArray(byte[]) - Static method in class org.stellar.sdk.xdr.EvictionIterator
-
- fromXdrByteArray(byte[]) - Static method in class org.stellar.sdk.xdr.ExtendFootprintTTLOp
-
- fromXdrByteArray(byte[]) - Static method in class org.stellar.sdk.xdr.ExtendFootprintTTLResult
-
- fromXdrByteArray(byte[]) - Static method in enum org.stellar.sdk.xdr.ExtendFootprintTTLResultCode
-
- fromXdrByteArray(byte[]) - Static method in class org.stellar.sdk.xdr.ExtensionPoint
-
- fromXdrByteArray(byte[]) - Static method in class org.stellar.sdk.xdr.FeeBumpTransaction.FeeBumpTransactionExt
-
- fromXdrByteArray(byte[]) - Static method in class org.stellar.sdk.xdr.FeeBumpTransaction.FeeBumpTransactionInnerTx
-
- fromXdrByteArray(byte[]) - Static method in class org.stellar.sdk.xdr.FeeBumpTransaction
-
- fromXdrByteArray(byte[]) - Static method in class org.stellar.sdk.xdr.FeeBumpTransactionEnvelope
-
- fromXdrByteArray(byte[]) - Static method in class org.stellar.sdk.xdr.FloodAdvert
-
- fromXdrByteArray(byte[]) - Static method in class org.stellar.sdk.xdr.FloodDemand
-
- fromXdrByteArray(byte[]) - Static method in class org.stellar.sdk.xdr.GeneralizedTransactionSet
-
- fromXdrByteArray(byte[]) - Static method in class org.stellar.sdk.xdr.Hash
-
- fromXdrByteArray(byte[]) - Static method in class org.stellar.sdk.xdr.HashIDPreimage
-
- fromXdrByteArray(byte[]) - Static method in class org.stellar.sdk.xdr.HashIDPreimage.HashIDPreimageContractID
-
- fromXdrByteArray(byte[]) - Static method in class org.stellar.sdk.xdr.HashIDPreimage.HashIDPreimageOperationID
-
- fromXdrByteArray(byte[]) - Static method in class org.stellar.sdk.xdr.HashIDPreimage.HashIDPreimageRevokeID
-
- fromXdrByteArray(byte[]) - Static method in class org.stellar.sdk.xdr.HashIDPreimage.HashIDPreimageSorobanAuthorization
-
- fromXdrByteArray(byte[]) - Static method in class org.stellar.sdk.xdr.Hello
-
- fromXdrByteArray(byte[]) - Static method in class org.stellar.sdk.xdr.HmacSha256Key
-
- fromXdrByteArray(byte[]) - Static method in class org.stellar.sdk.xdr.HmacSha256Mac
-
- fromXdrByteArray(byte[]) - Static method in class org.stellar.sdk.xdr.HostFunction
-
- fromXdrByteArray(byte[]) - Static method in enum org.stellar.sdk.xdr.HostFunctionType
-
- fromXdrByteArray(byte[]) - Static method in class org.stellar.sdk.xdr.HotArchiveBucketEntry
-
- fromXdrByteArray(byte[]) - Static method in enum org.stellar.sdk.xdr.HotArchiveBucketEntryType
-
- fromXdrByteArray(byte[]) - Static method in class org.stellar.sdk.xdr.InflationPayout
-
- fromXdrByteArray(byte[]) - Static method in class org.stellar.sdk.xdr.InflationResult
-
- fromXdrByteArray(byte[]) - Static method in enum org.stellar.sdk.xdr.InflationResultCode
-
- fromXdrByteArray(byte[]) - Static method in class org.stellar.sdk.xdr.InnerTransactionResult
-
- fromXdrByteArray(byte[]) - Static method in class org.stellar.sdk.xdr.InnerTransactionResult.InnerTransactionResultExt
-
- fromXdrByteArray(byte[]) - Static method in class org.stellar.sdk.xdr.InnerTransactionResult.InnerTransactionResultResult
-
- fromXdrByteArray(byte[]) - Static method in class org.stellar.sdk.xdr.InnerTransactionResultPair
-
- fromXdrByteArray(byte[]) - Static method in class org.stellar.sdk.xdr.Int128Parts
-
- fromXdrByteArray(byte[]) - Static method in class org.stellar.sdk.xdr.Int256Parts
-
- fromXdrByteArray(byte[]) - Static method in class org.stellar.sdk.xdr.Int32
-
- fromXdrByteArray(byte[]) - Static method in class org.stellar.sdk.xdr.Int64
-
- fromXdrByteArray(byte[]) - Static method in class org.stellar.sdk.xdr.InvokeContractArgs
-
- fromXdrByteArray(byte[]) - Static method in class org.stellar.sdk.xdr.InvokeHostFunctionOp
-
- fromXdrByteArray(byte[]) - Static method in class org.stellar.sdk.xdr.InvokeHostFunctionResult
-
- fromXdrByteArray(byte[]) - Static method in enum org.stellar.sdk.xdr.InvokeHostFunctionResultCode
-
- fromXdrByteArray(byte[]) - Static method in class org.stellar.sdk.xdr.InvokeHostFunctionSuccessPreImage
-
- fromXdrByteArray(byte[]) - Static method in enum org.stellar.sdk.xdr.IPAddrType
-
- fromXdrByteArray(byte[]) - Static method in class org.stellar.sdk.xdr.LedgerBounds
-
- fromXdrByteArray(byte[]) - Static method in class org.stellar.sdk.xdr.LedgerCloseMeta
-
- fromXdrByteArray(byte[]) - Static method in class org.stellar.sdk.xdr.LedgerCloseMetaBatch
-
- fromXdrByteArray(byte[]) - Static method in class org.stellar.sdk.xdr.LedgerCloseMetaExt
-
- fromXdrByteArray(byte[]) - Static method in class org.stellar.sdk.xdr.LedgerCloseMetaExtV1
-
- fromXdrByteArray(byte[]) - Static method in class org.stellar.sdk.xdr.LedgerCloseMetaV0
-
- fromXdrByteArray(byte[]) - Static method in class org.stellar.sdk.xdr.LedgerCloseMetaV1
-
- fromXdrByteArray(byte[]) - Static method in class org.stellar.sdk.xdr.LedgerCloseMetaV2
-
- fromXdrByteArray(byte[]) - Static method in class org.stellar.sdk.xdr.LedgerCloseValueSignature
-
- fromXdrByteArray(byte[]) - Static method in class org.stellar.sdk.xdr.LedgerEntry
-
- fromXdrByteArray(byte[]) - Static method in class org.stellar.sdk.xdr.LedgerEntry.LedgerEntryData
-
- fromXdrByteArray(byte[]) - Static method in class org.stellar.sdk.xdr.LedgerEntry.LedgerEntryExt
-
- fromXdrByteArray(byte[]) - Static method in class org.stellar.sdk.xdr.LedgerEntryChange
-
- fromXdrByteArray(byte[]) - Static method in class org.stellar.sdk.xdr.LedgerEntryChanges
-
- fromXdrByteArray(byte[]) - Static method in enum org.stellar.sdk.xdr.LedgerEntryChangeType
-
- fromXdrByteArray(byte[]) - Static method in class org.stellar.sdk.xdr.LedgerEntryExtensionV1
-
- fromXdrByteArray(byte[]) - Static method in class org.stellar.sdk.xdr.LedgerEntryExtensionV1.LedgerEntryExtensionV1Ext
-
- fromXdrByteArray(byte[]) - Static method in enum org.stellar.sdk.xdr.LedgerEntryType
-
- fromXdrByteArray(byte[]) - Static method in class org.stellar.sdk.xdr.LedgerFootprint
-
- fromXdrByteArray(byte[]) - Static method in class org.stellar.sdk.xdr.LedgerHeader
-
- fromXdrByteArray(byte[]) - Static method in class org.stellar.sdk.xdr.LedgerHeader.LedgerHeaderExt
-
- fromXdrByteArray(byte[]) - Static method in class org.stellar.sdk.xdr.LedgerHeaderExtensionV1
-
- fromXdrByteArray(byte[]) - Static method in class org.stellar.sdk.xdr.LedgerHeaderExtensionV1.LedgerHeaderExtensionV1Ext
-
- fromXdrByteArray(byte[]) - Static method in enum org.stellar.sdk.xdr.LedgerHeaderFlags
-
- fromXdrByteArray(byte[]) - Static method in class org.stellar.sdk.xdr.LedgerHeaderHistoryEntry
-
- fromXdrByteArray(byte[]) - Static method in class org.stellar.sdk.xdr.LedgerHeaderHistoryEntry.LedgerHeaderHistoryEntryExt
-
- fromXdrByteArray(byte[]) - Static method in class org.stellar.sdk.xdr.LedgerKey
-
- fromXdrByteArray(byte[]) - Static method in class org.stellar.sdk.xdr.LedgerKey.LedgerKeyAccount
-
- fromXdrByteArray(byte[]) - Static method in class org.stellar.sdk.xdr.LedgerKey.LedgerKeyClaimableBalance
-
- fromXdrByteArray(byte[]) - Static method in class org.stellar.sdk.xdr.LedgerKey.LedgerKeyConfigSetting
-
- fromXdrByteArray(byte[]) - Static method in class org.stellar.sdk.xdr.LedgerKey.LedgerKeyContractCode
-
- fromXdrByteArray(byte[]) - Static method in class org.stellar.sdk.xdr.LedgerKey.LedgerKeyContractData
-
- fromXdrByteArray(byte[]) - Static method in class org.stellar.sdk.xdr.LedgerKey.LedgerKeyData
-
- fromXdrByteArray(byte[]) - Static method in class org.stellar.sdk.xdr.LedgerKey.LedgerKeyLiquidityPool
-
- fromXdrByteArray(byte[]) - Static method in class org.stellar.sdk.xdr.LedgerKey.LedgerKeyOffer
-
- fromXdrByteArray(byte[]) - Static method in class org.stellar.sdk.xdr.LedgerKey.LedgerKeyTrustLine
-
- fromXdrByteArray(byte[]) - Static method in class org.stellar.sdk.xdr.LedgerKey.LedgerKeyTtl
-
- fromXdrByteArray(byte[]) - Static method in class org.stellar.sdk.xdr.LedgerSCPMessages
-
- fromXdrByteArray(byte[]) - Static method in class org.stellar.sdk.xdr.LedgerUpgrade
-
- fromXdrByteArray(byte[]) - Static method in enum org.stellar.sdk.xdr.LedgerUpgradeType
-
- fromXdrByteArray(byte[]) - Static method in class org.stellar.sdk.xdr.Liabilities
-
- fromXdrByteArray(byte[]) - Static method in class org.stellar.sdk.xdr.LiquidityPoolConstantProductParameters
-
- fromXdrByteArray(byte[]) - Static method in class org.stellar.sdk.xdr.LiquidityPoolDepositOp
-
- fromXdrByteArray(byte[]) - Static method in class org.stellar.sdk.xdr.LiquidityPoolDepositResult
-
- fromXdrByteArray(byte[]) - Static method in enum org.stellar.sdk.xdr.LiquidityPoolDepositResultCode
-
- fromXdrByteArray(byte[]) - Static method in class org.stellar.sdk.xdr.LiquidityPoolEntry
-
- fromXdrByteArray(byte[]) - Static method in class org.stellar.sdk.xdr.LiquidityPoolEntry.LiquidityPoolEntryBody
-
- fromXdrByteArray(byte[]) - Static method in class org.stellar.sdk.xdr.LiquidityPoolEntry.LiquidityPoolEntryBody.LiquidityPoolEntryConstantProduct
-
- fromXdrByteArray(byte[]) - Static method in class org.stellar.sdk.xdr.LiquidityPoolParameters
-
- fromXdrByteArray(byte[]) - Static method in enum org.stellar.sdk.xdr.LiquidityPoolType
-
- fromXdrByteArray(byte[]) - Static method in class org.stellar.sdk.xdr.LiquidityPoolWithdrawOp
-
- fromXdrByteArray(byte[]) - Static method in class org.stellar.sdk.xdr.LiquidityPoolWithdrawResult
-
- fromXdrByteArray(byte[]) - Static method in enum org.stellar.sdk.xdr.LiquidityPoolWithdrawResultCode
-
- fromXdrByteArray(byte[]) - Static method in class org.stellar.sdk.xdr.ManageBuyOfferOp
-
- fromXdrByteArray(byte[]) - Static method in class org.stellar.sdk.xdr.ManageBuyOfferResult
-
- fromXdrByteArray(byte[]) - Static method in enum org.stellar.sdk.xdr.ManageBuyOfferResultCode
-
- fromXdrByteArray(byte[]) - Static method in class org.stellar.sdk.xdr.ManageDataOp
-
- fromXdrByteArray(byte[]) - Static method in class org.stellar.sdk.xdr.ManageDataResult
-
- fromXdrByteArray(byte[]) - Static method in enum org.stellar.sdk.xdr.ManageDataResultCode
-
- fromXdrByteArray(byte[]) - Static method in enum org.stellar.sdk.xdr.ManageOfferEffect
-
- fromXdrByteArray(byte[]) - Static method in class org.stellar.sdk.xdr.ManageOfferSuccessResult
-
- fromXdrByteArray(byte[]) - Static method in class org.stellar.sdk.xdr.ManageOfferSuccessResult.ManageOfferSuccessResultOffer
-
- fromXdrByteArray(byte[]) - Static method in class org.stellar.sdk.xdr.ManageSellOfferOp
-
- fromXdrByteArray(byte[]) - Static method in class org.stellar.sdk.xdr.ManageSellOfferResult
-
- fromXdrByteArray(byte[]) - Static method in enum org.stellar.sdk.xdr.ManageSellOfferResultCode
-
- fromXdrByteArray(byte[]) - Static method in class org.stellar.sdk.xdr.Memo
-
- fromXdrByteArray(byte[]) - Static method in enum org.stellar.sdk.xdr.MemoType
-
- fromXdrByteArray(byte[]) - Static method in enum org.stellar.sdk.xdr.MessageType
-
- fromXdrByteArray(byte[]) - Static method in class org.stellar.sdk.xdr.MuxedAccount
-
- fromXdrByteArray(byte[]) - Static method in class org.stellar.sdk.xdr.MuxedAccount.MuxedAccountMed25519
-
- fromXdrByteArray(byte[]) - Static method in class org.stellar.sdk.xdr.MuxedEd25519Account
-
- fromXdrByteArray(byte[]) - Static method in class org.stellar.sdk.xdr.NodeID
-
- fromXdrByteArray(byte[]) - Static method in class org.stellar.sdk.xdr.OfferEntry
-
- fromXdrByteArray(byte[]) - Static method in class org.stellar.sdk.xdr.OfferEntry.OfferEntryExt
-
- fromXdrByteArray(byte[]) - Static method in enum org.stellar.sdk.xdr.OfferEntryFlags
-
- fromXdrByteArray(byte[]) - Static method in class org.stellar.sdk.xdr.Operation
-
- fromXdrByteArray(byte[]) - Static method in class org.stellar.sdk.xdr.Operation.OperationBody
-
- fromXdrByteArray(byte[]) - Static method in class org.stellar.sdk.xdr.OperationMeta
-
- fromXdrByteArray(byte[]) - Static method in class org.stellar.sdk.xdr.OperationMetaV2
-
- fromXdrByteArray(byte[]) - Static method in class org.stellar.sdk.xdr.OperationResult
-
- fromXdrByteArray(byte[]) - Static method in class org.stellar.sdk.xdr.OperationResult.OperationResultTr
-
- fromXdrByteArray(byte[]) - Static method in enum org.stellar.sdk.xdr.OperationResultCode
-
- fromXdrByteArray(byte[]) - Static method in enum org.stellar.sdk.xdr.OperationType
-
- fromXdrByteArray(byte[]) - Static method in class org.stellar.sdk.xdr.ParallelTxExecutionStage
-
- fromXdrByteArray(byte[]) - Static method in class org.stellar.sdk.xdr.ParallelTxsComponent
-
- fromXdrByteArray(byte[]) - Static method in class org.stellar.sdk.xdr.PathPaymentStrictReceiveOp
-
- fromXdrByteArray(byte[]) - Static method in class org.stellar.sdk.xdr.PathPaymentStrictReceiveResult
-
- fromXdrByteArray(byte[]) - Static method in class org.stellar.sdk.xdr.PathPaymentStrictReceiveResult.PathPaymentStrictReceiveResultSuccess
-
- fromXdrByteArray(byte[]) - Static method in enum org.stellar.sdk.xdr.PathPaymentStrictReceiveResultCode
-
- fromXdrByteArray(byte[]) - Static method in class org.stellar.sdk.xdr.PathPaymentStrictSendOp
-
- fromXdrByteArray(byte[]) - Static method in class org.stellar.sdk.xdr.PathPaymentStrictSendResult
-
- fromXdrByteArray(byte[]) - Static method in class org.stellar.sdk.xdr.PathPaymentStrictSendResult.PathPaymentStrictSendResultSuccess
-
- fromXdrByteArray(byte[]) - Static method in enum org.stellar.sdk.xdr.PathPaymentStrictSendResultCode
-
- fromXdrByteArray(byte[]) - Static method in class org.stellar.sdk.xdr.PaymentOp
-
- fromXdrByteArray(byte[]) - Static method in class org.stellar.sdk.xdr.PaymentResult
-
- fromXdrByteArray(byte[]) - Static method in enum org.stellar.sdk.xdr.PaymentResultCode
-
- fromXdrByteArray(byte[]) - Static method in class org.stellar.sdk.xdr.PeerAddress
-
- fromXdrByteArray(byte[]) - Static method in class org.stellar.sdk.xdr.PeerAddress.PeerAddressIp
-
- fromXdrByteArray(byte[]) - Static method in class org.stellar.sdk.xdr.PeerStats
-
- fromXdrByteArray(byte[]) - Static method in class org.stellar.sdk.xdr.PersistedSCPState
-
- fromXdrByteArray(byte[]) - Static method in class org.stellar.sdk.xdr.PersistedSCPStateV0
-
- fromXdrByteArray(byte[]) - Static method in class org.stellar.sdk.xdr.PersistedSCPStateV1
-
- fromXdrByteArray(byte[]) - Static method in class org.stellar.sdk.xdr.PoolID
-
- fromXdrByteArray(byte[]) - Static method in class org.stellar.sdk.xdr.Preconditions
-
- fromXdrByteArray(byte[]) - Static method in class org.stellar.sdk.xdr.PreconditionsV2
-
- fromXdrByteArray(byte[]) - Static method in enum org.stellar.sdk.xdr.PreconditionType
-
- fromXdrByteArray(byte[]) - Static method in class org.stellar.sdk.xdr.Price
-
- fromXdrByteArray(byte[]) - Static method in class org.stellar.sdk.xdr.PublicKey
-
- fromXdrByteArray(byte[]) - Static method in enum org.stellar.sdk.xdr.PublicKeyType
-
- fromXdrByteArray(byte[]) - Static method in class org.stellar.sdk.xdr.RestoreFootprintOp
-
- fromXdrByteArray(byte[]) - Static method in class org.stellar.sdk.xdr.RestoreFootprintResult
-
- fromXdrByteArray(byte[]) - Static method in enum org.stellar.sdk.xdr.RestoreFootprintResultCode
-
- fromXdrByteArray(byte[]) - Static method in class org.stellar.sdk.xdr.RevokeSponsorshipOp
-
- fromXdrByteArray(byte[]) - Static method in class org.stellar.sdk.xdr.RevokeSponsorshipOp.RevokeSponsorshipOpSigner
-
- fromXdrByteArray(byte[]) - Static method in class org.stellar.sdk.xdr.RevokeSponsorshipResult
-
- fromXdrByteArray(byte[]) - Static method in enum org.stellar.sdk.xdr.RevokeSponsorshipResultCode
-
- fromXdrByteArray(byte[]) - Static method in enum org.stellar.sdk.xdr.RevokeSponsorshipType
-
- fromXdrByteArray(byte[]) - Static method in class org.stellar.sdk.xdr.SCAddress
-
- fromXdrByteArray(byte[]) - Static method in enum org.stellar.sdk.xdr.SCAddressType
-
- fromXdrByteArray(byte[]) - Static method in class org.stellar.sdk.xdr.SCBytes
-
- fromXdrByteArray(byte[]) - Static method in class org.stellar.sdk.xdr.SCContractInstance
-
- fromXdrByteArray(byte[]) - Static method in class org.stellar.sdk.xdr.SCEnvMetaEntry
-
- fromXdrByteArray(byte[]) - Static method in class org.stellar.sdk.xdr.SCEnvMetaEntry.SCEnvMetaEntryInterfaceVersion
-
- fromXdrByteArray(byte[]) - Static method in enum org.stellar.sdk.xdr.SCEnvMetaKind
-
- fromXdrByteArray(byte[]) - Static method in class org.stellar.sdk.xdr.SCError
-
- fromXdrByteArray(byte[]) - Static method in enum org.stellar.sdk.xdr.SCErrorCode
-
- fromXdrByteArray(byte[]) - Static method in enum org.stellar.sdk.xdr.SCErrorType
-
- fromXdrByteArray(byte[]) - Static method in class org.stellar.sdk.xdr.SCMap
-
- fromXdrByteArray(byte[]) - Static method in class org.stellar.sdk.xdr.SCMapEntry
-
- fromXdrByteArray(byte[]) - Static method in class org.stellar.sdk.xdr.SCMetaEntry
-
- fromXdrByteArray(byte[]) - Static method in enum org.stellar.sdk.xdr.SCMetaKind
-
- fromXdrByteArray(byte[]) - Static method in class org.stellar.sdk.xdr.SCMetaV0
-
- fromXdrByteArray(byte[]) - Static method in class org.stellar.sdk.xdr.SCNonceKey
-
- fromXdrByteArray(byte[]) - Static method in class org.stellar.sdk.xdr.SCPBallot
-
- fromXdrByteArray(byte[]) - Static method in class org.stellar.sdk.xdr.SCPEnvelope
-
- fromXdrByteArray(byte[]) - Static method in class org.stellar.sdk.xdr.SCPHistoryEntry
-
- fromXdrByteArray(byte[]) - Static method in class org.stellar.sdk.xdr.SCPHistoryEntryV0
-
- fromXdrByteArray(byte[]) - Static method in class org.stellar.sdk.xdr.SCPNomination
-
- fromXdrByteArray(byte[]) - Static method in class org.stellar.sdk.xdr.SCPQuorumSet
-
- fromXdrByteArray(byte[]) - Static method in class org.stellar.sdk.xdr.SCPStatement
-
- fromXdrByteArray(byte[]) - Static method in class org.stellar.sdk.xdr.SCPStatement.SCPStatementPledges
-
- fromXdrByteArray(byte[]) - Static method in class org.stellar.sdk.xdr.SCPStatement.SCPStatementPledges.SCPStatementConfirm
-
- fromXdrByteArray(byte[]) - Static method in class org.stellar.sdk.xdr.SCPStatement.SCPStatementPledges.SCPStatementExternalize
-
- fromXdrByteArray(byte[]) - Static method in class org.stellar.sdk.xdr.SCPStatement.SCPStatementPledges.SCPStatementPrepare
-
- fromXdrByteArray(byte[]) - Static method in enum org.stellar.sdk.xdr.SCPStatementType
-
- fromXdrByteArray(byte[]) - Static method in class org.stellar.sdk.xdr.SCSpecEntry
-
- fromXdrByteArray(byte[]) - Static method in enum org.stellar.sdk.xdr.SCSpecEntryKind
-
- fromXdrByteArray(byte[]) - Static method in enum org.stellar.sdk.xdr.SCSpecEventDataFormat
-
- fromXdrByteArray(byte[]) - Static method in enum org.stellar.sdk.xdr.SCSpecEventParamLocationV0
-
- fromXdrByteArray(byte[]) - Static method in class org.stellar.sdk.xdr.SCSpecEventParamV0
-
- fromXdrByteArray(byte[]) - Static method in class org.stellar.sdk.xdr.SCSpecEventV0
-
- fromXdrByteArray(byte[]) - Static method in class org.stellar.sdk.xdr.SCSpecFunctionInputV0
-
- fromXdrByteArray(byte[]) - Static method in class org.stellar.sdk.xdr.SCSpecFunctionV0
-
- fromXdrByteArray(byte[]) - Static method in enum org.stellar.sdk.xdr.SCSpecType
-
- fromXdrByteArray(byte[]) - Static method in class org.stellar.sdk.xdr.SCSpecTypeBytesN
-
- fromXdrByteArray(byte[]) - Static method in class org.stellar.sdk.xdr.SCSpecTypeDef
-
- fromXdrByteArray(byte[]) - Static method in class org.stellar.sdk.xdr.SCSpecTypeMap
-
- fromXdrByteArray(byte[]) - Static method in class org.stellar.sdk.xdr.SCSpecTypeOption
-
- fromXdrByteArray(byte[]) - Static method in class org.stellar.sdk.xdr.SCSpecTypeResult
-
- fromXdrByteArray(byte[]) - Static method in class org.stellar.sdk.xdr.SCSpecTypeTuple
-
- fromXdrByteArray(byte[]) - Static method in class org.stellar.sdk.xdr.SCSpecTypeUDT
-
- fromXdrByteArray(byte[]) - Static method in class org.stellar.sdk.xdr.SCSpecTypeVec
-
- fromXdrByteArray(byte[]) - Static method in class org.stellar.sdk.xdr.SCSpecUDTEnumCaseV0
-
- fromXdrByteArray(byte[]) - Static method in class org.stellar.sdk.xdr.SCSpecUDTEnumV0
-
- fromXdrByteArray(byte[]) - Static method in class org.stellar.sdk.xdr.SCSpecUDTErrorEnumCaseV0
-
- fromXdrByteArray(byte[]) - Static method in class org.stellar.sdk.xdr.SCSpecUDTErrorEnumV0
-
- fromXdrByteArray(byte[]) - Static method in class org.stellar.sdk.xdr.SCSpecUDTStructFieldV0
-
- fromXdrByteArray(byte[]) - Static method in class org.stellar.sdk.xdr.SCSpecUDTStructV0
-
- fromXdrByteArray(byte[]) - Static method in class org.stellar.sdk.xdr.SCSpecUDTUnionCaseTupleV0
-
- fromXdrByteArray(byte[]) - Static method in class org.stellar.sdk.xdr.SCSpecUDTUnionCaseV0
-
- fromXdrByteArray(byte[]) - Static method in enum org.stellar.sdk.xdr.SCSpecUDTUnionCaseV0Kind
-
- fromXdrByteArray(byte[]) - Static method in class org.stellar.sdk.xdr.SCSpecUDTUnionCaseVoidV0
-
- fromXdrByteArray(byte[]) - Static method in class org.stellar.sdk.xdr.SCSpecUDTUnionV0
-
- fromXdrByteArray(byte[]) - Static method in class org.stellar.sdk.xdr.SCString
-
- fromXdrByteArray(byte[]) - Static method in class org.stellar.sdk.xdr.SCSymbol
-
- fromXdrByteArray(byte[]) - Static method in class org.stellar.sdk.xdr.SCVal
-
- fromXdrByteArray(byte[]) - Static method in enum org.stellar.sdk.xdr.SCValType
-
- fromXdrByteArray(byte[]) - Static method in class org.stellar.sdk.xdr.SCVec
-
- fromXdrByteArray(byte[]) - Static method in class org.stellar.sdk.xdr.SendMore
-
- fromXdrByteArray(byte[]) - Static method in class org.stellar.sdk.xdr.SendMoreExtended
-
- fromXdrByteArray(byte[]) - Static method in class org.stellar.sdk.xdr.SequenceNumber
-
- fromXdrByteArray(byte[]) - Static method in class org.stellar.sdk.xdr.SerializedBinaryFuseFilter
-
- fromXdrByteArray(byte[]) - Static method in class org.stellar.sdk.xdr.SetOptionsOp
-
- fromXdrByteArray(byte[]) - Static method in class org.stellar.sdk.xdr.SetOptionsResult
-
- fromXdrByteArray(byte[]) - Static method in enum org.stellar.sdk.xdr.SetOptionsResultCode
-
- fromXdrByteArray(byte[]) - Static method in class org.stellar.sdk.xdr.SetTrustLineFlagsOp
-
- fromXdrByteArray(byte[]) - Static method in class org.stellar.sdk.xdr.SetTrustLineFlagsResult
-
- fromXdrByteArray(byte[]) - Static method in enum org.stellar.sdk.xdr.SetTrustLineFlagsResultCode
-
- fromXdrByteArray(byte[]) - Static method in class org.stellar.sdk.xdr.ShortHashSeed
-
- fromXdrByteArray(byte[]) - Static method in class org.stellar.sdk.xdr.Signature
-
- fromXdrByteArray(byte[]) - Static method in class org.stellar.sdk.xdr.SignatureHint
-
- fromXdrByteArray(byte[]) - Static method in class org.stellar.sdk.xdr.SignedTimeSlicedSurveyRequestMessage
-
- fromXdrByteArray(byte[]) - Static method in class org.stellar.sdk.xdr.SignedTimeSlicedSurveyResponseMessage
-
- fromXdrByteArray(byte[]) - Static method in class org.stellar.sdk.xdr.SignedTimeSlicedSurveyStartCollectingMessage
-
- fromXdrByteArray(byte[]) - Static method in class org.stellar.sdk.xdr.SignedTimeSlicedSurveyStopCollectingMessage
-
- fromXdrByteArray(byte[]) - Static method in class org.stellar.sdk.xdr.Signer
-
- fromXdrByteArray(byte[]) - Static method in class org.stellar.sdk.xdr.SignerKey
-
- fromXdrByteArray(byte[]) - Static method in class org.stellar.sdk.xdr.SignerKey.SignerKeyEd25519SignedPayload
-
- fromXdrByteArray(byte[]) - Static method in enum org.stellar.sdk.xdr.SignerKeyType
-
- fromXdrByteArray(byte[]) - Static method in class org.stellar.sdk.xdr.SimplePaymentResult
-
- fromXdrByteArray(byte[]) - Static method in class org.stellar.sdk.xdr.SorobanAddressCredentials
-
- fromXdrByteArray(byte[]) - Static method in class org.stellar.sdk.xdr.SorobanAuthorizationEntries
-
- fromXdrByteArray(byte[]) - Static method in class org.stellar.sdk.xdr.SorobanAuthorizationEntry
-
- fromXdrByteArray(byte[]) - Static method in class org.stellar.sdk.xdr.SorobanAuthorizedFunction
-
- fromXdrByteArray(byte[]) - Static method in enum org.stellar.sdk.xdr.SorobanAuthorizedFunctionType
-
- fromXdrByteArray(byte[]) - Static method in class org.stellar.sdk.xdr.SorobanAuthorizedInvocation
-
- fromXdrByteArray(byte[]) - Static method in class org.stellar.sdk.xdr.SorobanCredentials
-
- fromXdrByteArray(byte[]) - Static method in enum org.stellar.sdk.xdr.SorobanCredentialsType
-
- fromXdrByteArray(byte[]) - Static method in class org.stellar.sdk.xdr.SorobanResources
-
- fromXdrByteArray(byte[]) - Static method in class org.stellar.sdk.xdr.SorobanResourcesExtV0
-
- fromXdrByteArray(byte[]) - Static method in class org.stellar.sdk.xdr.SorobanTransactionData
-
- fromXdrByteArray(byte[]) - Static method in class org.stellar.sdk.xdr.SorobanTransactionData.SorobanTransactionDataExt
-
- fromXdrByteArray(byte[]) - Static method in class org.stellar.sdk.xdr.SorobanTransactionMeta
-
- fromXdrByteArray(byte[]) - Static method in class org.stellar.sdk.xdr.SorobanTransactionMetaExt
-
- fromXdrByteArray(byte[]) - Static method in class org.stellar.sdk.xdr.SorobanTransactionMetaExtV1
-
- fromXdrByteArray(byte[]) - Static method in class org.stellar.sdk.xdr.SorobanTransactionMetaV2
-
- fromXdrByteArray(byte[]) - Static method in class org.stellar.sdk.xdr.SponsorshipDescriptor
-
- fromXdrByteArray(byte[]) - Static method in class org.stellar.sdk.xdr.StateArchivalSettings
-
- fromXdrByteArray(byte[]) - Static method in class org.stellar.sdk.xdr.StellarMessage
-
- fromXdrByteArray(byte[]) - Static method in class org.stellar.sdk.xdr.StellarValue
-
- fromXdrByteArray(byte[]) - Static method in class org.stellar.sdk.xdr.StellarValue.StellarValueExt
-
- fromXdrByteArray(byte[]) - Static method in enum org.stellar.sdk.xdr.StellarValueType
-
- fromXdrByteArray(byte[]) - Static method in class org.stellar.sdk.xdr.StoredDebugTransactionSet
-
- fromXdrByteArray(byte[]) - Static method in class org.stellar.sdk.xdr.StoredTransactionSet
-
- fromXdrByteArray(byte[]) - Static method in class org.stellar.sdk.xdr.String32
-
- fromXdrByteArray(byte[]) - Static method in class org.stellar.sdk.xdr.String64
-
- fromXdrByteArray(byte[]) - Static method in enum org.stellar.sdk.xdr.SurveyMessageCommandType
-
- fromXdrByteArray(byte[]) - Static method in enum org.stellar.sdk.xdr.SurveyMessageResponseType
-
- fromXdrByteArray(byte[]) - Static method in class org.stellar.sdk.xdr.SurveyRequestMessage
-
- fromXdrByteArray(byte[]) - Static method in class org.stellar.sdk.xdr.SurveyResponseBody
-
- fromXdrByteArray(byte[]) - Static method in class org.stellar.sdk.xdr.SurveyResponseMessage
-
- fromXdrByteArray(byte[]) - Static method in enum org.stellar.sdk.xdr.ThresholdIndexes
-
- fromXdrByteArray(byte[]) - Static method in class org.stellar.sdk.xdr.Thresholds
-
- fromXdrByteArray(byte[]) - Static method in class org.stellar.sdk.xdr.TimeBounds
-
- fromXdrByteArray(byte[]) - Static method in class org.stellar.sdk.xdr.TimePoint
-
- fromXdrByteArray(byte[]) - Static method in class org.stellar.sdk.xdr.TimeSlicedNodeData
-
- fromXdrByteArray(byte[]) - Static method in class org.stellar.sdk.xdr.TimeSlicedPeerData
-
- fromXdrByteArray(byte[]) - Static method in class org.stellar.sdk.xdr.TimeSlicedPeerDataList
-
- fromXdrByteArray(byte[]) - Static method in class org.stellar.sdk.xdr.TimeSlicedSurveyRequestMessage
-
- fromXdrByteArray(byte[]) - Static method in class org.stellar.sdk.xdr.TimeSlicedSurveyResponseMessage
-
- fromXdrByteArray(byte[]) - Static method in class org.stellar.sdk.xdr.TimeSlicedSurveyStartCollectingMessage
-
- fromXdrByteArray(byte[]) - Static method in class org.stellar.sdk.xdr.TimeSlicedSurveyStopCollectingMessage
-
- fromXdrByteArray(byte[]) - Static method in class org.stellar.sdk.xdr.TopologyResponseBodyV2
-
- fromXdrByteArray(byte[]) - Static method in class org.stellar.sdk.xdr.Transaction
-
- fromXdrByteArray(byte[]) - Static method in class org.stellar.sdk.xdr.Transaction.TransactionExt
-
- fromXdrByteArray(byte[]) - Static method in class org.stellar.sdk.xdr.TransactionEnvelope
-
- fromXdrByteArray(byte[]) - Static method in class org.stellar.sdk.xdr.TransactionEvent
-
- fromXdrByteArray(byte[]) - Static method in enum org.stellar.sdk.xdr.TransactionEventStage
-
- fromXdrByteArray(byte[]) - Static method in class org.stellar.sdk.xdr.TransactionHistoryEntry
-
- fromXdrByteArray(byte[]) - Static method in class org.stellar.sdk.xdr.TransactionHistoryEntry.TransactionHistoryEntryExt
-
- fromXdrByteArray(byte[]) - Static method in class org.stellar.sdk.xdr.TransactionHistoryResultEntry
-
- fromXdrByteArray(byte[]) - Static method in class org.stellar.sdk.xdr.TransactionHistoryResultEntry.TransactionHistoryResultEntryExt
-
- fromXdrByteArray(byte[]) - Static method in class org.stellar.sdk.xdr.TransactionMeta
-
- fromXdrByteArray(byte[]) - Static method in class org.stellar.sdk.xdr.TransactionMetaV1
-
- fromXdrByteArray(byte[]) - Static method in class org.stellar.sdk.xdr.TransactionMetaV2
-
- fromXdrByteArray(byte[]) - Static method in class org.stellar.sdk.xdr.TransactionMetaV3
-
- fromXdrByteArray(byte[]) - Static method in class org.stellar.sdk.xdr.TransactionMetaV4
-
- fromXdrByteArray(byte[]) - Static method in class org.stellar.sdk.xdr.TransactionPhase
-
- fromXdrByteArray(byte[]) - Static method in class org.stellar.sdk.xdr.TransactionResult
-
- fromXdrByteArray(byte[]) - Static method in class org.stellar.sdk.xdr.TransactionResult.TransactionResultExt
-
- fromXdrByteArray(byte[]) - Static method in class org.stellar.sdk.xdr.TransactionResult.TransactionResultResult
-
- fromXdrByteArray(byte[]) - Static method in enum org.stellar.sdk.xdr.TransactionResultCode
-
- fromXdrByteArray(byte[]) - Static method in class org.stellar.sdk.xdr.TransactionResultMeta
-
- fromXdrByteArray(byte[]) - Static method in class org.stellar.sdk.xdr.TransactionResultMetaV1
-
- fromXdrByteArray(byte[]) - Static method in class org.stellar.sdk.xdr.TransactionResultPair
-
- fromXdrByteArray(byte[]) - Static method in class org.stellar.sdk.xdr.TransactionResultSet
-
- fromXdrByteArray(byte[]) - Static method in class org.stellar.sdk.xdr.TransactionSet
-
- fromXdrByteArray(byte[]) - Static method in class org.stellar.sdk.xdr.TransactionSetV1
-
- fromXdrByteArray(byte[]) - Static method in class org.stellar.sdk.xdr.TransactionSignaturePayload
-
- fromXdrByteArray(byte[]) - Static method in class org.stellar.sdk.xdr.TransactionSignaturePayload.TransactionSignaturePayloadTaggedTransaction
-
- fromXdrByteArray(byte[]) - Static method in class org.stellar.sdk.xdr.TransactionV0
-
- fromXdrByteArray(byte[]) - Static method in class org.stellar.sdk.xdr.TransactionV0.TransactionV0Ext
-
- fromXdrByteArray(byte[]) - Static method in class org.stellar.sdk.xdr.TransactionV0Envelope
-
- fromXdrByteArray(byte[]) - Static method in class org.stellar.sdk.xdr.TransactionV1Envelope
-
- fromXdrByteArray(byte[]) - Static method in class org.stellar.sdk.xdr.TrustLineAsset
-
- fromXdrByteArray(byte[]) - Static method in class org.stellar.sdk.xdr.TrustLineEntry
-
- fromXdrByteArray(byte[]) - Static method in class org.stellar.sdk.xdr.TrustLineEntry.TrustLineEntryExt
-
- fromXdrByteArray(byte[]) - Static method in class org.stellar.sdk.xdr.TrustLineEntry.TrustLineEntryExt.TrustLineEntryV1
-
- fromXdrByteArray(byte[]) - Static method in class org.stellar.sdk.xdr.TrustLineEntry.TrustLineEntryExt.TrustLineEntryV1.TrustLineEntryV1Ext
-
- fromXdrByteArray(byte[]) - Static method in class org.stellar.sdk.xdr.TrustLineEntryExtensionV2
-
- fromXdrByteArray(byte[]) - Static method in class org.stellar.sdk.xdr.TrustLineEntryExtensionV2.TrustLineEntryExtensionV2Ext
-
- fromXdrByteArray(byte[]) - Static method in enum org.stellar.sdk.xdr.TrustLineFlags
-
- fromXdrByteArray(byte[]) - Static method in class org.stellar.sdk.xdr.TTLEntry
-
- fromXdrByteArray(byte[]) - Static method in class org.stellar.sdk.xdr.TxAdvertVector
-
- fromXdrByteArray(byte[]) - Static method in class org.stellar.sdk.xdr.TxDemandVector
-
- fromXdrByteArray(byte[]) - Static method in class org.stellar.sdk.xdr.TxSetComponent
-
- fromXdrByteArray(byte[]) - Static method in class org.stellar.sdk.xdr.TxSetComponent.TxSetComponentTxsMaybeDiscountedFee
-
- fromXdrByteArray(byte[]) - Static method in enum org.stellar.sdk.xdr.TxSetComponentType
-
- fromXdrByteArray(byte[]) - Static method in class org.stellar.sdk.xdr.UInt128Parts
-
- fromXdrByteArray(byte[]) - Static method in class org.stellar.sdk.xdr.Uint256
-
- fromXdrByteArray(byte[]) - Static method in class org.stellar.sdk.xdr.UInt256Parts
-
- fromXdrByteArray(byte[]) - Static method in class org.stellar.sdk.xdr.Uint32
-
- fromXdrByteArray(byte[]) - Static method in class org.stellar.sdk.xdr.Uint64
-
- fromXdrByteArray(byte[]) - Static method in class org.stellar.sdk.xdr.UpgradeEntryMeta
-
- fromXdrByteArray(byte[]) - Static method in class org.stellar.sdk.xdr.UpgradeType
-
- fromXdrByteArray(byte[]) - Static method in class org.stellar.sdk.xdr.Value
-
- fromXdrByteArray(byte[], int) - Static method in class org.stellar.sdk.xdr.XdrString
-
- fromXdrByteArray(byte[]) - Static method in class org.stellar.sdk.xdr.XdrString
-
- fromXdrByteArray(byte[]) - Static method in class org.stellar.sdk.xdr.XdrUnsignedHyperInteger
-
- fromXdrByteArray(byte[]) - Static method in class org.stellar.sdk.xdr.XdrUnsignedInteger
-
- fromXdrPublicKey(PublicKey) - Static method in class org.stellar.sdk.KeyPair
-
- function(SorobanAuthorizedFunction) - Method in class org.stellar.sdk.xdr.SorobanAuthorizedInvocation.SorobanAuthorizedInvocationBuilder
-
- functionName(SCSymbol) - Method in class org.stellar.sdk.xdr.InvokeContractArgs.InvokeContractArgsBuilder
-
- functionV0(SCSpecFunctionV0) - Method in class org.stellar.sdk.xdr.SCSpecEntry.SCSpecEntryBuilder
-
- FUTURENET - Static variable in class org.stellar.sdk.Network
-