Index
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form
T
- taggedTransaction(TransactionSignaturePayload.TransactionSignaturePayloadTaggedTransaction) - Method in class org.stellar.sdk.xdr.TransactionSignaturePayload.Builder
- TEMPORARY - Enum constant in enum class org.stellar.sdk.SorobanServer.Durability
- TEMPORARY - Enum constant in enum class org.stellar.sdk.xdr.ContractDataDurability
- tempRentRateDenominator(Int64) - Method in class org.stellar.sdk.xdr.StateArchivalSettings.Builder
- TESTNET - Static variable in class org.stellar.sdk.Network
- text(byte[]) - Static method in class org.stellar.sdk.Memo
-
Creates new
MemoTextinstance. - text(String) - Static method in class org.stellar.sdk.Memo
-
Creates new
MemoTextinstance. - text(XdrString) - Method in class org.stellar.sdk.xdr.Memo.Builder
- threshold(Uint32) - Method in class org.stellar.sdk.xdr.SCPQuorumSet.Builder
- THRESHOLD_HIGH - Enum constant in enum class org.stellar.sdk.xdr.ThresholdIndexes
- THRESHOLD_LOW - Enum constant in enum class org.stellar.sdk.xdr.ThresholdIndexes
- THRESHOLD_MASTER_WEIGHT - Enum constant in enum class org.stellar.sdk.xdr.ThresholdIndexes
- THRESHOLD_MED - Enum constant in enum class org.stellar.sdk.xdr.ThresholdIndexes
- ThresholdIndexes - Enum Class in org.stellar.sdk.xdr
- thresholds(Thresholds) - Method in class org.stellar.sdk.xdr.AccountEntry.Builder
- Thresholds - Class in org.stellar.sdk.xdr
- Thresholds() - Constructor for class org.stellar.sdk.xdr.Thresholds
- Thresholds(byte[]) - Constructor for class org.stellar.sdk.xdr.Thresholds
- Thresholds(int, int, int) - Constructor for class org.stellar.sdk.responses.AccountResponse.Thresholds
- timeBounds(TimeBounds) - Method in class org.stellar.sdk.TransactionPreconditions.TransactionPreconditionsBuilder
-
The time bounds for the transaction.
- timeBounds(TimeBounds) - Method in class org.stellar.sdk.xdr.Preconditions.Builder
- timeBounds(TimeBounds) - Method in class org.stellar.sdk.xdr.PreconditionsV2.Builder
- timeBounds(TimeBounds) - Method in class org.stellar.sdk.xdr.TransactionV0.Builder
- TimeBounds - Class in org.stellar.sdk
-
TimeBounds represents the time interval that a transaction is valid.
- TimeBounds - Class in org.stellar.sdk.xdr
- TimeBounds() - Constructor for class org.stellar.sdk.xdr.TimeBounds
- TimeBounds(long, long) - Constructor for class org.stellar.sdk.responses.TransactionResponse.Preconditions.TimeBounds
- TimeBounds(long, long) - Constructor for class org.stellar.sdk.TimeBounds
- TimeBounds(BigInteger, BigInteger) - Constructor for class org.stellar.sdk.TimeBounds
- TimeBounds.Builder - Class in org.stellar.sdk.xdr
- TIMEOUT_INFINITE - Static variable in class org.stellar.sdk.TransactionPreconditions
- timepoint(TimePoint) - Method in class org.stellar.sdk.xdr.SCVal.Builder
- TimePoint - Class in org.stellar.sdk.xdr
- TimePoint() - Constructor for class org.stellar.sdk.xdr.TimePoint
- TimePoint(Uint64) - Constructor for class org.stellar.sdk.xdr.TimePoint
- toAddress(String) - Static method in class org.stellar.sdk.scval.Scv
-
Build a
SCValwith the type ofSCValType.SCV_ADDRESS. - toAddress(Address) - Static method in class org.stellar.sdk.scval.Scv
-
Build a
SCValwith the type ofSCValType.SCV_ADDRESS. - toBoolean(boolean) - Static method in class org.stellar.sdk.scval.Scv
-
Build a
SCValwith the type ofSCValType.SCV_BOOL. - toBuilder() - Method in class org.stellar.sdk.ExtendFootprintTTLOperation
- toBuilder() - Method in class org.stellar.sdk.InvokeHostFunctionOperation
- toBuilder() - Method in class org.stellar.sdk.requests.sorobanrpc.GetEventsRequest.EventFilter
- toBuilder() - Method in class org.stellar.sdk.requests.sorobanrpc.GetEventsRequest.PaginationOptions
- toBuilder() - Method in class org.stellar.sdk.requests.sorobanrpc.GetEventsRequest
- toBuilder() - Method in class org.stellar.sdk.RestoreFootprintOperation
- toBuilder() - Method in class org.stellar.sdk.SorobanDataBuilder.Resources
- toBuilder() - Method in class org.stellar.sdk.TransactionPreconditions
- toBytes(byte[]) - Static method in class org.stellar.sdk.scval.Scv
-
Build a
SCValwith the type ofSCValType.SCV_BYTES. - toContractInstance(SCContractInstance) - Static method in class org.stellar.sdk.scval.Scv
-
Build a
SCValwith the type ofSCValType.SCV_CONTRACT_INSTANCE. - toDuration(BigInteger) - Static method in class org.stellar.sdk.scval.Scv
-
Build a
SCValwith the type ofSCValType.SCV_DURATION. - toEnvelopeXdr() - Method in class org.stellar.sdk.AbstractTransaction
- toEnvelopeXdr() - Method in class org.stellar.sdk.FeeBumpTransaction
-
Generates TransactionEnvelope XDR object.
- toEnvelopeXdr() - Method in class org.stellar.sdk.Transaction
-
Generates TransactionEnvelope XDR object.
- toEnvelopeXdrBase64() - Method in class org.stellar.sdk.AbstractTransaction
-
Returns base64-encoded TransactionEnvelope XDR object.
- toError(SCError) - Static method in class org.stellar.sdk.scval.Scv
-
Build a
SCValwith the type ofSCValType.SCV_ERROR. - toInt128(BigInteger) - Static method in class org.stellar.sdk.scval.Scv
-
Build a
SCValwith the type ofSCValType.SCV_I128. - toInt256(BigInteger) - Static method in class org.stellar.sdk.scval.Scv
-
Build a
SCValwith the type ofSCValType.SCV_I256. - toInt32(int) - Static method in class org.stellar.sdk.scval.Scv
-
Build a
SCValwith the type ofSCValType.SCV_I128. - toInt64(long) - Static method in class org.stellar.sdk.scval.Scv
-
Build a
SCValwith the type ofSCValType.SCV_I64. - toLedgerKeyContractInstance() - Static method in class org.stellar.sdk.scval.Scv
-
Build a
SCValwith the type ofSCValType.SCV_LEDGER_KEY_NONCE. - toLedgerKeyNonce(long) - Static method in class org.stellar.sdk.scval.Scv
-
Build a
SCValwith the type ofSCValType.SCV_LEDGER_KEY_NONCE. - toMap(LinkedHashMap<SCVal, SCVal>) - Static method in class org.stellar.sdk.scval.Scv
-
Build a
SCValwith the type ofSCValType.SCV_MAP. - TooManyRequestsException - Exception Class in org.stellar.sdk.requests
-
Exception thrown when too many requests were sent to the Horizon server.
- TooManyRequestsException(Integer) - Constructor for exception class org.stellar.sdk.requests.TooManyRequestsException
- topic(Collection<String>) - Method in class org.stellar.sdk.requests.sorobanrpc.GetEventsRequest.EventFilter.EventFilterBuilder
- topics(Collection<? extends Collection<String>>) - Method in class org.stellar.sdk.requests.sorobanrpc.GetEventsRequest.EventFilter.EventFilterBuilder
- topics(SCVal[]) - Method in class org.stellar.sdk.xdr.ContractEvent.ContractEventBody.ContractEventV0.Builder
- topologyResponseBodyV0(TopologyResponseBodyV0) - Method in class org.stellar.sdk.xdr.SurveyResponseBody.Builder
- TopologyResponseBodyV0 - Class in org.stellar.sdk.xdr
- TopologyResponseBodyV0() - Constructor for class org.stellar.sdk.xdr.TopologyResponseBodyV0
- TopologyResponseBodyV0.Builder - Class in org.stellar.sdk.xdr
- topologyResponseBodyV1(TopologyResponseBodyV1) - Method in class org.stellar.sdk.xdr.SurveyResponseBody.Builder
- TopologyResponseBodyV1 - Class in org.stellar.sdk.xdr
- TopologyResponseBodyV1() - Constructor for class org.stellar.sdk.xdr.TopologyResponseBodyV1
- TopologyResponseBodyV1.Builder - Class in org.stellar.sdk.xdr
- toSCAddress() - Method in class org.stellar.sdk.Address
-
Converts this object to its
SCAddressXDR object representation. - toSCVal() - Method in class org.stellar.sdk.Address
-
Converts this object to its
SCValXDR object representation. - toString() - Method in class org.stellar.sdk.Address
- toString() - Method in class org.stellar.sdk.AssetAmount
- toString() - Method in class org.stellar.sdk.AssetTypeCreditAlphaNum
- toString() - Method in class org.stellar.sdk.AssetTypeNative
- toString() - Method in class org.stellar.sdk.AssetTypePoolShare
- toString() - Method in class org.stellar.sdk.Claimant
- toString() - Method in class org.stellar.sdk.ExtendFootprintTTLOperation.ExtendFootprintTTLOperationBuilder
- toString() - Method in class org.stellar.sdk.ExtendFootprintTTLOperation
- toString() - Method in class org.stellar.sdk.federation.FederationResponse
- toString() - Method in class org.stellar.sdk.InvokeHostFunctionOperation.InvokeHostFunctionOperationBuilder
- toString() - Method in class org.stellar.sdk.InvokeHostFunctionOperation
- toString() - Method in class org.stellar.sdk.LedgerBounds.LedgerBoundsBuilder
- toString() - Method in class org.stellar.sdk.LedgerBounds
- toString() - Method in class org.stellar.sdk.LiquidityPoolConstantProductParameters
- toString() - Method in class org.stellar.sdk.LiquidityPoolID
- toString() - Method in class org.stellar.sdk.LiquidityPoolShareChangeTrustAsset
- toString() - Method in class org.stellar.sdk.LiquidityPoolShareTrustLineAsset
- toString() - Method in class org.stellar.sdk.MemoHash
- toString() - Method in class org.stellar.sdk.MemoReturnHash
- toString() - Method in class org.stellar.sdk.MemoId
- toString() - Method in class org.stellar.sdk.MemoNone
- toString() - Method in class org.stellar.sdk.MemoText
- toString() - Method in class org.stellar.sdk.Network
- toString() - Method in class org.stellar.sdk.Operation.OperationBuilder
- toString() - Method in class org.stellar.sdk.Price
-
Returns price as a string.
- toString() - Method in class org.stellar.sdk.requests.sorobanrpc.GetEventsRequest.EventFilter.EventFilterBuilder
- toString() - Method in class org.stellar.sdk.requests.sorobanrpc.GetEventsRequest.EventFilter
- toString() - Method in class org.stellar.sdk.requests.sorobanrpc.GetEventsRequest.GetEventsRequestBuilder
- toString() - Method in class org.stellar.sdk.requests.sorobanrpc.GetEventsRequest.PaginationOptions.PaginationOptionsBuilder
- toString() - Method in class org.stellar.sdk.requests.sorobanrpc.GetEventsRequest.PaginationOptions
- toString() - Method in class org.stellar.sdk.requests.sorobanrpc.GetEventsRequest
- toString() - Method in class org.stellar.sdk.requests.sorobanrpc.GetLedgerEntriesRequest
- toString() - Method in class org.stellar.sdk.requests.sorobanrpc.GetTransactionRequest
- toString() - Method in class org.stellar.sdk.requests.sorobanrpc.SendTransactionRequest
- toString() - Method in class org.stellar.sdk.requests.sorobanrpc.SimulateTransactionRequest.ResourceConfig.ResourceConfigBuilder
- toString() - Method in class org.stellar.sdk.requests.sorobanrpc.SimulateTransactionRequest.ResourceConfig
- toString() - Method in class org.stellar.sdk.requests.sorobanrpc.SimulateTransactionRequest
- toString() - Method in class org.stellar.sdk.requests.sorobanrpc.SorobanRpcRequest
- toString() - Method in class org.stellar.sdk.responses.AccountResponse.Balance
- toString() - Method in class org.stellar.sdk.responses.AccountResponse.Links
- toString() - Method in class org.stellar.sdk.responses.AccountResponse.Signer
- toString() - Method in class org.stellar.sdk.responses.AccountResponse.Thresholds
- toString() - Method in class org.stellar.sdk.responses.AssetResponse.Flags
- toString() - Method in class org.stellar.sdk.responses.AssetResponse.Links
- toString() - Method in class org.stellar.sdk.responses.AssetResponse
- toString() - Method in class org.stellar.sdk.responses.ClaimableBalanceResponse.Flags
- toString() - Method in class org.stellar.sdk.responses.ClaimableBalanceResponse.Links
- toString() - Method in class org.stellar.sdk.responses.ClaimableBalanceResponse
- toString() - Method in class org.stellar.sdk.responses.effects.AccountCreatedEffectResponse
- toString() - Method in class org.stellar.sdk.responses.effects.AccountCreditedEffectResponse
- toString() - Method in class org.stellar.sdk.responses.effects.AccountDebitedEffectResponse
- toString() - Method in class org.stellar.sdk.responses.effects.AccountFlagsUpdatedEffectResponse
- toString() - Method in class org.stellar.sdk.responses.effects.AccountHomeDomainUpdatedEffectResponse
- toString() - Method in class org.stellar.sdk.responses.effects.AccountInflationDestinationUpdatedEffectResponse
- toString() - Method in class org.stellar.sdk.responses.effects.AccountRemovedEffectResponse
- toString() - Method in class org.stellar.sdk.responses.effects.AccountSponsorshipCreatedEffectResponse
- toString() - Method in class org.stellar.sdk.responses.effects.AccountSponsorshipRemovedEffectResponse
- toString() - Method in class org.stellar.sdk.responses.effects.AccountSponsorshipUpdatedEffectResponse
- toString() - Method in class org.stellar.sdk.responses.effects.AccountThresholdsUpdatedEffectResponse
- toString() - Method in class org.stellar.sdk.responses.effects.ClaimableBalanceClaimantCreatedEffectResponse
- toString() - Method in class org.stellar.sdk.responses.effects.ClaimableBalanceClaimedEffectResponse
- toString() - Method in class org.stellar.sdk.responses.effects.ClaimableBalanceClawedBackEffectResponse
- toString() - Method in class org.stellar.sdk.responses.effects.ClaimableBalanceCreatedEffectResponse
- toString() - Method in class org.stellar.sdk.responses.effects.ClaimableBalanceSponsorshipCreatedEffectResponse
- toString() - Method in class org.stellar.sdk.responses.effects.ClaimableBalanceSponsorshipRemovedEffectResponse
- toString() - Method in class org.stellar.sdk.responses.effects.ClaimableBalanceSponsorshipUpdatedEffectResponse
- toString() - Method in class org.stellar.sdk.responses.effects.ContractCreditedEffectResponse
- toString() - Method in class org.stellar.sdk.responses.effects.ContractDebitedEffectResponse
- toString() - Method in class org.stellar.sdk.responses.effects.DataCreatedEffectResponse
- toString() - Method in class org.stellar.sdk.responses.effects.DataRemovedEffectResponse
- toString() - Method in class org.stellar.sdk.responses.effects.DataSponsorshipCreatedEffectResponse
- toString() - Method in class org.stellar.sdk.responses.effects.DataSponsorshipRemovedEffectResponse
- toString() - Method in class org.stellar.sdk.responses.effects.DataSponsorshipUpdatedEffectResponse
- toString() - Method in class org.stellar.sdk.responses.effects.DataUpdatedEffectResponse
- toString() - Method in class org.stellar.sdk.responses.effects.EffectResponse.Links
- toString() - Method in class org.stellar.sdk.responses.effects.LiquidityPool
- toString() - Method in class org.stellar.sdk.responses.effects.LiquidityPoolClaimableAssetAmount
- toString() - Method in class org.stellar.sdk.responses.effects.LiquidityPoolCreatedEffectResponse
- toString() - Method in class org.stellar.sdk.responses.effects.LiquidityPoolDepositedEffectResponse
- toString() - Method in class org.stellar.sdk.responses.effects.LiquidityPoolRemovedEffectResponse
- toString() - Method in class org.stellar.sdk.responses.effects.LiquidityPoolRevokedEffectResponse
- toString() - Method in class org.stellar.sdk.responses.effects.LiquidityPoolTradeEffectResponse
- toString() - Method in class org.stellar.sdk.responses.effects.LiquidityPoolWithdrewEffectResponse
- toString() - Method in class org.stellar.sdk.responses.effects.OfferCreatedEffectResponse
- toString() - Method in class org.stellar.sdk.responses.effects.OfferRemovedEffectResponse
- toString() - Method in class org.stellar.sdk.responses.effects.OfferUpdatedEffectResponse
- toString() - Method in class org.stellar.sdk.responses.effects.SequenceBumpedEffectResponse
- toString() - Method in class org.stellar.sdk.responses.effects.SignerCreatedEffectResponse
- toString() - Method in class org.stellar.sdk.responses.effects.SignerRemovedEffectResponse
- toString() - Method in class org.stellar.sdk.responses.effects.SignerSponsorshipCreatedEffectResponse
- toString() - Method in class org.stellar.sdk.responses.effects.SignerSponsorshipRemovedEffectResponse
- toString() - Method in class org.stellar.sdk.responses.effects.SignerSponsorshipUpdatedEffectResponse
- toString() - Method in class org.stellar.sdk.responses.effects.SignerUpdatedEffectResponse
- toString() - Method in class org.stellar.sdk.responses.effects.TradeEffectResponse
- toString() - Method in class org.stellar.sdk.responses.effects.TrustlineAuthorizedEffectResponse
-
Deprecated.
- toString() - Method in class org.stellar.sdk.responses.effects.TrustlineAuthorizedToMaintainLiabilitiesEffectResponse
-
Deprecated.
- toString() - Method in class org.stellar.sdk.responses.effects.TrustlineCreatedEffectResponse
- toString() - Method in class org.stellar.sdk.responses.effects.TrustlineDeauthorizedEffectResponse
-
Deprecated.
- toString() - Method in class org.stellar.sdk.responses.effects.TrustlineFlagsUpdatedEffectResponse
- toString() - Method in class org.stellar.sdk.responses.effects.TrustlineRemovedEffectResponse
- toString() - Method in class org.stellar.sdk.responses.effects.TrustlineSponsorshipCreatedEffectResponse
- toString() - Method in class org.stellar.sdk.responses.effects.TrustlineSponsorshipRemovedEffectResponse
- toString() - Method in class org.stellar.sdk.responses.effects.TrustlineSponsorshipUpdatedEffectResponse
- toString() - Method in class org.stellar.sdk.responses.effects.TrustlineUpdatedEffectResponse
- toString() - Method in class org.stellar.sdk.responses.FeeDistribution
- toString() - Method in class org.stellar.sdk.responses.FeeStatsResponse
- toString() - Method in class org.stellar.sdk.responses.LedgerResponse.Links
- toString() - Method in class org.stellar.sdk.responses.LedgerResponse
- toString() - Method in class org.stellar.sdk.responses.Link
- toString() - Method in class org.stellar.sdk.responses.LiquidityPoolResponse.Links
- toString() - Method in class org.stellar.sdk.responses.LiquidityPoolResponse.Reserve
- toString() - Method in class org.stellar.sdk.responses.LiquidityPoolResponse
- toString() - Method in class org.stellar.sdk.responses.MuxedAccount
- toString() - Method in class org.stellar.sdk.responses.OfferResponse.Links
- toString() - Method in class org.stellar.sdk.responses.OfferResponse
- toString() - Method in class org.stellar.sdk.responses.operations.AccountMergeOperationResponse
- toString() - Method in class org.stellar.sdk.responses.operations.AllowTrustOperationResponse
-
Deprecated.
- toString() - Method in class org.stellar.sdk.responses.operations.BeginSponsoringFutureReservesOperationResponse
- toString() - Method in class org.stellar.sdk.responses.operations.BumpSequenceOperationResponse
- toString() - Method in class org.stellar.sdk.responses.operations.ChangeTrustOperationResponse
- toString() - Method in class org.stellar.sdk.responses.operations.ClaimClaimableBalanceOperationResponse
- toString() - Method in class org.stellar.sdk.responses.operations.ClawbackClaimableBalanceOperationResponse
- toString() - Method in class org.stellar.sdk.responses.operations.ClawbackOperationResponse
- toString() - Method in class org.stellar.sdk.responses.operations.CreateAccountOperationResponse
- toString() - Method in class org.stellar.sdk.responses.operations.CreateClaimableBalanceOperationResponse
- toString() - Method in class org.stellar.sdk.responses.operations.CreatePassiveSellOfferOperationResponse
- toString() - Method in class org.stellar.sdk.responses.operations.EndSponsoringFutureReservesOperationResponse
- toString() - Method in class org.stellar.sdk.responses.operations.ExtendFootprintTTLOperationResponse
- toString() - Method in class org.stellar.sdk.responses.operations.InvokeHostFunctionOperationResponse.AssetContractBalanceChange
- toString() - Method in class org.stellar.sdk.responses.operations.InvokeHostFunctionOperationResponse.HostFunctionParameter
- toString() - Method in class org.stellar.sdk.responses.operations.InvokeHostFunctionOperationResponse
- toString() - Method in class org.stellar.sdk.responses.operations.LiquidityPoolDepositOperationResponse
- toString() - Method in class org.stellar.sdk.responses.operations.LiquidityPoolWithdrawOperationResponse
- toString() - Method in class org.stellar.sdk.responses.operations.ManageBuyOfferOperationResponse
- toString() - Method in class org.stellar.sdk.responses.operations.ManageDataOperationResponse
- toString() - Method in class org.stellar.sdk.responses.operations.ManageSellOfferOperationResponse
- toString() - Method in class org.stellar.sdk.responses.operations.OperationResponse.Links
- toString() - Method in class org.stellar.sdk.responses.operations.PathPaymentStrictReceiveOperationResponse
- toString() - Method in class org.stellar.sdk.responses.operations.PathPaymentStrictSendOperationResponse
- toString() - Method in class org.stellar.sdk.responses.operations.PaymentOperationResponse
- toString() - Method in class org.stellar.sdk.responses.operations.RevokeSponsorshipOperationResponse
- toString() - Method in class org.stellar.sdk.responses.operations.SetOptionsOperationResponse
- toString() - Method in class org.stellar.sdk.responses.operations.SetTrustLineFlagsOperationResponse
- toString() - Method in class org.stellar.sdk.responses.OrderBookResponse.Row
- toString() - Method in class org.stellar.sdk.responses.OrderBookResponse
- toString() - Method in class org.stellar.sdk.responses.Page.Links
- toString() - Method in class org.stellar.sdk.responses.PathResponse
- toString() - Method in class org.stellar.sdk.responses.RootResponse.Links
- toString() - Method in class org.stellar.sdk.responses.RootResponse
- toString() - Method in class org.stellar.sdk.responses.sorobanrpc.GetEventsResponse.EventInfo
- toString() - Method in class org.stellar.sdk.responses.sorobanrpc.GetEventsResponse
- toString() - Method in class org.stellar.sdk.responses.sorobanrpc.GetHealthResponse
- toString() - Method in class org.stellar.sdk.responses.sorobanrpc.GetLatestLedgerResponse
- toString() - Method in class org.stellar.sdk.responses.sorobanrpc.GetLedgerEntriesResponse.LedgerEntryResult
- toString() - Method in class org.stellar.sdk.responses.sorobanrpc.GetLedgerEntriesResponse
- toString() - Method in class org.stellar.sdk.responses.sorobanrpc.GetNetworkResponse
- toString() - Method in class org.stellar.sdk.responses.sorobanrpc.GetTransactionResponse
- toString() - Method in class org.stellar.sdk.responses.sorobanrpc.SendTransactionResponse
- toString() - Method in class org.stellar.sdk.responses.sorobanrpc.SimulateTransactionResponse.LedgerEntryChange
- toString() - Method in class org.stellar.sdk.responses.sorobanrpc.SimulateTransactionResponse.RestorePreamble
- toString() - Method in class org.stellar.sdk.responses.sorobanrpc.SimulateTransactionResponse.SimulateHostFunctionResult
- toString() - Method in class org.stellar.sdk.responses.sorobanrpc.SimulateTransactionResponse.SimulateTransactionCost
- toString() - Method in class org.stellar.sdk.responses.sorobanrpc.SimulateTransactionResponse
- toString() - Method in class org.stellar.sdk.responses.sorobanrpc.SorobanRpcResponse.Error
- toString() - Method in class org.stellar.sdk.responses.SubmitTransactionResponse.Extras.ResultCodes
- toString() - Method in class org.stellar.sdk.responses.SubmitTransactionResponse.Extras
- toString() - Method in class org.stellar.sdk.responses.TradeAggregationResponse
- toString() - Method in class org.stellar.sdk.responses.TradePrice
-
Returns price as a string.
- toString() - Method in class org.stellar.sdk.responses.TradeResponse.Links
- toString() - Method in class org.stellar.sdk.responses.TradeResponse
- toString() - Method in class org.stellar.sdk.responses.TransactionResponse.FeeBumpTransaction
- toString() - Method in class org.stellar.sdk.responses.TransactionResponse.InnerTransaction
- toString() - Method in class org.stellar.sdk.responses.TransactionResponse.Links
- toString() - Method in class org.stellar.sdk.responses.TransactionResponse.Preconditions.LedgerBounds
- toString() - Method in class org.stellar.sdk.responses.TransactionResponse.Preconditions.TimeBounds
- toString() - Method in class org.stellar.sdk.responses.TransactionResponse.Preconditions
- toString() - Method in class org.stellar.sdk.RestoreFootprintOperation.RestoreFootprintOperationBuilder
- toString() - Method in class org.stellar.sdk.RestoreFootprintOperation
- toString() - Method in class org.stellar.sdk.Sep10Challenge.ChallengeTransaction
- toString() - Method in class org.stellar.sdk.Sep10Challenge.Signer
- toString() - Method in class org.stellar.sdk.SorobanDataBuilder.Resources.ResourcesBuilder
- toString() - Method in class org.stellar.sdk.SorobanDataBuilder.Resources
- toString() - Method in class org.stellar.sdk.TransactionPreconditions
- toString() - Method in class org.stellar.sdk.TransactionPreconditions.TransactionPreconditionsBuilder
- toString() - Method in class org.stellar.sdk.xdr.XdrString
- toString() - Method in class org.stellar.sdk.xdr.XdrUnsignedHyperInteger
- toString() - Method in class org.stellar.sdk.xdr.XdrUnsignedInteger
- toString(byte[]) - Static method in class org.stellar.sdk.scval.Scv
-
Build a
SCValwith the type ofSCValType.SCV_STRING. - toString(String) - Static method in class org.stellar.sdk.scval.Scv
-
Build a
SCValwith the type ofSCValType.SCV_STRING. - toSymbol(String) - Static method in class org.stellar.sdk.scval.Scv
-
Build a
SCValwith the type ofSCValType.SCV_SYMBOL. - totalByteSizeOfBucketList(Uint64) - Method in class org.stellar.sdk.xdr.LedgerCloseMetaV1.Builder
- totalCoins(Int64) - Method in class org.stellar.sdk.xdr.LedgerHeader.Builder
- totalInboundPeerCount(Uint32) - Method in class org.stellar.sdk.xdr.TopologyResponseBodyV0.Builder
- totalInboundPeerCount(Uint32) - Method in class org.stellar.sdk.xdr.TopologyResponseBodyV1.Builder
- totalNonRefundableResourceFeeCharged(Int64) - Method in class org.stellar.sdk.xdr.SorobanTransactionMetaExtV1.Builder
- totalOutboundPeerCount(Uint32) - Method in class org.stellar.sdk.xdr.TopologyResponseBodyV0.Builder
- totalOutboundPeerCount(Uint32) - Method in class org.stellar.sdk.xdr.TopologyResponseBodyV1.Builder
- totalPoolShares(Int64) - Method in class org.stellar.sdk.xdr.LiquidityPoolEntry.LiquidityPoolEntryBody.LiquidityPoolEntryConstantProduct.Builder
- totalRefundableResourceFeeCharged(Int64) - Method in class org.stellar.sdk.xdr.SorobanTransactionMetaExtV1.Builder
- toTimePoint(BigInteger) - Static method in class org.stellar.sdk.scval.Scv
-
Build a
SCValwith the type ofSCValType.SCV_TIMEPOINT. - toUint128(BigInteger) - Static method in class org.stellar.sdk.scval.Scv
-
Build a
SCValwith the type ofSCValType.SCV_U128. - toUint256(BigInteger) - Static method in class org.stellar.sdk.scval.Scv
-
Build a
SCValwith the type ofSCValType.SCV_U256. - toUint32(long) - Static method in class org.stellar.sdk.scval.Scv
-
Build a
SCValwith the type ofSCValType.SCV_U32. - toUint64(BigInteger) - Static method in class org.stellar.sdk.scval.Scv
-
Build a
SCValwith the type ofSCValType.SCV_U64. - toVec(Collection<SCVal>) - Static method in class org.stellar.sdk.scval.Scv
-
Build a
SCValwith the type ofSCValType.SCV_VEC. - toVoid() - Static method in class org.stellar.sdk.scval.Scv
-
Build a
SCValwith the type ofSCValType.SCV_VOID. - toXdr() - Method in class org.stellar.sdk.Asset
-
Generates XDR object from a given Asset object
- toXdr() - Method in class org.stellar.sdk.AssetTypeCreditAlphaNum12
- toXdr() - Method in class org.stellar.sdk.AssetTypeCreditAlphaNum4
- toXdr() - Method in class org.stellar.sdk.AssetTypeNative
- toXdr() - Method in class org.stellar.sdk.AssetTypePoolShare
- toXdr() - Method in class org.stellar.sdk.ChangeTrustAsset
-
Generates XDR object from a given ChangeTrustAsset object
- toXdr() - Method in class org.stellar.sdk.ChangeTrustAsset.Wrapper
- toXdr() - Method in class org.stellar.sdk.LedgerBounds
-
Returns the XDR LedgerBounds object.
- toXdr() - Method in class org.stellar.sdk.LiquidityPoolConstantProductParameters
-
Generates XDR object from a given LiquidityPoolParameters object
- toXdr() - Method in class org.stellar.sdk.LiquidityPoolID
-
Generates XDR object from a given LiquidityPoolID object
- toXdr() - Method in class org.stellar.sdk.LiquidityPoolParameters
-
Generates XDR object from a given LiquidityPoolParameters object
- toXdr() - Method in class org.stellar.sdk.LiquidityPoolShareChangeTrustAsset
- toXdr() - Method in class org.stellar.sdk.LiquidityPoolShareTrustLineAsset
- toXdr() - Method in class org.stellar.sdk.Operation
-
Generates Operation XDR object.
- toXdr() - Method in class org.stellar.sdk.Predicate.AbsBefore
- toXdr() - Method in class org.stellar.sdk.Predicate.And
- toXdr() - Method in class org.stellar.sdk.Predicate.Not
- toXdr() - Method in class org.stellar.sdk.Predicate.Or
- toXdr() - Method in class org.stellar.sdk.Predicate.RelBefore
- toXdr() - Method in class org.stellar.sdk.Predicate
-
Generates XDR object from a given Asset object
- toXdr() - Method in class org.stellar.sdk.Predicate.Unconditional
- toXdr() - Method in class org.stellar.sdk.Price
-
Generates Price XDR object.
- toXdr() - Method in class org.stellar.sdk.TimeBounds
- toXdr() - Method in class org.stellar.sdk.TransactionPreconditions
- toXdr() - Method in class org.stellar.sdk.TrustLineAsset
-
Generates XDR object from a given TrustLineAsset object
- toXdr() - Method in class org.stellar.sdk.TrustLineAsset.Wrapper
- toXdr(AccountConverter) - Method in class org.stellar.sdk.Operation
-
Generates Operation XDR object.
- toXdrBase64() - Method in class org.stellar.sdk.Operation
-
Returns base64-encoded Operation XDR object.
- toXdrBase64() - Method in class org.stellar.sdk.xdr.AccountEntry.AccountEntryExt
- toXdrBase64() - Method in class org.stellar.sdk.xdr.AccountEntry
- toXdrBase64() - Method in class org.stellar.sdk.xdr.AccountEntryExtensionV1.AccountEntryExtensionV1Ext
- toXdrBase64() - Method in class org.stellar.sdk.xdr.AccountEntryExtensionV1
- toXdrBase64() - Method in class org.stellar.sdk.xdr.AccountEntryExtensionV2.AccountEntryExtensionV2Ext
- toXdrBase64() - Method in class org.stellar.sdk.xdr.AccountEntryExtensionV2
- toXdrBase64() - Method in class org.stellar.sdk.xdr.AccountEntryExtensionV3
- toXdrBase64() - Method in enum class org.stellar.sdk.xdr.AccountFlags
- toXdrBase64() - Method in class org.stellar.sdk.xdr.AccountID
- toXdrBase64() - Method in class org.stellar.sdk.xdr.AccountMergeResult
- toXdrBase64() - Method in enum class org.stellar.sdk.xdr.AccountMergeResultCode
- toXdrBase64() - Method in class org.stellar.sdk.xdr.AllowTrustOp
- toXdrBase64() - Method in class org.stellar.sdk.xdr.AllowTrustResult
- toXdrBase64() - Method in enum class org.stellar.sdk.xdr.AllowTrustResultCode
- toXdrBase64() - Method in class org.stellar.sdk.xdr.AlphaNum12
- toXdrBase64() - Method in class org.stellar.sdk.xdr.AlphaNum4
- toXdrBase64() - Method in class org.stellar.sdk.xdr.Asset
- toXdrBase64() - Method in class org.stellar.sdk.xdr.AssetCode
- toXdrBase64() - Method in class org.stellar.sdk.xdr.AssetCode12
- toXdrBase64() - Method in class org.stellar.sdk.xdr.AssetCode4
- toXdrBase64() - Method in enum class org.stellar.sdk.xdr.AssetType
- toXdrBase64() - Method in class org.stellar.sdk.xdr.Auth
- toXdrBase64() - Method in class org.stellar.sdk.xdr.AuthCert
- toXdrBase64() - Method in class org.stellar.sdk.xdr.AuthenticatedMessage.AuthenticatedMessageV0
- toXdrBase64() - Method in class org.stellar.sdk.xdr.AuthenticatedMessage
- toXdrBase64() - Method in class org.stellar.sdk.xdr.BeginSponsoringFutureReservesOp
- toXdrBase64() - Method in class org.stellar.sdk.xdr.BeginSponsoringFutureReservesResult
- toXdrBase64() - Method in enum class org.stellar.sdk.xdr.BeginSponsoringFutureReservesResultCode
- toXdrBase64() - Method in class org.stellar.sdk.xdr.BucketEntry
- toXdrBase64() - Method in enum class org.stellar.sdk.xdr.BucketEntryType
- toXdrBase64() - Method in class org.stellar.sdk.xdr.BucketMetadata.BucketMetadataExt
- toXdrBase64() - Method in class org.stellar.sdk.xdr.BucketMetadata
- toXdrBase64() - Method in class org.stellar.sdk.xdr.BumpSequenceOp
- toXdrBase64() - Method in class org.stellar.sdk.xdr.BumpSequenceResult
- toXdrBase64() - Method in enum class org.stellar.sdk.xdr.BumpSequenceResultCode
- toXdrBase64() - Method in class org.stellar.sdk.xdr.ChangeTrustAsset
- toXdrBase64() - Method in class org.stellar.sdk.xdr.ChangeTrustOp
- toXdrBase64() - Method in class org.stellar.sdk.xdr.ChangeTrustResult
- toXdrBase64() - Method in enum class org.stellar.sdk.xdr.ChangeTrustResultCode
- toXdrBase64() - Method in class org.stellar.sdk.xdr.ClaimableBalanceEntry.ClaimableBalanceEntryExt
- toXdrBase64() - Method in class org.stellar.sdk.xdr.ClaimableBalanceEntry
- toXdrBase64() - Method in class org.stellar.sdk.xdr.ClaimableBalanceEntryExtensionV1.ClaimableBalanceEntryExtensionV1Ext
- toXdrBase64() - Method in class org.stellar.sdk.xdr.ClaimableBalanceEntryExtensionV1
- toXdrBase64() - Method in enum class org.stellar.sdk.xdr.ClaimableBalanceFlags
- toXdrBase64() - Method in class org.stellar.sdk.xdr.ClaimableBalanceID
- toXdrBase64() - Method in enum class org.stellar.sdk.xdr.ClaimableBalanceIDType
- toXdrBase64() - Method in class org.stellar.sdk.xdr.Claimant.ClaimantV0
- toXdrBase64() - Method in class org.stellar.sdk.xdr.Claimant
- toXdrBase64() - Method in enum class org.stellar.sdk.xdr.ClaimantType
- toXdrBase64() - Method in class org.stellar.sdk.xdr.ClaimAtom
- toXdrBase64() - Method in enum class org.stellar.sdk.xdr.ClaimAtomType
- toXdrBase64() - Method in class org.stellar.sdk.xdr.ClaimClaimableBalanceOp
- toXdrBase64() - Method in class org.stellar.sdk.xdr.ClaimClaimableBalanceResult
- toXdrBase64() - Method in enum class org.stellar.sdk.xdr.ClaimClaimableBalanceResultCode
- toXdrBase64() - Method in class org.stellar.sdk.xdr.ClaimLiquidityAtom
- toXdrBase64() - Method in class org.stellar.sdk.xdr.ClaimOfferAtom
- toXdrBase64() - Method in class org.stellar.sdk.xdr.ClaimOfferAtomV0
- toXdrBase64() - Method in class org.stellar.sdk.xdr.ClaimPredicate
- toXdrBase64() - Method in enum class org.stellar.sdk.xdr.ClaimPredicateType
- toXdrBase64() - Method in class org.stellar.sdk.xdr.ClawbackClaimableBalanceOp
- toXdrBase64() - Method in class org.stellar.sdk.xdr.ClawbackClaimableBalanceResult
- toXdrBase64() - Method in enum class org.stellar.sdk.xdr.ClawbackClaimableBalanceResultCode
- toXdrBase64() - Method in class org.stellar.sdk.xdr.ClawbackOp
- toXdrBase64() - Method in class org.stellar.sdk.xdr.ClawbackResult
- toXdrBase64() - Method in enum class org.stellar.sdk.xdr.ClawbackResultCode
- toXdrBase64() - Method in class org.stellar.sdk.xdr.ConfigSettingContractBandwidthV0
- toXdrBase64() - Method in class org.stellar.sdk.xdr.ConfigSettingContractComputeV0
- toXdrBase64() - Method in class org.stellar.sdk.xdr.ConfigSettingContractEventsV0
- toXdrBase64() - Method in class org.stellar.sdk.xdr.ConfigSettingContractExecutionLanesV0
- toXdrBase64() - Method in class org.stellar.sdk.xdr.ConfigSettingContractHistoricalDataV0
- toXdrBase64() - Method in class org.stellar.sdk.xdr.ConfigSettingContractLedgerCostV0
- toXdrBase64() - Method in class org.stellar.sdk.xdr.ConfigSettingEntry
- toXdrBase64() - Method in enum class org.stellar.sdk.xdr.ConfigSettingID
- toXdrBase64() - Method in class org.stellar.sdk.xdr.ConfigUpgradeSet
- toXdrBase64() - Method in class org.stellar.sdk.xdr.ConfigUpgradeSetKey
- toXdrBase64() - Method in class org.stellar.sdk.xdr.ContractCodeCostInputs
- toXdrBase64() - Method in class org.stellar.sdk.xdr.ContractCodeEntry.ContractCodeEntryExt.ContractCodeEntryV1
- toXdrBase64() - Method in class org.stellar.sdk.xdr.ContractCodeEntry.ContractCodeEntryExt
- toXdrBase64() - Method in class org.stellar.sdk.xdr.ContractCodeEntry
- toXdrBase64() - Method in class org.stellar.sdk.xdr.ContractCostParamEntry
- toXdrBase64() - Method in class org.stellar.sdk.xdr.ContractCostParams
- toXdrBase64() - Method in enum class org.stellar.sdk.xdr.ContractCostType
- toXdrBase64() - Method in enum class org.stellar.sdk.xdr.ContractDataDurability
- toXdrBase64() - Method in class org.stellar.sdk.xdr.ContractDataEntry
- toXdrBase64() - Method in class org.stellar.sdk.xdr.ContractEvent.ContractEventBody.ContractEventV0
- toXdrBase64() - Method in class org.stellar.sdk.xdr.ContractEvent.ContractEventBody
- toXdrBase64() - Method in class org.stellar.sdk.xdr.ContractEvent
- toXdrBase64() - Method in enum class org.stellar.sdk.xdr.ContractEventType
- toXdrBase64() - Method in class org.stellar.sdk.xdr.ContractExecutable
- toXdrBase64() - Method in enum class org.stellar.sdk.xdr.ContractExecutableType
- toXdrBase64() - Method in class org.stellar.sdk.xdr.ContractIDPreimage.ContractIDPreimageFromAddress
- toXdrBase64() - Method in class org.stellar.sdk.xdr.ContractIDPreimage
- toXdrBase64() - Method in enum class org.stellar.sdk.xdr.ContractIDPreimageType
- toXdrBase64() - Method in class org.stellar.sdk.xdr.CreateAccountOp
- toXdrBase64() - Method in class org.stellar.sdk.xdr.CreateAccountResult
- toXdrBase64() - Method in enum class org.stellar.sdk.xdr.CreateAccountResultCode
- toXdrBase64() - Method in class org.stellar.sdk.xdr.CreateClaimableBalanceOp
- toXdrBase64() - Method in class org.stellar.sdk.xdr.CreateClaimableBalanceResult
- toXdrBase64() - Method in enum class org.stellar.sdk.xdr.CreateClaimableBalanceResultCode
- toXdrBase64() - Method in class org.stellar.sdk.xdr.CreateContractArgs
- toXdrBase64() - Method in class org.stellar.sdk.xdr.CreatePassiveSellOfferOp
- toXdrBase64() - Method in enum class org.stellar.sdk.xdr.CryptoKeyType
- toXdrBase64() - Method in class org.stellar.sdk.xdr.Curve25519Public
- toXdrBase64() - Method in class org.stellar.sdk.xdr.Curve25519Secret
- toXdrBase64() - Method in class org.stellar.sdk.xdr.DataEntry.DataEntryExt
- toXdrBase64() - Method in class org.stellar.sdk.xdr.DataEntry
- toXdrBase64() - Method in class org.stellar.sdk.xdr.DataValue
- toXdrBase64() - Method in class org.stellar.sdk.xdr.DecoratedSignature
- toXdrBase64() - Method in class org.stellar.sdk.xdr.DiagnosticEvent
- toXdrBase64() - Method in class org.stellar.sdk.xdr.DontHave
- toXdrBase64() - Method in class org.stellar.sdk.xdr.Duration
- toXdrBase64() - Method in class org.stellar.sdk.xdr.EncryptedBody
- toXdrBase64() - Method in class org.stellar.sdk.xdr.EndSponsoringFutureReservesResult
- toXdrBase64() - Method in enum class org.stellar.sdk.xdr.EndSponsoringFutureReservesResultCode
- toXdrBase64() - Method in enum class org.stellar.sdk.xdr.EnvelopeType
- toXdrBase64() - Method in class org.stellar.sdk.xdr.Error
- toXdrBase64() - Method in enum class org.stellar.sdk.xdr.ErrorCode
- toXdrBase64() - Method in class org.stellar.sdk.xdr.EvictionIterator
- toXdrBase64() - Method in class org.stellar.sdk.xdr.ExtendFootprintTTLOp
- toXdrBase64() - Method in class org.stellar.sdk.xdr.ExtendFootprintTTLResult
- toXdrBase64() - Method in enum class org.stellar.sdk.xdr.ExtendFootprintTTLResultCode
- toXdrBase64() - Method in class org.stellar.sdk.xdr.ExtensionPoint
- toXdrBase64() - Method in class org.stellar.sdk.xdr.FeeBumpTransaction.FeeBumpTransactionExt
- toXdrBase64() - Method in class org.stellar.sdk.xdr.FeeBumpTransaction.FeeBumpTransactionInnerTx
- toXdrBase64() - Method in class org.stellar.sdk.xdr.FeeBumpTransaction
- toXdrBase64() - Method in class org.stellar.sdk.xdr.FeeBumpTransactionEnvelope
- toXdrBase64() - Method in class org.stellar.sdk.xdr.FloodAdvert
- toXdrBase64() - Method in class org.stellar.sdk.xdr.FloodDemand
- toXdrBase64() - Method in class org.stellar.sdk.xdr.GeneralizedTransactionSet
- toXdrBase64() - Method in class org.stellar.sdk.xdr.Hash
- toXdrBase64() - Method in class org.stellar.sdk.xdr.HashIDPreimage.HashIDPreimageContractID
- toXdrBase64() - Method in class org.stellar.sdk.xdr.HashIDPreimage.HashIDPreimageOperationID
- toXdrBase64() - Method in class org.stellar.sdk.xdr.HashIDPreimage.HashIDPreimageRevokeID
- toXdrBase64() - Method in class org.stellar.sdk.xdr.HashIDPreimage.HashIDPreimageSorobanAuthorization
- toXdrBase64() - Method in class org.stellar.sdk.xdr.HashIDPreimage
- toXdrBase64() - Method in class org.stellar.sdk.xdr.Hello
- toXdrBase64() - Method in class org.stellar.sdk.xdr.HmacSha256Key
- toXdrBase64() - Method in class org.stellar.sdk.xdr.HmacSha256Mac
- toXdrBase64() - Method in class org.stellar.sdk.xdr.HostFunction
- toXdrBase64() - Method in enum class org.stellar.sdk.xdr.HostFunctionType
- toXdrBase64() - Method in class org.stellar.sdk.xdr.InflationPayout
- toXdrBase64() - Method in class org.stellar.sdk.xdr.InflationResult
- toXdrBase64() - Method in enum class org.stellar.sdk.xdr.InflationResultCode
- toXdrBase64() - Method in class org.stellar.sdk.xdr.InnerTransactionResult.InnerTransactionResultExt
- toXdrBase64() - Method in class org.stellar.sdk.xdr.InnerTransactionResult.InnerTransactionResultResult
- toXdrBase64() - Method in class org.stellar.sdk.xdr.InnerTransactionResult
- toXdrBase64() - Method in class org.stellar.sdk.xdr.InnerTransactionResultPair
- toXdrBase64() - Method in class org.stellar.sdk.xdr.Int128Parts
- toXdrBase64() - Method in class org.stellar.sdk.xdr.Int256Parts
- toXdrBase64() - Method in class org.stellar.sdk.xdr.Int32
- toXdrBase64() - Method in class org.stellar.sdk.xdr.Int64
- toXdrBase64() - Method in class org.stellar.sdk.xdr.InvokeContractArgs
- toXdrBase64() - Method in class org.stellar.sdk.xdr.InvokeHostFunctionOp
- toXdrBase64() - Method in class org.stellar.sdk.xdr.InvokeHostFunctionResult
- toXdrBase64() - Method in enum class org.stellar.sdk.xdr.InvokeHostFunctionResultCode
- toXdrBase64() - Method in class org.stellar.sdk.xdr.InvokeHostFunctionSuccessPreImage
- toXdrBase64() - Method in enum class org.stellar.sdk.xdr.IPAddrType
- toXdrBase64() - Method in class org.stellar.sdk.xdr.LedgerBounds
- toXdrBase64() - Method in class org.stellar.sdk.xdr.LedgerCloseMeta
- toXdrBase64() - Method in class org.stellar.sdk.xdr.LedgerCloseMetaExt
- toXdrBase64() - Method in class org.stellar.sdk.xdr.LedgerCloseMetaExtV1
- toXdrBase64() - Method in class org.stellar.sdk.xdr.LedgerCloseMetaV0
- toXdrBase64() - Method in class org.stellar.sdk.xdr.LedgerCloseMetaV1
- toXdrBase64() - Method in class org.stellar.sdk.xdr.LedgerCloseValueSignature
- toXdrBase64() - Method in class org.stellar.sdk.xdr.LedgerEntry.LedgerEntryData
- toXdrBase64() - Method in class org.stellar.sdk.xdr.LedgerEntry.LedgerEntryExt
- toXdrBase64() - Method in class org.stellar.sdk.xdr.LedgerEntry
- toXdrBase64() - Method in class org.stellar.sdk.xdr.LedgerEntryChange
- toXdrBase64() - Method in class org.stellar.sdk.xdr.LedgerEntryChanges
- toXdrBase64() - Method in enum class org.stellar.sdk.xdr.LedgerEntryChangeType
- toXdrBase64() - Method in class org.stellar.sdk.xdr.LedgerEntryExtensionV1.LedgerEntryExtensionV1Ext
- toXdrBase64() - Method in class org.stellar.sdk.xdr.LedgerEntryExtensionV1
- toXdrBase64() - Method in enum class org.stellar.sdk.xdr.LedgerEntryType
- toXdrBase64() - Method in class org.stellar.sdk.xdr.LedgerFootprint
- toXdrBase64() - Method in class org.stellar.sdk.xdr.LedgerHeader.LedgerHeaderExt
- toXdrBase64() - Method in class org.stellar.sdk.xdr.LedgerHeader
- toXdrBase64() - Method in class org.stellar.sdk.xdr.LedgerHeaderExtensionV1.LedgerHeaderExtensionV1Ext
- toXdrBase64() - Method in class org.stellar.sdk.xdr.LedgerHeaderExtensionV1
- toXdrBase64() - Method in enum class org.stellar.sdk.xdr.LedgerHeaderFlags
- toXdrBase64() - Method in class org.stellar.sdk.xdr.LedgerHeaderHistoryEntry.LedgerHeaderHistoryEntryExt
- toXdrBase64() - Method in class org.stellar.sdk.xdr.LedgerHeaderHistoryEntry
- toXdrBase64() - Method in class org.stellar.sdk.xdr.LedgerKey.LedgerKeyAccount
- toXdrBase64() - Method in class org.stellar.sdk.xdr.LedgerKey.LedgerKeyClaimableBalance
- toXdrBase64() - Method in class org.stellar.sdk.xdr.LedgerKey.LedgerKeyConfigSetting
- toXdrBase64() - Method in class org.stellar.sdk.xdr.LedgerKey.LedgerKeyContractCode
- toXdrBase64() - Method in class org.stellar.sdk.xdr.LedgerKey.LedgerKeyContractData
- toXdrBase64() - Method in class org.stellar.sdk.xdr.LedgerKey.LedgerKeyData
- toXdrBase64() - Method in class org.stellar.sdk.xdr.LedgerKey.LedgerKeyLiquidityPool
- toXdrBase64() - Method in class org.stellar.sdk.xdr.LedgerKey.LedgerKeyOffer
- toXdrBase64() - Method in class org.stellar.sdk.xdr.LedgerKey.LedgerKeyTrustLine
- toXdrBase64() - Method in class org.stellar.sdk.xdr.LedgerKey.LedgerKeyTtl
- toXdrBase64() - Method in class org.stellar.sdk.xdr.LedgerKey
- toXdrBase64() - Method in class org.stellar.sdk.xdr.LedgerSCPMessages
- toXdrBase64() - Method in class org.stellar.sdk.xdr.LedgerUpgrade
- toXdrBase64() - Method in enum class org.stellar.sdk.xdr.LedgerUpgradeType
- toXdrBase64() - Method in class org.stellar.sdk.xdr.Liabilities
- toXdrBase64() - Method in class org.stellar.sdk.xdr.LiquidityPoolConstantProductParameters
- toXdrBase64() - Method in class org.stellar.sdk.xdr.LiquidityPoolDepositOp
- toXdrBase64() - Method in class org.stellar.sdk.xdr.LiquidityPoolDepositResult
- toXdrBase64() - Method in enum class org.stellar.sdk.xdr.LiquidityPoolDepositResultCode
- toXdrBase64() - Method in class org.stellar.sdk.xdr.LiquidityPoolEntry.LiquidityPoolEntryBody.LiquidityPoolEntryConstantProduct
- toXdrBase64() - Method in class org.stellar.sdk.xdr.LiquidityPoolEntry.LiquidityPoolEntryBody
- toXdrBase64() - Method in class org.stellar.sdk.xdr.LiquidityPoolEntry
- toXdrBase64() - Method in class org.stellar.sdk.xdr.LiquidityPoolParameters
- toXdrBase64() - Method in enum class org.stellar.sdk.xdr.LiquidityPoolType
- toXdrBase64() - Method in class org.stellar.sdk.xdr.LiquidityPoolWithdrawOp
- toXdrBase64() - Method in class org.stellar.sdk.xdr.LiquidityPoolWithdrawResult
- toXdrBase64() - Method in enum class org.stellar.sdk.xdr.LiquidityPoolWithdrawResultCode
- toXdrBase64() - Method in class org.stellar.sdk.xdr.ManageBuyOfferOp
- toXdrBase64() - Method in class org.stellar.sdk.xdr.ManageBuyOfferResult
- toXdrBase64() - Method in enum class org.stellar.sdk.xdr.ManageBuyOfferResultCode
- toXdrBase64() - Method in class org.stellar.sdk.xdr.ManageDataOp
- toXdrBase64() - Method in class org.stellar.sdk.xdr.ManageDataResult
- toXdrBase64() - Method in enum class org.stellar.sdk.xdr.ManageDataResultCode
- toXdrBase64() - Method in enum class org.stellar.sdk.xdr.ManageOfferEffect
- toXdrBase64() - Method in class org.stellar.sdk.xdr.ManageOfferSuccessResult.ManageOfferSuccessResultOffer
- toXdrBase64() - Method in class org.stellar.sdk.xdr.ManageOfferSuccessResult
- toXdrBase64() - Method in class org.stellar.sdk.xdr.ManageSellOfferOp
- toXdrBase64() - Method in class org.stellar.sdk.xdr.ManageSellOfferResult
- toXdrBase64() - Method in enum class org.stellar.sdk.xdr.ManageSellOfferResultCode
- toXdrBase64() - Method in class org.stellar.sdk.xdr.Memo
- toXdrBase64() - Method in enum class org.stellar.sdk.xdr.MemoType
- toXdrBase64() - Method in enum class org.stellar.sdk.xdr.MessageType
- toXdrBase64() - Method in class org.stellar.sdk.xdr.MuxedAccount.MuxedAccountMed25519
- toXdrBase64() - Method in class org.stellar.sdk.xdr.MuxedAccount
- toXdrBase64() - Method in class org.stellar.sdk.xdr.NodeID
- toXdrBase64() - Method in class org.stellar.sdk.xdr.OfferEntry.OfferEntryExt
- toXdrBase64() - Method in class org.stellar.sdk.xdr.OfferEntry
- toXdrBase64() - Method in enum class org.stellar.sdk.xdr.OfferEntryFlags
- toXdrBase64() - Method in class org.stellar.sdk.xdr.Operation.OperationBody
- toXdrBase64() - Method in class org.stellar.sdk.xdr.Operation
- toXdrBase64() - Method in class org.stellar.sdk.xdr.OperationMeta
- toXdrBase64() - Method in class org.stellar.sdk.xdr.OperationResult.OperationResultTr
- toXdrBase64() - Method in class org.stellar.sdk.xdr.OperationResult
- toXdrBase64() - Method in enum class org.stellar.sdk.xdr.OperationResultCode
- toXdrBase64() - Method in enum class org.stellar.sdk.xdr.OperationType
- toXdrBase64() - Method in class org.stellar.sdk.xdr.PathPaymentStrictReceiveOp
- toXdrBase64() - Method in class org.stellar.sdk.xdr.PathPaymentStrictReceiveResult.PathPaymentStrictReceiveResultSuccess
- toXdrBase64() - Method in class org.stellar.sdk.xdr.PathPaymentStrictReceiveResult
- toXdrBase64() - Method in enum class org.stellar.sdk.xdr.PathPaymentStrictReceiveResultCode
- toXdrBase64() - Method in class org.stellar.sdk.xdr.PathPaymentStrictSendOp
- toXdrBase64() - Method in class org.stellar.sdk.xdr.PathPaymentStrictSendResult.PathPaymentStrictSendResultSuccess
- toXdrBase64() - Method in class org.stellar.sdk.xdr.PathPaymentStrictSendResult
- toXdrBase64() - Method in enum class org.stellar.sdk.xdr.PathPaymentStrictSendResultCode
- toXdrBase64() - Method in class org.stellar.sdk.xdr.PaymentOp
- toXdrBase64() - Method in class org.stellar.sdk.xdr.PaymentResult
- toXdrBase64() - Method in enum class org.stellar.sdk.xdr.PaymentResultCode
- toXdrBase64() - Method in class org.stellar.sdk.xdr.PeerAddress.PeerAddressIp
- toXdrBase64() - Method in class org.stellar.sdk.xdr.PeerAddress
- toXdrBase64() - Method in class org.stellar.sdk.xdr.PeerStatList
- toXdrBase64() - Method in class org.stellar.sdk.xdr.PeerStats
- toXdrBase64() - Method in class org.stellar.sdk.xdr.PersistedSCPState
- toXdrBase64() - Method in class org.stellar.sdk.xdr.PersistedSCPStateV0
- toXdrBase64() - Method in class org.stellar.sdk.xdr.PersistedSCPStateV1
- toXdrBase64() - Method in class org.stellar.sdk.xdr.PoolID
- toXdrBase64() - Method in class org.stellar.sdk.xdr.Preconditions
- toXdrBase64() - Method in class org.stellar.sdk.xdr.PreconditionsV2
- toXdrBase64() - Method in enum class org.stellar.sdk.xdr.PreconditionType
- toXdrBase64() - Method in class org.stellar.sdk.xdr.Price
- toXdrBase64() - Method in class org.stellar.sdk.xdr.PublicKey
- toXdrBase64() - Method in enum class org.stellar.sdk.xdr.PublicKeyType
- toXdrBase64() - Method in class org.stellar.sdk.xdr.RestoreFootprintOp
- toXdrBase64() - Method in class org.stellar.sdk.xdr.RestoreFootprintResult
- toXdrBase64() - Method in enum class org.stellar.sdk.xdr.RestoreFootprintResultCode
- toXdrBase64() - Method in class org.stellar.sdk.xdr.RevokeSponsorshipOp.RevokeSponsorshipOpSigner
- toXdrBase64() - Method in class org.stellar.sdk.xdr.RevokeSponsorshipOp
- toXdrBase64() - Method in class org.stellar.sdk.xdr.RevokeSponsorshipResult
- toXdrBase64() - Method in enum class org.stellar.sdk.xdr.RevokeSponsorshipResultCode
- toXdrBase64() - Method in enum class org.stellar.sdk.xdr.RevokeSponsorshipType
- toXdrBase64() - Method in class org.stellar.sdk.xdr.SCAddress
- toXdrBase64() - Method in enum class org.stellar.sdk.xdr.SCAddressType
- toXdrBase64() - Method in class org.stellar.sdk.xdr.SCBytes
- toXdrBase64() - Method in class org.stellar.sdk.xdr.SCContractInstance
- toXdrBase64() - Method in class org.stellar.sdk.xdr.SCEnvMetaEntry
- toXdrBase64() - Method in enum class org.stellar.sdk.xdr.SCEnvMetaKind
- toXdrBase64() - Method in class org.stellar.sdk.xdr.SCError
- toXdrBase64() - Method in enum class org.stellar.sdk.xdr.SCErrorCode
- toXdrBase64() - Method in enum class org.stellar.sdk.xdr.SCErrorType
- toXdrBase64() - Method in class org.stellar.sdk.xdr.SCMap
- toXdrBase64() - Method in class org.stellar.sdk.xdr.SCMapEntry
- toXdrBase64() - Method in class org.stellar.sdk.xdr.SCMetaEntry
- toXdrBase64() - Method in enum class org.stellar.sdk.xdr.SCMetaKind
- toXdrBase64() - Method in class org.stellar.sdk.xdr.SCMetaV0
- toXdrBase64() - Method in class org.stellar.sdk.xdr.SCNonceKey
- toXdrBase64() - Method in class org.stellar.sdk.xdr.SCPBallot
- toXdrBase64() - Method in class org.stellar.sdk.xdr.SCPEnvelope
- toXdrBase64() - Method in class org.stellar.sdk.xdr.SCPHistoryEntry
- toXdrBase64() - Method in class org.stellar.sdk.xdr.SCPHistoryEntryV0
- toXdrBase64() - Method in class org.stellar.sdk.xdr.SCPNomination
- toXdrBase64() - Method in class org.stellar.sdk.xdr.SCPQuorumSet
- toXdrBase64() - Method in class org.stellar.sdk.xdr.SCPStatement.SCPStatementPledges.SCPStatementConfirm
- toXdrBase64() - Method in class org.stellar.sdk.xdr.SCPStatement.SCPStatementPledges.SCPStatementExternalize
- toXdrBase64() - Method in class org.stellar.sdk.xdr.SCPStatement.SCPStatementPledges.SCPStatementPrepare
- toXdrBase64() - Method in class org.stellar.sdk.xdr.SCPStatement.SCPStatementPledges
- toXdrBase64() - Method in class org.stellar.sdk.xdr.SCPStatement
- toXdrBase64() - Method in enum class org.stellar.sdk.xdr.SCPStatementType
- toXdrBase64() - Method in class org.stellar.sdk.xdr.SCSpecEntry
- toXdrBase64() - Method in enum class org.stellar.sdk.xdr.SCSpecEntryKind
- toXdrBase64() - Method in class org.stellar.sdk.xdr.SCSpecFunctionInputV0
- toXdrBase64() - Method in class org.stellar.sdk.xdr.SCSpecFunctionV0
- toXdrBase64() - Method in enum class org.stellar.sdk.xdr.SCSpecType
- toXdrBase64() - Method in class org.stellar.sdk.xdr.SCSpecTypeBytesN
- toXdrBase64() - Method in class org.stellar.sdk.xdr.SCSpecTypeDef
- toXdrBase64() - Method in class org.stellar.sdk.xdr.SCSpecTypeMap
- toXdrBase64() - Method in class org.stellar.sdk.xdr.SCSpecTypeOption
- toXdrBase64() - Method in class org.stellar.sdk.xdr.SCSpecTypeResult
- toXdrBase64() - Method in class org.stellar.sdk.xdr.SCSpecTypeTuple
- toXdrBase64() - Method in class org.stellar.sdk.xdr.SCSpecTypeUDT
- toXdrBase64() - Method in class org.stellar.sdk.xdr.SCSpecTypeVec
- toXdrBase64() - Method in class org.stellar.sdk.xdr.SCSpecUDTEnumCaseV0
- toXdrBase64() - Method in class org.stellar.sdk.xdr.SCSpecUDTEnumV0
- toXdrBase64() - Method in class org.stellar.sdk.xdr.SCSpecUDTErrorEnumCaseV0
- toXdrBase64() - Method in class org.stellar.sdk.xdr.SCSpecUDTErrorEnumV0
- toXdrBase64() - Method in class org.stellar.sdk.xdr.SCSpecUDTStructFieldV0
- toXdrBase64() - Method in class org.stellar.sdk.xdr.SCSpecUDTStructV0
- toXdrBase64() - Method in class org.stellar.sdk.xdr.SCSpecUDTUnionCaseTupleV0
- toXdrBase64() - Method in class org.stellar.sdk.xdr.SCSpecUDTUnionCaseV0
- toXdrBase64() - Method in enum class org.stellar.sdk.xdr.SCSpecUDTUnionCaseV0Kind
- toXdrBase64() - Method in class org.stellar.sdk.xdr.SCSpecUDTUnionCaseVoidV0
- toXdrBase64() - Method in class org.stellar.sdk.xdr.SCSpecUDTUnionV0
- toXdrBase64() - Method in class org.stellar.sdk.xdr.SCString
- toXdrBase64() - Method in class org.stellar.sdk.xdr.SCSymbol
- toXdrBase64() - Method in class org.stellar.sdk.xdr.SCVal
- toXdrBase64() - Method in enum class org.stellar.sdk.xdr.SCValType
- toXdrBase64() - Method in class org.stellar.sdk.xdr.SCVec
- toXdrBase64() - Method in class org.stellar.sdk.xdr.SendMore
- toXdrBase64() - Method in class org.stellar.sdk.xdr.SendMoreExtended
- toXdrBase64() - Method in class org.stellar.sdk.xdr.SequenceNumber
- toXdrBase64() - Method in class org.stellar.sdk.xdr.SetOptionsOp
- toXdrBase64() - Method in class org.stellar.sdk.xdr.SetOptionsResult
- toXdrBase64() - Method in enum class org.stellar.sdk.xdr.SetOptionsResultCode
- toXdrBase64() - Method in class org.stellar.sdk.xdr.SetTrustLineFlagsOp
- toXdrBase64() - Method in class org.stellar.sdk.xdr.SetTrustLineFlagsResult
- toXdrBase64() - Method in enum class org.stellar.sdk.xdr.SetTrustLineFlagsResultCode
- toXdrBase64() - Method in class org.stellar.sdk.xdr.Signature
- toXdrBase64() - Method in class org.stellar.sdk.xdr.SignatureHint
- toXdrBase64() - Method in class org.stellar.sdk.xdr.SignedSurveyRequestMessage
- toXdrBase64() - Method in class org.stellar.sdk.xdr.SignedSurveyResponseMessage
- toXdrBase64() - Method in class org.stellar.sdk.xdr.Signer
- toXdrBase64() - Method in class org.stellar.sdk.xdr.SignerKey.SignerKeyEd25519SignedPayload
- toXdrBase64() - Method in class org.stellar.sdk.xdr.SignerKey
- toXdrBase64() - Method in enum class org.stellar.sdk.xdr.SignerKeyType
- toXdrBase64() - Method in class org.stellar.sdk.xdr.SimplePaymentResult
- toXdrBase64() - Method in class org.stellar.sdk.xdr.SorobanAddressCredentials
- toXdrBase64() - Method in class org.stellar.sdk.xdr.SorobanAuthorizationEntry
- toXdrBase64() - Method in class org.stellar.sdk.xdr.SorobanAuthorizedFunction
- toXdrBase64() - Method in enum class org.stellar.sdk.xdr.SorobanAuthorizedFunctionType
- toXdrBase64() - Method in class org.stellar.sdk.xdr.SorobanAuthorizedInvocation
- toXdrBase64() - Method in class org.stellar.sdk.xdr.SorobanCredentials
- toXdrBase64() - Method in enum class org.stellar.sdk.xdr.SorobanCredentialsType
- toXdrBase64() - Method in class org.stellar.sdk.xdr.SorobanResources
- toXdrBase64() - Method in class org.stellar.sdk.xdr.SorobanTransactionData
- toXdrBase64() - Method in class org.stellar.sdk.xdr.SorobanTransactionMeta
- toXdrBase64() - Method in class org.stellar.sdk.xdr.SorobanTransactionMetaExt
- toXdrBase64() - Method in class org.stellar.sdk.xdr.SorobanTransactionMetaExtV1
- toXdrBase64() - Method in class org.stellar.sdk.xdr.SponsorshipDescriptor
- toXdrBase64() - Method in class org.stellar.sdk.xdr.StateArchivalSettings
- toXdrBase64() - Method in class org.stellar.sdk.xdr.StellarMessage
- toXdrBase64() - Method in class org.stellar.sdk.xdr.StellarValue.StellarValueExt
- toXdrBase64() - Method in class org.stellar.sdk.xdr.StellarValue
- toXdrBase64() - Method in enum class org.stellar.sdk.xdr.StellarValueType
- toXdrBase64() - Method in class org.stellar.sdk.xdr.StoredDebugTransactionSet
- toXdrBase64() - Method in class org.stellar.sdk.xdr.StoredTransactionSet
- toXdrBase64() - Method in class org.stellar.sdk.xdr.String32
- toXdrBase64() - Method in class org.stellar.sdk.xdr.String64
- toXdrBase64() - Method in enum class org.stellar.sdk.xdr.SurveyMessageCommandType
- toXdrBase64() - Method in enum class org.stellar.sdk.xdr.SurveyMessageResponseType
- toXdrBase64() - Method in class org.stellar.sdk.xdr.SurveyRequestMessage
- toXdrBase64() - Method in class org.stellar.sdk.xdr.SurveyResponseBody
- toXdrBase64() - Method in class org.stellar.sdk.xdr.SurveyResponseMessage
- toXdrBase64() - Method in enum class org.stellar.sdk.xdr.ThresholdIndexes
- toXdrBase64() - Method in class org.stellar.sdk.xdr.Thresholds
- toXdrBase64() - Method in class org.stellar.sdk.xdr.TimeBounds
- toXdrBase64() - Method in class org.stellar.sdk.xdr.TimePoint
- toXdrBase64() - Method in class org.stellar.sdk.xdr.TopologyResponseBodyV0
- toXdrBase64() - Method in class org.stellar.sdk.xdr.TopologyResponseBodyV1
- toXdrBase64() - Method in class org.stellar.sdk.xdr.Transaction
- toXdrBase64() - Method in class org.stellar.sdk.xdr.Transaction.TransactionExt
- toXdrBase64() - Method in class org.stellar.sdk.xdr.TransactionEnvelope
- toXdrBase64() - Method in class org.stellar.sdk.xdr.TransactionHistoryEntry
- toXdrBase64() - Method in class org.stellar.sdk.xdr.TransactionHistoryEntry.TransactionHistoryEntryExt
- toXdrBase64() - Method in class org.stellar.sdk.xdr.TransactionHistoryResultEntry
- toXdrBase64() - Method in class org.stellar.sdk.xdr.TransactionHistoryResultEntry.TransactionHistoryResultEntryExt
- toXdrBase64() - Method in class org.stellar.sdk.xdr.TransactionMeta
- toXdrBase64() - Method in class org.stellar.sdk.xdr.TransactionMetaV1
- toXdrBase64() - Method in class org.stellar.sdk.xdr.TransactionMetaV2
- toXdrBase64() - Method in class org.stellar.sdk.xdr.TransactionMetaV3
- toXdrBase64() - Method in class org.stellar.sdk.xdr.TransactionPhase
- toXdrBase64() - Method in class org.stellar.sdk.xdr.TransactionResult
- toXdrBase64() - Method in class org.stellar.sdk.xdr.TransactionResult.TransactionResultExt
- toXdrBase64() - Method in class org.stellar.sdk.xdr.TransactionResult.TransactionResultResult
- toXdrBase64() - Method in enum class org.stellar.sdk.xdr.TransactionResultCode
- toXdrBase64() - Method in class org.stellar.sdk.xdr.TransactionResultMeta
- toXdrBase64() - Method in class org.stellar.sdk.xdr.TransactionResultPair
- toXdrBase64() - Method in class org.stellar.sdk.xdr.TransactionResultSet
- toXdrBase64() - Method in class org.stellar.sdk.xdr.TransactionSet
- toXdrBase64() - Method in class org.stellar.sdk.xdr.TransactionSetV1
- toXdrBase64() - Method in class org.stellar.sdk.xdr.TransactionSignaturePayload
- toXdrBase64() - Method in class org.stellar.sdk.xdr.TransactionSignaturePayload.TransactionSignaturePayloadTaggedTransaction
- toXdrBase64() - Method in class org.stellar.sdk.xdr.TransactionV0
- toXdrBase64() - Method in class org.stellar.sdk.xdr.TransactionV0.TransactionV0Ext
- toXdrBase64() - Method in class org.stellar.sdk.xdr.TransactionV0Envelope
- toXdrBase64() - Method in class org.stellar.sdk.xdr.TransactionV1Envelope
- toXdrBase64() - Method in class org.stellar.sdk.xdr.TrustLineAsset
- toXdrBase64() - Method in class org.stellar.sdk.xdr.TrustLineEntry
- toXdrBase64() - Method in class org.stellar.sdk.xdr.TrustLineEntry.TrustLineEntryExt
- toXdrBase64() - Method in class org.stellar.sdk.xdr.TrustLineEntry.TrustLineEntryExt.TrustLineEntryV1
- toXdrBase64() - Method in class org.stellar.sdk.xdr.TrustLineEntry.TrustLineEntryExt.TrustLineEntryV1.TrustLineEntryV1Ext
- toXdrBase64() - Method in class org.stellar.sdk.xdr.TrustLineEntryExtensionV2
- toXdrBase64() - Method in class org.stellar.sdk.xdr.TrustLineEntryExtensionV2.TrustLineEntryExtensionV2Ext
- toXdrBase64() - Method in enum class org.stellar.sdk.xdr.TrustLineFlags
- toXdrBase64() - Method in class org.stellar.sdk.xdr.TTLEntry
- toXdrBase64() - Method in class org.stellar.sdk.xdr.TxAdvertVector
- toXdrBase64() - Method in class org.stellar.sdk.xdr.TxDemandVector
- toXdrBase64() - Method in class org.stellar.sdk.xdr.TxSetComponent
- toXdrBase64() - Method in class org.stellar.sdk.xdr.TxSetComponent.TxSetComponentTxsMaybeDiscountedFee
- toXdrBase64() - Method in enum class org.stellar.sdk.xdr.TxSetComponentType
- toXdrBase64() - Method in class org.stellar.sdk.xdr.UInt128Parts
- toXdrBase64() - Method in class org.stellar.sdk.xdr.Uint256
- toXdrBase64() - Method in class org.stellar.sdk.xdr.UInt256Parts
- toXdrBase64() - Method in class org.stellar.sdk.xdr.Uint32
- toXdrBase64() - Method in class org.stellar.sdk.xdr.Uint64
- toXdrBase64() - Method in class org.stellar.sdk.xdr.UpgradeEntryMeta
- toXdrBase64() - Method in class org.stellar.sdk.xdr.UpgradeType
- toXdrBase64() - Method in class org.stellar.sdk.xdr.Value
- toXdrBase64() - Method in class org.stellar.sdk.xdr.XdrString
- toXdrBase64() - Method in class org.stellar.sdk.xdr.XdrUnsignedHyperInteger
- toXdrBase64() - Method in class org.stellar.sdk.xdr.XdrUnsignedInteger
- toXdrBase64(AccountConverter) - Method in class org.stellar.sdk.Operation
-
Returns base64-encoded Operation XDR object.
- toXdrByteArray() - Method in class org.stellar.sdk.xdr.AccountEntry.AccountEntryExt
- toXdrByteArray() - Method in class org.stellar.sdk.xdr.AccountEntry
- toXdrByteArray() - Method in class org.stellar.sdk.xdr.AccountEntryExtensionV1.AccountEntryExtensionV1Ext
- toXdrByteArray() - Method in class org.stellar.sdk.xdr.AccountEntryExtensionV1
- toXdrByteArray() - Method in class org.stellar.sdk.xdr.AccountEntryExtensionV2.AccountEntryExtensionV2Ext
- toXdrByteArray() - Method in class org.stellar.sdk.xdr.AccountEntryExtensionV2
- toXdrByteArray() - Method in class org.stellar.sdk.xdr.AccountEntryExtensionV3
- toXdrByteArray() - Method in enum class org.stellar.sdk.xdr.AccountFlags
- toXdrByteArray() - Method in class org.stellar.sdk.xdr.AccountID
- toXdrByteArray() - Method in class org.stellar.sdk.xdr.AccountMergeResult
- toXdrByteArray() - Method in enum class org.stellar.sdk.xdr.AccountMergeResultCode
- toXdrByteArray() - Method in class org.stellar.sdk.xdr.AllowTrustOp
- toXdrByteArray() - Method in class org.stellar.sdk.xdr.AllowTrustResult
- toXdrByteArray() - Method in enum class org.stellar.sdk.xdr.AllowTrustResultCode
- toXdrByteArray() - Method in class org.stellar.sdk.xdr.AlphaNum12
- toXdrByteArray() - Method in class org.stellar.sdk.xdr.AlphaNum4
- toXdrByteArray() - Method in class org.stellar.sdk.xdr.Asset
- toXdrByteArray() - Method in class org.stellar.sdk.xdr.AssetCode
- toXdrByteArray() - Method in class org.stellar.sdk.xdr.AssetCode12
- toXdrByteArray() - Method in class org.stellar.sdk.xdr.AssetCode4
- toXdrByteArray() - Method in enum class org.stellar.sdk.xdr.AssetType
- toXdrByteArray() - Method in class org.stellar.sdk.xdr.Auth
- toXdrByteArray() - Method in class org.stellar.sdk.xdr.AuthCert
- toXdrByteArray() - Method in class org.stellar.sdk.xdr.AuthenticatedMessage.AuthenticatedMessageV0
- toXdrByteArray() - Method in class org.stellar.sdk.xdr.AuthenticatedMessage
- toXdrByteArray() - Method in class org.stellar.sdk.xdr.BeginSponsoringFutureReservesOp
- toXdrByteArray() - Method in class org.stellar.sdk.xdr.BeginSponsoringFutureReservesResult
- toXdrByteArray() - Method in enum class org.stellar.sdk.xdr.BeginSponsoringFutureReservesResultCode
- toXdrByteArray() - Method in class org.stellar.sdk.xdr.BucketEntry
- toXdrByteArray() - Method in enum class org.stellar.sdk.xdr.BucketEntryType
- toXdrByteArray() - Method in class org.stellar.sdk.xdr.BucketMetadata.BucketMetadataExt
- toXdrByteArray() - Method in class org.stellar.sdk.xdr.BucketMetadata
- toXdrByteArray() - Method in class org.stellar.sdk.xdr.BumpSequenceOp
- toXdrByteArray() - Method in class org.stellar.sdk.xdr.BumpSequenceResult
- toXdrByteArray() - Method in enum class org.stellar.sdk.xdr.BumpSequenceResultCode
- toXdrByteArray() - Method in class org.stellar.sdk.xdr.ChangeTrustAsset
- toXdrByteArray() - Method in class org.stellar.sdk.xdr.ChangeTrustOp
- toXdrByteArray() - Method in class org.stellar.sdk.xdr.ChangeTrustResult
- toXdrByteArray() - Method in enum class org.stellar.sdk.xdr.ChangeTrustResultCode
- toXdrByteArray() - Method in class org.stellar.sdk.xdr.ClaimableBalanceEntry.ClaimableBalanceEntryExt
- toXdrByteArray() - Method in class org.stellar.sdk.xdr.ClaimableBalanceEntry
- toXdrByteArray() - Method in class org.stellar.sdk.xdr.ClaimableBalanceEntryExtensionV1.ClaimableBalanceEntryExtensionV1Ext
- toXdrByteArray() - Method in class org.stellar.sdk.xdr.ClaimableBalanceEntryExtensionV1
- toXdrByteArray() - Method in enum class org.stellar.sdk.xdr.ClaimableBalanceFlags
- toXdrByteArray() - Method in class org.stellar.sdk.xdr.ClaimableBalanceID
- toXdrByteArray() - Method in enum class org.stellar.sdk.xdr.ClaimableBalanceIDType
- toXdrByteArray() - Method in class org.stellar.sdk.xdr.Claimant.ClaimantV0
- toXdrByteArray() - Method in class org.stellar.sdk.xdr.Claimant
- toXdrByteArray() - Method in enum class org.stellar.sdk.xdr.ClaimantType
- toXdrByteArray() - Method in class org.stellar.sdk.xdr.ClaimAtom
- toXdrByteArray() - Method in enum class org.stellar.sdk.xdr.ClaimAtomType
- toXdrByteArray() - Method in class org.stellar.sdk.xdr.ClaimClaimableBalanceOp
- toXdrByteArray() - Method in class org.stellar.sdk.xdr.ClaimClaimableBalanceResult
- toXdrByteArray() - Method in enum class org.stellar.sdk.xdr.ClaimClaimableBalanceResultCode
- toXdrByteArray() - Method in class org.stellar.sdk.xdr.ClaimLiquidityAtom
- toXdrByteArray() - Method in class org.stellar.sdk.xdr.ClaimOfferAtom
- toXdrByteArray() - Method in class org.stellar.sdk.xdr.ClaimOfferAtomV0
- toXdrByteArray() - Method in class org.stellar.sdk.xdr.ClaimPredicate
- toXdrByteArray() - Method in enum class org.stellar.sdk.xdr.ClaimPredicateType
- toXdrByteArray() - Method in class org.stellar.sdk.xdr.ClawbackClaimableBalanceOp
- toXdrByteArray() - Method in class org.stellar.sdk.xdr.ClawbackClaimableBalanceResult
- toXdrByteArray() - Method in enum class org.stellar.sdk.xdr.ClawbackClaimableBalanceResultCode
- toXdrByteArray() - Method in class org.stellar.sdk.xdr.ClawbackOp
- toXdrByteArray() - Method in class org.stellar.sdk.xdr.ClawbackResult
- toXdrByteArray() - Method in enum class org.stellar.sdk.xdr.ClawbackResultCode
- toXdrByteArray() - Method in class org.stellar.sdk.xdr.ConfigSettingContractBandwidthV0
- toXdrByteArray() - Method in class org.stellar.sdk.xdr.ConfigSettingContractComputeV0
- toXdrByteArray() - Method in class org.stellar.sdk.xdr.ConfigSettingContractEventsV0
- toXdrByteArray() - Method in class org.stellar.sdk.xdr.ConfigSettingContractExecutionLanesV0
- toXdrByteArray() - Method in class org.stellar.sdk.xdr.ConfigSettingContractHistoricalDataV0
- toXdrByteArray() - Method in class org.stellar.sdk.xdr.ConfigSettingContractLedgerCostV0
- toXdrByteArray() - Method in class org.stellar.sdk.xdr.ConfigSettingEntry
- toXdrByteArray() - Method in enum class org.stellar.sdk.xdr.ConfigSettingID
- toXdrByteArray() - Method in class org.stellar.sdk.xdr.ConfigUpgradeSet
- toXdrByteArray() - Method in class org.stellar.sdk.xdr.ConfigUpgradeSetKey
- toXdrByteArray() - Method in class org.stellar.sdk.xdr.ContractCodeCostInputs
- toXdrByteArray() - Method in class org.stellar.sdk.xdr.ContractCodeEntry.ContractCodeEntryExt.ContractCodeEntryV1
- toXdrByteArray() - Method in class org.stellar.sdk.xdr.ContractCodeEntry.ContractCodeEntryExt
- toXdrByteArray() - Method in class org.stellar.sdk.xdr.ContractCodeEntry
- toXdrByteArray() - Method in class org.stellar.sdk.xdr.ContractCostParamEntry
- toXdrByteArray() - Method in class org.stellar.sdk.xdr.ContractCostParams
- toXdrByteArray() - Method in enum class org.stellar.sdk.xdr.ContractCostType
- toXdrByteArray() - Method in enum class org.stellar.sdk.xdr.ContractDataDurability
- toXdrByteArray() - Method in class org.stellar.sdk.xdr.ContractDataEntry
- toXdrByteArray() - Method in class org.stellar.sdk.xdr.ContractEvent.ContractEventBody.ContractEventV0
- toXdrByteArray() - Method in class org.stellar.sdk.xdr.ContractEvent.ContractEventBody
- toXdrByteArray() - Method in class org.stellar.sdk.xdr.ContractEvent
- toXdrByteArray() - Method in enum class org.stellar.sdk.xdr.ContractEventType
- toXdrByteArray() - Method in class org.stellar.sdk.xdr.ContractExecutable
- toXdrByteArray() - Method in enum class org.stellar.sdk.xdr.ContractExecutableType
- toXdrByteArray() - Method in class org.stellar.sdk.xdr.ContractIDPreimage.ContractIDPreimageFromAddress
- toXdrByteArray() - Method in class org.stellar.sdk.xdr.ContractIDPreimage
- toXdrByteArray() - Method in enum class org.stellar.sdk.xdr.ContractIDPreimageType
- toXdrByteArray() - Method in class org.stellar.sdk.xdr.CreateAccountOp
- toXdrByteArray() - Method in class org.stellar.sdk.xdr.CreateAccountResult
- toXdrByteArray() - Method in enum class org.stellar.sdk.xdr.CreateAccountResultCode
- toXdrByteArray() - Method in class org.stellar.sdk.xdr.CreateClaimableBalanceOp
- toXdrByteArray() - Method in class org.stellar.sdk.xdr.CreateClaimableBalanceResult
- toXdrByteArray() - Method in enum class org.stellar.sdk.xdr.CreateClaimableBalanceResultCode
- toXdrByteArray() - Method in class org.stellar.sdk.xdr.CreateContractArgs
- toXdrByteArray() - Method in class org.stellar.sdk.xdr.CreatePassiveSellOfferOp
- toXdrByteArray() - Method in enum class org.stellar.sdk.xdr.CryptoKeyType
- toXdrByteArray() - Method in class org.stellar.sdk.xdr.Curve25519Public
- toXdrByteArray() - Method in class org.stellar.sdk.xdr.Curve25519Secret
- toXdrByteArray() - Method in class org.stellar.sdk.xdr.DataEntry.DataEntryExt
- toXdrByteArray() - Method in class org.stellar.sdk.xdr.DataEntry
- toXdrByteArray() - Method in class org.stellar.sdk.xdr.DataValue
- toXdrByteArray() - Method in class org.stellar.sdk.xdr.DecoratedSignature
- toXdrByteArray() - Method in class org.stellar.sdk.xdr.DiagnosticEvent
- toXdrByteArray() - Method in class org.stellar.sdk.xdr.DontHave
- toXdrByteArray() - Method in class org.stellar.sdk.xdr.Duration
- toXdrByteArray() - Method in class org.stellar.sdk.xdr.EncryptedBody
- toXdrByteArray() - Method in class org.stellar.sdk.xdr.EndSponsoringFutureReservesResult
- toXdrByteArray() - Method in enum class org.stellar.sdk.xdr.EndSponsoringFutureReservesResultCode
- toXdrByteArray() - Method in enum class org.stellar.sdk.xdr.EnvelopeType
- toXdrByteArray() - Method in class org.stellar.sdk.xdr.Error
- toXdrByteArray() - Method in enum class org.stellar.sdk.xdr.ErrorCode
- toXdrByteArray() - Method in class org.stellar.sdk.xdr.EvictionIterator
- toXdrByteArray() - Method in class org.stellar.sdk.xdr.ExtendFootprintTTLOp
- toXdrByteArray() - Method in class org.stellar.sdk.xdr.ExtendFootprintTTLResult
- toXdrByteArray() - Method in enum class org.stellar.sdk.xdr.ExtendFootprintTTLResultCode
- toXdrByteArray() - Method in class org.stellar.sdk.xdr.ExtensionPoint
- toXdrByteArray() - Method in class org.stellar.sdk.xdr.FeeBumpTransaction.FeeBumpTransactionExt
- toXdrByteArray() - Method in class org.stellar.sdk.xdr.FeeBumpTransaction.FeeBumpTransactionInnerTx
- toXdrByteArray() - Method in class org.stellar.sdk.xdr.FeeBumpTransaction
- toXdrByteArray() - Method in class org.stellar.sdk.xdr.FeeBumpTransactionEnvelope
- toXdrByteArray() - Method in class org.stellar.sdk.xdr.FloodAdvert
- toXdrByteArray() - Method in class org.stellar.sdk.xdr.FloodDemand
- toXdrByteArray() - Method in class org.stellar.sdk.xdr.GeneralizedTransactionSet
- toXdrByteArray() - Method in class org.stellar.sdk.xdr.Hash
- toXdrByteArray() - Method in class org.stellar.sdk.xdr.HashIDPreimage.HashIDPreimageContractID
- toXdrByteArray() - Method in class org.stellar.sdk.xdr.HashIDPreimage.HashIDPreimageOperationID
- toXdrByteArray() - Method in class org.stellar.sdk.xdr.HashIDPreimage.HashIDPreimageRevokeID
- toXdrByteArray() - Method in class org.stellar.sdk.xdr.HashIDPreimage.HashIDPreimageSorobanAuthorization
- toXdrByteArray() - Method in class org.stellar.sdk.xdr.HashIDPreimage
- toXdrByteArray() - Method in class org.stellar.sdk.xdr.Hello
- toXdrByteArray() - Method in class org.stellar.sdk.xdr.HmacSha256Key
- toXdrByteArray() - Method in class org.stellar.sdk.xdr.HmacSha256Mac
- toXdrByteArray() - Method in class org.stellar.sdk.xdr.HostFunction
- toXdrByteArray() - Method in enum class org.stellar.sdk.xdr.HostFunctionType
- toXdrByteArray() - Method in class org.stellar.sdk.xdr.InflationPayout
- toXdrByteArray() - Method in class org.stellar.sdk.xdr.InflationResult
- toXdrByteArray() - Method in enum class org.stellar.sdk.xdr.InflationResultCode
- toXdrByteArray() - Method in class org.stellar.sdk.xdr.InnerTransactionResult.InnerTransactionResultExt
- toXdrByteArray() - Method in class org.stellar.sdk.xdr.InnerTransactionResult.InnerTransactionResultResult
- toXdrByteArray() - Method in class org.stellar.sdk.xdr.InnerTransactionResult
- toXdrByteArray() - Method in class org.stellar.sdk.xdr.InnerTransactionResultPair
- toXdrByteArray() - Method in class org.stellar.sdk.xdr.Int128Parts
- toXdrByteArray() - Method in class org.stellar.sdk.xdr.Int256Parts
- toXdrByteArray() - Method in class org.stellar.sdk.xdr.Int32
- toXdrByteArray() - Method in class org.stellar.sdk.xdr.Int64
- toXdrByteArray() - Method in class org.stellar.sdk.xdr.InvokeContractArgs
- toXdrByteArray() - Method in class org.stellar.sdk.xdr.InvokeHostFunctionOp
- toXdrByteArray() - Method in class org.stellar.sdk.xdr.InvokeHostFunctionResult
- toXdrByteArray() - Method in enum class org.stellar.sdk.xdr.InvokeHostFunctionResultCode
- toXdrByteArray() - Method in class org.stellar.sdk.xdr.InvokeHostFunctionSuccessPreImage
- toXdrByteArray() - Method in enum class org.stellar.sdk.xdr.IPAddrType
- toXdrByteArray() - Method in class org.stellar.sdk.xdr.LedgerBounds
- toXdrByteArray() - Method in class org.stellar.sdk.xdr.LedgerCloseMeta
- toXdrByteArray() - Method in class org.stellar.sdk.xdr.LedgerCloseMetaExt
- toXdrByteArray() - Method in class org.stellar.sdk.xdr.LedgerCloseMetaExtV1
- toXdrByteArray() - Method in class org.stellar.sdk.xdr.LedgerCloseMetaV0
- toXdrByteArray() - Method in class org.stellar.sdk.xdr.LedgerCloseMetaV1
- toXdrByteArray() - Method in class org.stellar.sdk.xdr.LedgerCloseValueSignature
- toXdrByteArray() - Method in class org.stellar.sdk.xdr.LedgerEntry.LedgerEntryData
- toXdrByteArray() - Method in class org.stellar.sdk.xdr.LedgerEntry.LedgerEntryExt
- toXdrByteArray() - Method in class org.stellar.sdk.xdr.LedgerEntry
- toXdrByteArray() - Method in class org.stellar.sdk.xdr.LedgerEntryChange
- toXdrByteArray() - Method in class org.stellar.sdk.xdr.LedgerEntryChanges
- toXdrByteArray() - Method in enum class org.stellar.sdk.xdr.LedgerEntryChangeType
- toXdrByteArray() - Method in class org.stellar.sdk.xdr.LedgerEntryExtensionV1.LedgerEntryExtensionV1Ext
- toXdrByteArray() - Method in class org.stellar.sdk.xdr.LedgerEntryExtensionV1
- toXdrByteArray() - Method in enum class org.stellar.sdk.xdr.LedgerEntryType
- toXdrByteArray() - Method in class org.stellar.sdk.xdr.LedgerFootprint
- toXdrByteArray() - Method in class org.stellar.sdk.xdr.LedgerHeader.LedgerHeaderExt
- toXdrByteArray() - Method in class org.stellar.sdk.xdr.LedgerHeader
- toXdrByteArray() - Method in class org.stellar.sdk.xdr.LedgerHeaderExtensionV1.LedgerHeaderExtensionV1Ext
- toXdrByteArray() - Method in class org.stellar.sdk.xdr.LedgerHeaderExtensionV1
- toXdrByteArray() - Method in enum class org.stellar.sdk.xdr.LedgerHeaderFlags
- toXdrByteArray() - Method in class org.stellar.sdk.xdr.LedgerHeaderHistoryEntry.LedgerHeaderHistoryEntryExt
- toXdrByteArray() - Method in class org.stellar.sdk.xdr.LedgerHeaderHistoryEntry
- toXdrByteArray() - Method in class org.stellar.sdk.xdr.LedgerKey.LedgerKeyAccount
- toXdrByteArray() - Method in class org.stellar.sdk.xdr.LedgerKey.LedgerKeyClaimableBalance
- toXdrByteArray() - Method in class org.stellar.sdk.xdr.LedgerKey.LedgerKeyConfigSetting
- toXdrByteArray() - Method in class org.stellar.sdk.xdr.LedgerKey.LedgerKeyContractCode
- toXdrByteArray() - Method in class org.stellar.sdk.xdr.LedgerKey.LedgerKeyContractData
- toXdrByteArray() - Method in class org.stellar.sdk.xdr.LedgerKey.LedgerKeyData
- toXdrByteArray() - Method in class org.stellar.sdk.xdr.LedgerKey.LedgerKeyLiquidityPool
- toXdrByteArray() - Method in class org.stellar.sdk.xdr.LedgerKey.LedgerKeyOffer
- toXdrByteArray() - Method in class org.stellar.sdk.xdr.LedgerKey.LedgerKeyTrustLine
- toXdrByteArray() - Method in class org.stellar.sdk.xdr.LedgerKey.LedgerKeyTtl
- toXdrByteArray() - Method in class org.stellar.sdk.xdr.LedgerKey
- toXdrByteArray() - Method in class org.stellar.sdk.xdr.LedgerSCPMessages
- toXdrByteArray() - Method in class org.stellar.sdk.xdr.LedgerUpgrade
- toXdrByteArray() - Method in enum class org.stellar.sdk.xdr.LedgerUpgradeType
- toXdrByteArray() - Method in class org.stellar.sdk.xdr.Liabilities
- toXdrByteArray() - Method in class org.stellar.sdk.xdr.LiquidityPoolConstantProductParameters
- toXdrByteArray() - Method in class org.stellar.sdk.xdr.LiquidityPoolDepositOp
- toXdrByteArray() - Method in class org.stellar.sdk.xdr.LiquidityPoolDepositResult
- toXdrByteArray() - Method in enum class org.stellar.sdk.xdr.LiquidityPoolDepositResultCode
- toXdrByteArray() - Method in class org.stellar.sdk.xdr.LiquidityPoolEntry.LiquidityPoolEntryBody.LiquidityPoolEntryConstantProduct
- toXdrByteArray() - Method in class org.stellar.sdk.xdr.LiquidityPoolEntry.LiquidityPoolEntryBody
- toXdrByteArray() - Method in class org.stellar.sdk.xdr.LiquidityPoolEntry
- toXdrByteArray() - Method in class org.stellar.sdk.xdr.LiquidityPoolParameters
- toXdrByteArray() - Method in enum class org.stellar.sdk.xdr.LiquidityPoolType
- toXdrByteArray() - Method in class org.stellar.sdk.xdr.LiquidityPoolWithdrawOp
- toXdrByteArray() - Method in class org.stellar.sdk.xdr.LiquidityPoolWithdrawResult
- toXdrByteArray() - Method in enum class org.stellar.sdk.xdr.LiquidityPoolWithdrawResultCode
- toXdrByteArray() - Method in class org.stellar.sdk.xdr.ManageBuyOfferOp
- toXdrByteArray() - Method in class org.stellar.sdk.xdr.ManageBuyOfferResult
- toXdrByteArray() - Method in enum class org.stellar.sdk.xdr.ManageBuyOfferResultCode
- toXdrByteArray() - Method in class org.stellar.sdk.xdr.ManageDataOp
- toXdrByteArray() - Method in class org.stellar.sdk.xdr.ManageDataResult
- toXdrByteArray() - Method in enum class org.stellar.sdk.xdr.ManageDataResultCode
- toXdrByteArray() - Method in enum class org.stellar.sdk.xdr.ManageOfferEffect
- toXdrByteArray() - Method in class org.stellar.sdk.xdr.ManageOfferSuccessResult.ManageOfferSuccessResultOffer
- toXdrByteArray() - Method in class org.stellar.sdk.xdr.ManageOfferSuccessResult
- toXdrByteArray() - Method in class org.stellar.sdk.xdr.ManageSellOfferOp
- toXdrByteArray() - Method in class org.stellar.sdk.xdr.ManageSellOfferResult
- toXdrByteArray() - Method in enum class org.stellar.sdk.xdr.ManageSellOfferResultCode
- toXdrByteArray() - Method in class org.stellar.sdk.xdr.Memo
- toXdrByteArray() - Method in enum class org.stellar.sdk.xdr.MemoType
- toXdrByteArray() - Method in enum class org.stellar.sdk.xdr.MessageType
- toXdrByteArray() - Method in class org.stellar.sdk.xdr.MuxedAccount.MuxedAccountMed25519
- toXdrByteArray() - Method in class org.stellar.sdk.xdr.MuxedAccount
- toXdrByteArray() - Method in class org.stellar.sdk.xdr.NodeID
- toXdrByteArray() - Method in class org.stellar.sdk.xdr.OfferEntry.OfferEntryExt
- toXdrByteArray() - Method in class org.stellar.sdk.xdr.OfferEntry
- toXdrByteArray() - Method in enum class org.stellar.sdk.xdr.OfferEntryFlags
- toXdrByteArray() - Method in class org.stellar.sdk.xdr.Operation.OperationBody
- toXdrByteArray() - Method in class org.stellar.sdk.xdr.Operation
- toXdrByteArray() - Method in class org.stellar.sdk.xdr.OperationMeta
- toXdrByteArray() - Method in class org.stellar.sdk.xdr.OperationResult.OperationResultTr
- toXdrByteArray() - Method in class org.stellar.sdk.xdr.OperationResult
- toXdrByteArray() - Method in enum class org.stellar.sdk.xdr.OperationResultCode
- toXdrByteArray() - Method in enum class org.stellar.sdk.xdr.OperationType
- toXdrByteArray() - Method in class org.stellar.sdk.xdr.PathPaymentStrictReceiveOp
- toXdrByteArray() - Method in class org.stellar.sdk.xdr.PathPaymentStrictReceiveResult.PathPaymentStrictReceiveResultSuccess
- toXdrByteArray() - Method in class org.stellar.sdk.xdr.PathPaymentStrictReceiveResult
- toXdrByteArray() - Method in enum class org.stellar.sdk.xdr.PathPaymentStrictReceiveResultCode
- toXdrByteArray() - Method in class org.stellar.sdk.xdr.PathPaymentStrictSendOp
- toXdrByteArray() - Method in class org.stellar.sdk.xdr.PathPaymentStrictSendResult.PathPaymentStrictSendResultSuccess
- toXdrByteArray() - Method in class org.stellar.sdk.xdr.PathPaymentStrictSendResult
- toXdrByteArray() - Method in enum class org.stellar.sdk.xdr.PathPaymentStrictSendResultCode
- toXdrByteArray() - Method in class org.stellar.sdk.xdr.PaymentOp
- toXdrByteArray() - Method in class org.stellar.sdk.xdr.PaymentResult
- toXdrByteArray() - Method in enum class org.stellar.sdk.xdr.PaymentResultCode
- toXdrByteArray() - Method in class org.stellar.sdk.xdr.PeerAddress.PeerAddressIp
- toXdrByteArray() - Method in class org.stellar.sdk.xdr.PeerAddress
- toXdrByteArray() - Method in class org.stellar.sdk.xdr.PeerStatList
- toXdrByteArray() - Method in class org.stellar.sdk.xdr.PeerStats
- toXdrByteArray() - Method in class org.stellar.sdk.xdr.PersistedSCPState
- toXdrByteArray() - Method in class org.stellar.sdk.xdr.PersistedSCPStateV0
- toXdrByteArray() - Method in class org.stellar.sdk.xdr.PersistedSCPStateV1
- toXdrByteArray() - Method in class org.stellar.sdk.xdr.PoolID
- toXdrByteArray() - Method in class org.stellar.sdk.xdr.Preconditions
- toXdrByteArray() - Method in class org.stellar.sdk.xdr.PreconditionsV2
- toXdrByteArray() - Method in enum class org.stellar.sdk.xdr.PreconditionType
- toXdrByteArray() - Method in class org.stellar.sdk.xdr.Price
- toXdrByteArray() - Method in class org.stellar.sdk.xdr.PublicKey
- toXdrByteArray() - Method in enum class org.stellar.sdk.xdr.PublicKeyType
- toXdrByteArray() - Method in class org.stellar.sdk.xdr.RestoreFootprintOp
- toXdrByteArray() - Method in class org.stellar.sdk.xdr.RestoreFootprintResult
- toXdrByteArray() - Method in enum class org.stellar.sdk.xdr.RestoreFootprintResultCode
- toXdrByteArray() - Method in class org.stellar.sdk.xdr.RevokeSponsorshipOp.RevokeSponsorshipOpSigner
- toXdrByteArray() - Method in class org.stellar.sdk.xdr.RevokeSponsorshipOp
- toXdrByteArray() - Method in class org.stellar.sdk.xdr.RevokeSponsorshipResult
- toXdrByteArray() - Method in enum class org.stellar.sdk.xdr.RevokeSponsorshipResultCode
- toXdrByteArray() - Method in enum class org.stellar.sdk.xdr.RevokeSponsorshipType
- toXdrByteArray() - Method in class org.stellar.sdk.xdr.SCAddress
- toXdrByteArray() - Method in enum class org.stellar.sdk.xdr.SCAddressType
- toXdrByteArray() - Method in class org.stellar.sdk.xdr.SCBytes
- toXdrByteArray() - Method in class org.stellar.sdk.xdr.SCContractInstance
- toXdrByteArray() - Method in class org.stellar.sdk.xdr.SCEnvMetaEntry
- toXdrByteArray() - Method in enum class org.stellar.sdk.xdr.SCEnvMetaKind
- toXdrByteArray() - Method in class org.stellar.sdk.xdr.SCError
- toXdrByteArray() - Method in enum class org.stellar.sdk.xdr.SCErrorCode
- toXdrByteArray() - Method in enum class org.stellar.sdk.xdr.SCErrorType
- toXdrByteArray() - Method in class org.stellar.sdk.xdr.SCMap
- toXdrByteArray() - Method in class org.stellar.sdk.xdr.SCMapEntry
- toXdrByteArray() - Method in class org.stellar.sdk.xdr.SCMetaEntry
- toXdrByteArray() - Method in enum class org.stellar.sdk.xdr.SCMetaKind
- toXdrByteArray() - Method in class org.stellar.sdk.xdr.SCMetaV0
- toXdrByteArray() - Method in class org.stellar.sdk.xdr.SCNonceKey
- toXdrByteArray() - Method in class org.stellar.sdk.xdr.SCPBallot
- toXdrByteArray() - Method in class org.stellar.sdk.xdr.SCPEnvelope
- toXdrByteArray() - Method in class org.stellar.sdk.xdr.SCPHistoryEntry
- toXdrByteArray() - Method in class org.stellar.sdk.xdr.SCPHistoryEntryV0
- toXdrByteArray() - Method in class org.stellar.sdk.xdr.SCPNomination
- toXdrByteArray() - Method in class org.stellar.sdk.xdr.SCPQuorumSet
- toXdrByteArray() - Method in class org.stellar.sdk.xdr.SCPStatement.SCPStatementPledges.SCPStatementConfirm
- toXdrByteArray() - Method in class org.stellar.sdk.xdr.SCPStatement.SCPStatementPledges.SCPStatementExternalize
- toXdrByteArray() - Method in class org.stellar.sdk.xdr.SCPStatement.SCPStatementPledges.SCPStatementPrepare
- toXdrByteArray() - Method in class org.stellar.sdk.xdr.SCPStatement.SCPStatementPledges
- toXdrByteArray() - Method in class org.stellar.sdk.xdr.SCPStatement
- toXdrByteArray() - Method in enum class org.stellar.sdk.xdr.SCPStatementType
- toXdrByteArray() - Method in class org.stellar.sdk.xdr.SCSpecEntry
- toXdrByteArray() - Method in enum class org.stellar.sdk.xdr.SCSpecEntryKind
- toXdrByteArray() - Method in class org.stellar.sdk.xdr.SCSpecFunctionInputV0
- toXdrByteArray() - Method in class org.stellar.sdk.xdr.SCSpecFunctionV0
- toXdrByteArray() - Method in enum class org.stellar.sdk.xdr.SCSpecType
- toXdrByteArray() - Method in class org.stellar.sdk.xdr.SCSpecTypeBytesN
- toXdrByteArray() - Method in class org.stellar.sdk.xdr.SCSpecTypeDef
- toXdrByteArray() - Method in class org.stellar.sdk.xdr.SCSpecTypeMap
- toXdrByteArray() - Method in class org.stellar.sdk.xdr.SCSpecTypeOption
- toXdrByteArray() - Method in class org.stellar.sdk.xdr.SCSpecTypeResult
- toXdrByteArray() - Method in class org.stellar.sdk.xdr.SCSpecTypeTuple
- toXdrByteArray() - Method in class org.stellar.sdk.xdr.SCSpecTypeUDT
- toXdrByteArray() - Method in class org.stellar.sdk.xdr.SCSpecTypeVec
- toXdrByteArray() - Method in class org.stellar.sdk.xdr.SCSpecUDTEnumCaseV0
- toXdrByteArray() - Method in class org.stellar.sdk.xdr.SCSpecUDTEnumV0
- toXdrByteArray() - Method in class org.stellar.sdk.xdr.SCSpecUDTErrorEnumCaseV0
- toXdrByteArray() - Method in class org.stellar.sdk.xdr.SCSpecUDTErrorEnumV0
- toXdrByteArray() - Method in class org.stellar.sdk.xdr.SCSpecUDTStructFieldV0
- toXdrByteArray() - Method in class org.stellar.sdk.xdr.SCSpecUDTStructV0
- toXdrByteArray() - Method in class org.stellar.sdk.xdr.SCSpecUDTUnionCaseTupleV0
- toXdrByteArray() - Method in class org.stellar.sdk.xdr.SCSpecUDTUnionCaseV0
- toXdrByteArray() - Method in enum class org.stellar.sdk.xdr.SCSpecUDTUnionCaseV0Kind
- toXdrByteArray() - Method in class org.stellar.sdk.xdr.SCSpecUDTUnionCaseVoidV0
- toXdrByteArray() - Method in class org.stellar.sdk.xdr.SCSpecUDTUnionV0
- toXdrByteArray() - Method in class org.stellar.sdk.xdr.SCString
- toXdrByteArray() - Method in class org.stellar.sdk.xdr.SCSymbol
- toXdrByteArray() - Method in class org.stellar.sdk.xdr.SCVal
- toXdrByteArray() - Method in enum class org.stellar.sdk.xdr.SCValType
- toXdrByteArray() - Method in class org.stellar.sdk.xdr.SCVec
- toXdrByteArray() - Method in class org.stellar.sdk.xdr.SendMore
- toXdrByteArray() - Method in class org.stellar.sdk.xdr.SendMoreExtended
- toXdrByteArray() - Method in class org.stellar.sdk.xdr.SequenceNumber
- toXdrByteArray() - Method in class org.stellar.sdk.xdr.SetOptionsOp
- toXdrByteArray() - Method in class org.stellar.sdk.xdr.SetOptionsResult
- toXdrByteArray() - Method in enum class org.stellar.sdk.xdr.SetOptionsResultCode
- toXdrByteArray() - Method in class org.stellar.sdk.xdr.SetTrustLineFlagsOp
- toXdrByteArray() - Method in class org.stellar.sdk.xdr.SetTrustLineFlagsResult
- toXdrByteArray() - Method in enum class org.stellar.sdk.xdr.SetTrustLineFlagsResultCode
- toXdrByteArray() - Method in class org.stellar.sdk.xdr.Signature
- toXdrByteArray() - Method in class org.stellar.sdk.xdr.SignatureHint
- toXdrByteArray() - Method in class org.stellar.sdk.xdr.SignedSurveyRequestMessage
- toXdrByteArray() - Method in class org.stellar.sdk.xdr.SignedSurveyResponseMessage
- toXdrByteArray() - Method in class org.stellar.sdk.xdr.Signer
- toXdrByteArray() - Method in class org.stellar.sdk.xdr.SignerKey.SignerKeyEd25519SignedPayload
- toXdrByteArray() - Method in class org.stellar.sdk.xdr.SignerKey
- toXdrByteArray() - Method in enum class org.stellar.sdk.xdr.SignerKeyType
- toXdrByteArray() - Method in class org.stellar.sdk.xdr.SimplePaymentResult
- toXdrByteArray() - Method in class org.stellar.sdk.xdr.SorobanAddressCredentials
- toXdrByteArray() - Method in class org.stellar.sdk.xdr.SorobanAuthorizationEntry
- toXdrByteArray() - Method in class org.stellar.sdk.xdr.SorobanAuthorizedFunction
- toXdrByteArray() - Method in enum class org.stellar.sdk.xdr.SorobanAuthorizedFunctionType
- toXdrByteArray() - Method in class org.stellar.sdk.xdr.SorobanAuthorizedInvocation
- toXdrByteArray() - Method in class org.stellar.sdk.xdr.SorobanCredentials
- toXdrByteArray() - Method in enum class org.stellar.sdk.xdr.SorobanCredentialsType
- toXdrByteArray() - Method in class org.stellar.sdk.xdr.SorobanResources
- toXdrByteArray() - Method in class org.stellar.sdk.xdr.SorobanTransactionData
- toXdrByteArray() - Method in class org.stellar.sdk.xdr.SorobanTransactionMeta
- toXdrByteArray() - Method in class org.stellar.sdk.xdr.SorobanTransactionMetaExt
- toXdrByteArray() - Method in class org.stellar.sdk.xdr.SorobanTransactionMetaExtV1
- toXdrByteArray() - Method in class org.stellar.sdk.xdr.SponsorshipDescriptor
- toXdrByteArray() - Method in class org.stellar.sdk.xdr.StateArchivalSettings
- toXdrByteArray() - Method in class org.stellar.sdk.xdr.StellarMessage
- toXdrByteArray() - Method in class org.stellar.sdk.xdr.StellarValue.StellarValueExt
- toXdrByteArray() - Method in class org.stellar.sdk.xdr.StellarValue
- toXdrByteArray() - Method in enum class org.stellar.sdk.xdr.StellarValueType
- toXdrByteArray() - Method in class org.stellar.sdk.xdr.StoredDebugTransactionSet
- toXdrByteArray() - Method in class org.stellar.sdk.xdr.StoredTransactionSet
- toXdrByteArray() - Method in class org.stellar.sdk.xdr.String32
- toXdrByteArray() - Method in class org.stellar.sdk.xdr.String64
- toXdrByteArray() - Method in enum class org.stellar.sdk.xdr.SurveyMessageCommandType
- toXdrByteArray() - Method in enum class org.stellar.sdk.xdr.SurveyMessageResponseType
- toXdrByteArray() - Method in class org.stellar.sdk.xdr.SurveyRequestMessage
- toXdrByteArray() - Method in class org.stellar.sdk.xdr.SurveyResponseBody
- toXdrByteArray() - Method in class org.stellar.sdk.xdr.SurveyResponseMessage
- toXdrByteArray() - Method in enum class org.stellar.sdk.xdr.ThresholdIndexes
- toXdrByteArray() - Method in class org.stellar.sdk.xdr.Thresholds
- toXdrByteArray() - Method in class org.stellar.sdk.xdr.TimeBounds
- toXdrByteArray() - Method in class org.stellar.sdk.xdr.TimePoint
- toXdrByteArray() - Method in class org.stellar.sdk.xdr.TopologyResponseBodyV0
- toXdrByteArray() - Method in class org.stellar.sdk.xdr.TopologyResponseBodyV1
- toXdrByteArray() - Method in class org.stellar.sdk.xdr.Transaction
- toXdrByteArray() - Method in class org.stellar.sdk.xdr.Transaction.TransactionExt
- toXdrByteArray() - Method in class org.stellar.sdk.xdr.TransactionEnvelope
- toXdrByteArray() - Method in class org.stellar.sdk.xdr.TransactionHistoryEntry
- toXdrByteArray() - Method in class org.stellar.sdk.xdr.TransactionHistoryEntry.TransactionHistoryEntryExt
- toXdrByteArray() - Method in class org.stellar.sdk.xdr.TransactionHistoryResultEntry
- toXdrByteArray() - Method in class org.stellar.sdk.xdr.TransactionHistoryResultEntry.TransactionHistoryResultEntryExt
- toXdrByteArray() - Method in class org.stellar.sdk.xdr.TransactionMeta
- toXdrByteArray() - Method in class org.stellar.sdk.xdr.TransactionMetaV1
- toXdrByteArray() - Method in class org.stellar.sdk.xdr.TransactionMetaV2
- toXdrByteArray() - Method in class org.stellar.sdk.xdr.TransactionMetaV3
- toXdrByteArray() - Method in class org.stellar.sdk.xdr.TransactionPhase
- toXdrByteArray() - Method in class org.stellar.sdk.xdr.TransactionResult
- toXdrByteArray() - Method in class org.stellar.sdk.xdr.TransactionResult.TransactionResultExt
- toXdrByteArray() - Method in class org.stellar.sdk.xdr.TransactionResult.TransactionResultResult
- toXdrByteArray() - Method in enum class org.stellar.sdk.xdr.TransactionResultCode
- toXdrByteArray() - Method in class org.stellar.sdk.xdr.TransactionResultMeta
- toXdrByteArray() - Method in class org.stellar.sdk.xdr.TransactionResultPair
- toXdrByteArray() - Method in class org.stellar.sdk.xdr.TransactionResultSet
- toXdrByteArray() - Method in class org.stellar.sdk.xdr.TransactionSet
- toXdrByteArray() - Method in class org.stellar.sdk.xdr.TransactionSetV1
- toXdrByteArray() - Method in class org.stellar.sdk.xdr.TransactionSignaturePayload
- toXdrByteArray() - Method in class org.stellar.sdk.xdr.TransactionSignaturePayload.TransactionSignaturePayloadTaggedTransaction
- toXdrByteArray() - Method in class org.stellar.sdk.xdr.TransactionV0
- toXdrByteArray() - Method in class org.stellar.sdk.xdr.TransactionV0.TransactionV0Ext
- toXdrByteArray() - Method in class org.stellar.sdk.xdr.TransactionV0Envelope
- toXdrByteArray() - Method in class org.stellar.sdk.xdr.TransactionV1Envelope
- toXdrByteArray() - Method in class org.stellar.sdk.xdr.TrustLineAsset
- toXdrByteArray() - Method in class org.stellar.sdk.xdr.TrustLineEntry
- toXdrByteArray() - Method in class org.stellar.sdk.xdr.TrustLineEntry.TrustLineEntryExt
- toXdrByteArray() - Method in class org.stellar.sdk.xdr.TrustLineEntry.TrustLineEntryExt.TrustLineEntryV1
- toXdrByteArray() - Method in class org.stellar.sdk.xdr.TrustLineEntry.TrustLineEntryExt.TrustLineEntryV1.TrustLineEntryV1Ext
- toXdrByteArray() - Method in class org.stellar.sdk.xdr.TrustLineEntryExtensionV2
- toXdrByteArray() - Method in class org.stellar.sdk.xdr.TrustLineEntryExtensionV2.TrustLineEntryExtensionV2Ext
- toXdrByteArray() - Method in enum class org.stellar.sdk.xdr.TrustLineFlags
- toXdrByteArray() - Method in class org.stellar.sdk.xdr.TTLEntry
- toXdrByteArray() - Method in class org.stellar.sdk.xdr.TxAdvertVector
- toXdrByteArray() - Method in class org.stellar.sdk.xdr.TxDemandVector
- toXdrByteArray() - Method in class org.stellar.sdk.xdr.TxSetComponent
- toXdrByteArray() - Method in class org.stellar.sdk.xdr.TxSetComponent.TxSetComponentTxsMaybeDiscountedFee
- toXdrByteArray() - Method in enum class org.stellar.sdk.xdr.TxSetComponentType
- toXdrByteArray() - Method in class org.stellar.sdk.xdr.UInt128Parts
- toXdrByteArray() - Method in class org.stellar.sdk.xdr.Uint256
- toXdrByteArray() - Method in class org.stellar.sdk.xdr.UInt256Parts
- toXdrByteArray() - Method in class org.stellar.sdk.xdr.Uint32
- toXdrByteArray() - Method in class org.stellar.sdk.xdr.Uint64
- toXdrByteArray() - Method in class org.stellar.sdk.xdr.UpgradeEntryMeta
- toXdrByteArray() - Method in class org.stellar.sdk.xdr.UpgradeType
- toXdrByteArray() - Method in class org.stellar.sdk.xdr.Value
- toXdrByteArray() - Method in class org.stellar.sdk.xdr.XdrString
- toXdrByteArray() - Method in class org.stellar.sdk.xdr.XdrUnsignedHyperInteger
- toXdrByteArray() - Method in class org.stellar.sdk.xdr.XdrUnsignedInteger
- tr(OperationResult.OperationResultTr) - Method in class org.stellar.sdk.xdr.OperationResult.Builder
- TradeAggregationResponse - Class in org.stellar.sdk.responses
- TradeAggregationResponse(long, int, String, String, String, String, TradePrice, String, TradePrice, String, TradePrice, String, TradePrice) - Constructor for class org.stellar.sdk.responses.TradeAggregationResponse
- tradeAggregations(Asset, Asset, long, long, long, long) - Method in class org.stellar.sdk.Server
-
Returns
TradeAggregationsRequestBuilderinstance. - TradeAggregationsRequestBuilder - Class in org.stellar.sdk.requests
-
Builds requests connected to trades.
- TradeAggregationsRequestBuilder(OkHttpClient, HttpUrl, Asset, Asset, long, long, long, long) - Constructor for class org.stellar.sdk.requests.TradeAggregationsRequestBuilder
- TradeEffectResponse - Class in org.stellar.sdk.responses.effects
-
Represents trade effect response.
- TradeEffectResponse(String, String, BigInteger, Long, String, String, String, String, String, String, String, String) - Constructor for class org.stellar.sdk.responses.effects.TradeEffectResponse
- TradePrice - Class in org.stellar.sdk.responses
-
Represents Price.
- TradePrice(Long, Long) - Constructor for class org.stellar.sdk.responses.TradePrice
- TradeResponse - Class in org.stellar.sdk.responses
-
Represents trades response.
- TradeResponse(String, String, String, Long, String, Long, LiquidityPoolID, Long, String, String, String, String, String, LiquidityPoolID, Long, String, String, String, String, String, boolean, TradePrice, TradeResponse.Links) - Constructor for class org.stellar.sdk.responses.TradeResponse
- TradeResponse.Links - Class in org.stellar.sdk.responses
-
Links connected to a trade.
- trades() - Method in class org.stellar.sdk.Server
-
Returns
TradesRequestBuilderinstance. - TradesRequestBuilder - Class in org.stellar.sdk.requests
-
Builds requests connected to trades.
- TradesRequestBuilder(OkHttpClient, HttpUrl) - Constructor for class org.stellar.sdk.requests.TradesRequestBuilder
- transaction(String) - Method in class org.stellar.sdk.requests.TransactionsRequestBuilder
-
Requests
GET /transactions/{transactionId} - transaction(HttpUrl) - Method in class org.stellar.sdk.requests.TransactionsRequestBuilder
-
Requests specific
uriand returnsTransactionResponse. - transaction(TransactionEnvelope) - Method in class org.stellar.sdk.xdr.StellarMessage.Builder
- Transaction - Class in org.stellar.sdk
-
Represents Transaction in Stellar network.
- Transaction - Class in org.stellar.sdk.xdr
- Transaction() - Constructor for class org.stellar.sdk.xdr.Transaction
- TRANSACTION - Enum constant in enum class org.stellar.sdk.xdr.MessageType
- Transaction.Builder - Class in org.stellar.sdk
-
Deprecated.
- Transaction.Builder - Class in org.stellar.sdk.xdr
- Transaction.TransactionExt - Class in org.stellar.sdk.xdr
- Transaction.TransactionExt.Builder - Class in org.stellar.sdk.xdr
- TransactionBuilder - Class in org.stellar.sdk
-
Builds a new Transaction object.
- TransactionBuilder(AccountConverter, TransactionBuilderAccount, Network) - Constructor for class org.stellar.sdk.TransactionBuilder
-
Construct a new transaction builder.
- TransactionBuilder(Transaction) - Constructor for class org.stellar.sdk.TransactionBuilder
-
Construct a new transaction builder from a transaction.
- TransactionBuilder(TransactionBuilderAccount, Network) - Constructor for class org.stellar.sdk.TransactionBuilder
-
Construct a new transaction builder.
- TransactionBuilderAccount - Interface in org.stellar.sdk
-
Specifies interface for Account object used in
TransactionBuilder - TransactionEnvelope - Class in org.stellar.sdk.xdr
- TransactionEnvelope() - Constructor for class org.stellar.sdk.xdr.TransactionEnvelope
- TransactionEnvelope.Builder - Class in org.stellar.sdk.xdr
- TransactionExt() - Constructor for class org.stellar.sdk.xdr.Transaction.TransactionExt
- transactionHash(Hash) - Method in class org.stellar.sdk.xdr.InnerTransactionResultPair.Builder
- transactionHash(Hash) - Method in class org.stellar.sdk.xdr.TransactionResultPair.Builder
- TransactionHistoryEntry - Class in org.stellar.sdk.xdr
- TransactionHistoryEntry() - Constructor for class org.stellar.sdk.xdr.TransactionHistoryEntry
- TransactionHistoryEntry.Builder - Class in org.stellar.sdk.xdr
- TransactionHistoryEntry.TransactionHistoryEntryExt - Class in org.stellar.sdk.xdr
- TransactionHistoryEntry.TransactionHistoryEntryExt.Builder - Class in org.stellar.sdk.xdr
- TransactionHistoryEntryExt() - Constructor for class org.stellar.sdk.xdr.TransactionHistoryEntry.TransactionHistoryEntryExt
- TransactionHistoryResultEntry - Class in org.stellar.sdk.xdr
- TransactionHistoryResultEntry() - Constructor for class org.stellar.sdk.xdr.TransactionHistoryResultEntry
- TransactionHistoryResultEntry.Builder - Class in org.stellar.sdk.xdr
- TransactionHistoryResultEntry.TransactionHistoryResultEntryExt - Class in org.stellar.sdk.xdr
- TransactionHistoryResultEntry.TransactionHistoryResultEntryExt.Builder - Class in org.stellar.sdk.xdr
- TransactionHistoryResultEntryExt() - Constructor for class org.stellar.sdk.xdr.TransactionHistoryResultEntry.TransactionHistoryResultEntryExt
- TransactionMeta - Class in org.stellar.sdk.xdr
- TransactionMeta() - Constructor for class org.stellar.sdk.xdr.TransactionMeta
- TransactionMeta.Builder - Class in org.stellar.sdk.xdr
- TransactionMetaV1 - Class in org.stellar.sdk.xdr
- TransactionMetaV1() - Constructor for class org.stellar.sdk.xdr.TransactionMetaV1
- TransactionMetaV1.Builder - Class in org.stellar.sdk.xdr
- TransactionMetaV2 - Class in org.stellar.sdk.xdr
- TransactionMetaV2() - Constructor for class org.stellar.sdk.xdr.TransactionMetaV2
- TransactionMetaV2.Builder - Class in org.stellar.sdk.xdr
- TransactionMetaV3 - Class in org.stellar.sdk.xdr
- TransactionMetaV3() - Constructor for class org.stellar.sdk.xdr.TransactionMetaV3
- TransactionMetaV3.Builder - Class in org.stellar.sdk.xdr
- TransactionPhase - Class in org.stellar.sdk.xdr
- TransactionPhase() - Constructor for class org.stellar.sdk.xdr.TransactionPhase
- TransactionPhase.Builder - Class in org.stellar.sdk.xdr
- TransactionPreconditions - Class in org.stellar.sdk
-
Preconditions of a transaction per CAP-21
- TransactionPreconditions.TransactionPreconditionsBuilder - Class in org.stellar.sdk
- TransactionResponse - Class in org.stellar.sdk.responses
-
Represents transaction response.
- TransactionResponse(String, String, Boolean, String, Long, String, String, String, BigInteger, Long, String, String, BigInteger, Long, Long, Integer, String, String, String, String, List<String>, TransactionResponse.Preconditions, TransactionResponse.FeeBumpTransaction, TransactionResponse.InnerTransaction, String, String, String, TransactionResponse.Links) - Constructor for class org.stellar.sdk.responses.TransactionResponse
- TransactionResponse.FeeBumpTransaction - Class in org.stellar.sdk.responses
-
FeeBumpTransaction is only present in a TransactionResponse if the transaction is a fee bump transaction or is wrapped by a fee bump transaction.
- TransactionResponse.InnerTransaction - Class in org.stellar.sdk.responses
-
InnerTransaction is only present in a TransactionResponse if the transaction is a fee bump transaction or is wrapped by a fee bump transaction.
- TransactionResponse.Links - Class in org.stellar.sdk.responses
-
Links connected to transaction.
- TransactionResponse.Preconditions - Class in org.stellar.sdk.responses
-
Preconditions of a transaction per CAP-21
- TransactionResponse.Preconditions.LedgerBounds - Class in org.stellar.sdk.responses
- TransactionResponse.Preconditions.TimeBounds - Class in org.stellar.sdk.responses
- TransactionResult - Class in org.stellar.sdk.xdr
- TransactionResult() - Constructor for class org.stellar.sdk.xdr.TransactionResult
- TransactionResult.Builder - Class in org.stellar.sdk.xdr
- TransactionResult.TransactionResultExt - Class in org.stellar.sdk.xdr
- TransactionResult.TransactionResultExt.Builder - Class in org.stellar.sdk.xdr
- TransactionResult.TransactionResultResult - Class in org.stellar.sdk.xdr
- TransactionResult.TransactionResultResult.Builder - Class in org.stellar.sdk.xdr
- TransactionResultCode - Enum Class in org.stellar.sdk.xdr
- TransactionResultExt() - Constructor for class org.stellar.sdk.xdr.TransactionResult.TransactionResultExt
- TransactionResultMeta - Class in org.stellar.sdk.xdr
- TransactionResultMeta() - Constructor for class org.stellar.sdk.xdr.TransactionResultMeta
- TransactionResultMeta.Builder - Class in org.stellar.sdk.xdr
- TransactionResultPair - Class in org.stellar.sdk.xdr
- TransactionResultPair() - Constructor for class org.stellar.sdk.xdr.TransactionResultPair
- TransactionResultPair.Builder - Class in org.stellar.sdk.xdr
- TransactionResultResult() - Constructor for class org.stellar.sdk.xdr.TransactionResult.TransactionResultResult
- TransactionResultSet - Class in org.stellar.sdk.xdr
- TransactionResultSet() - Constructor for class org.stellar.sdk.xdr.TransactionResultSet
- TransactionResultSet.Builder - Class in org.stellar.sdk.xdr
- transactions() - Method in class org.stellar.sdk.Server
-
Returns
TransactionsRequestBuilderinstance. - TransactionSet - Class in org.stellar.sdk.xdr
- TransactionSet() - Constructor for class org.stellar.sdk.xdr.TransactionSet
- TransactionSet.Builder - Class in org.stellar.sdk.xdr
- TransactionSetV1 - Class in org.stellar.sdk.xdr
- TransactionSetV1() - Constructor for class org.stellar.sdk.xdr.TransactionSetV1
- TransactionSetV1.Builder - Class in org.stellar.sdk.xdr
- TransactionSignaturePayload - Class in org.stellar.sdk.xdr
- TransactionSignaturePayload() - Constructor for class org.stellar.sdk.xdr.TransactionSignaturePayload
- TransactionSignaturePayload.Builder - Class in org.stellar.sdk.xdr
- TransactionSignaturePayload.TransactionSignaturePayloadTaggedTransaction - Class in org.stellar.sdk.xdr
- TransactionSignaturePayload.TransactionSignaturePayloadTaggedTransaction.Builder - Class in org.stellar.sdk.xdr
- TransactionSignaturePayloadTaggedTransaction() - Constructor for class org.stellar.sdk.xdr.TransactionSignaturePayload.TransactionSignaturePayloadTaggedTransaction
- TransactionsRequestBuilder - Class in org.stellar.sdk.requests
-
Builds requests connected to transactions.
- TransactionsRequestBuilder(OkHttpClient, HttpUrl) - Constructor for class org.stellar.sdk.requests.TransactionsRequestBuilder
- TransactionV0 - Class in org.stellar.sdk.xdr
- TransactionV0() - Constructor for class org.stellar.sdk.xdr.TransactionV0
- TransactionV0.Builder - Class in org.stellar.sdk.xdr
- TransactionV0.TransactionV0Ext - Class in org.stellar.sdk.xdr
- TransactionV0.TransactionV0Ext.Builder - Class in org.stellar.sdk.xdr
- TransactionV0Envelope - Class in org.stellar.sdk.xdr
- TransactionV0Envelope() - Constructor for class org.stellar.sdk.xdr.TransactionV0Envelope
- TransactionV0Envelope.Builder - Class in org.stellar.sdk.xdr
- TransactionV0Ext() - Constructor for class org.stellar.sdk.xdr.TransactionV0.TransactionV0Ext
- TransactionV1Envelope - Class in org.stellar.sdk.xdr
- TransactionV1Envelope() - Constructor for class org.stellar.sdk.xdr.TransactionV1Envelope
- TransactionV1Envelope.Builder - Class in org.stellar.sdk.xdr
- trustLine(LedgerKey.LedgerKeyTrustLine) - Method in class org.stellar.sdk.xdr.LedgerKey.Builder
- trustLine(TrustLineEntry) - Method in class org.stellar.sdk.xdr.LedgerEntry.LedgerEntryData.Builder
- TRUSTLINE - Enum constant in enum class org.stellar.sdk.xdr.LedgerEntryType
- TRUSTLINE_CLAWBACK_ENABLED_FLAG - Enum constant in enum class org.stellar.sdk.xdr.TrustLineFlags
- TrustLineAsset - Class in org.stellar.sdk
-
TrustLineAsset class.
- TrustLineAsset - Class in org.stellar.sdk.xdr
- TrustLineAsset() - Constructor for class org.stellar.sdk.xdr.TrustLineAsset
- TrustLineAsset.Builder - Class in org.stellar.sdk.xdr
- TrustLineAsset.Wrapper - Class in org.stellar.sdk
- TrustlineAuthorizedEffectResponse - Class in org.stellar.sdk.responses.effects
-
Deprecated.As of release 0.24.0, replaced by
TrustlineFlagsUpdatedEffectResponseRepresents trustline_authorized effect response.
- TrustlineAuthorizedToMaintainLiabilitiesEffectResponse - Class in org.stellar.sdk.responses.effects
-
Deprecated.As of release 0.24.0, replaced by
TrustlineFlagsUpdatedEffectResponseRepresents trustline_authorized_to_maintain_liabilities effect response.
- TrustlineCreatedEffectResponse - Class in org.stellar.sdk.responses.effects
-
Represents trustline_created effect response.
- TrustlineCreatedEffectResponse(String, String, String, String, String) - Constructor for class org.stellar.sdk.responses.effects.TrustlineCreatedEffectResponse
- TrustlineDeauthorizedEffectResponse - Class in org.stellar.sdk.responses.effects
-
Deprecated.As of release 0.24.0, replaced by
TrustlineFlagsUpdatedEffectResponseRepresents trustline_deauthorized effect response.
- TrustLineEntry - Class in org.stellar.sdk.xdr
- TrustLineEntry() - Constructor for class org.stellar.sdk.xdr.TrustLineEntry
- TrustLineEntry.Builder - Class in org.stellar.sdk.xdr
- TrustLineEntry.TrustLineEntryExt - Class in org.stellar.sdk.xdr
- TrustLineEntry.TrustLineEntryExt.Builder - Class in org.stellar.sdk.xdr
- TrustLineEntry.TrustLineEntryExt.TrustLineEntryV1 - Class in org.stellar.sdk.xdr
- TrustLineEntry.TrustLineEntryExt.TrustLineEntryV1.Builder - Class in org.stellar.sdk.xdr
- TrustLineEntry.TrustLineEntryExt.TrustLineEntryV1.TrustLineEntryV1Ext - Class in org.stellar.sdk.xdr
- TrustLineEntry.TrustLineEntryExt.TrustLineEntryV1.TrustLineEntryV1Ext.Builder - Class in org.stellar.sdk.xdr
- TrustLineEntryExt() - Constructor for class org.stellar.sdk.xdr.TrustLineEntry.TrustLineEntryExt
- TrustLineEntryExtensionV2 - Class in org.stellar.sdk.xdr
- TrustLineEntryExtensionV2() - Constructor for class org.stellar.sdk.xdr.TrustLineEntryExtensionV2
- TrustLineEntryExtensionV2.Builder - Class in org.stellar.sdk.xdr
- TrustLineEntryExtensionV2.TrustLineEntryExtensionV2Ext - Class in org.stellar.sdk.xdr
- TrustLineEntryExtensionV2.TrustLineEntryExtensionV2Ext.Builder - Class in org.stellar.sdk.xdr
- TrustLineEntryExtensionV2Ext() - Constructor for class org.stellar.sdk.xdr.TrustLineEntryExtensionV2.TrustLineEntryExtensionV2Ext
- TrustLineEntryV1() - Constructor for class org.stellar.sdk.xdr.TrustLineEntry.TrustLineEntryExt.TrustLineEntryV1
- TrustLineEntryV1Ext() - Constructor for class org.stellar.sdk.xdr.TrustLineEntry.TrustLineEntryExt.TrustLineEntryV1.TrustLineEntryV1Ext
- TrustLineFlags - Enum Class in org.stellar.sdk.xdr
- TrustlineFlagsUpdatedEffectResponse - Class in org.stellar.sdk.responses.effects
-
Represents trustline_flags_updated effect response.
- TrustlineFlagsUpdatedEffectResponse(String, String, String, String, boolean, boolean, boolean) - Constructor for class org.stellar.sdk.responses.effects.TrustlineFlagsUpdatedEffectResponse
- TrustlineRemovedEffectResponse - Class in org.stellar.sdk.responses.effects
-
Represents trustline_removed effect response.
- TrustlineRemovedEffectResponse(String, String, String, String, String) - Constructor for class org.stellar.sdk.responses.effects.TrustlineRemovedEffectResponse
- TrustlineSponsorshipCreatedEffectResponse - Class in org.stellar.sdk.responses.effects
-
Represents trustline_sponsorship_created effect response.
- TrustlineSponsorshipCreatedEffectResponse(String, String) - Constructor for class org.stellar.sdk.responses.effects.TrustlineSponsorshipCreatedEffectResponse
- TrustlineSponsorshipRemovedEffectResponse - Class in org.stellar.sdk.responses.effects
-
Represents trustline_sponsorship_removed effect response.
- TrustlineSponsorshipRemovedEffectResponse(String, String) - Constructor for class org.stellar.sdk.responses.effects.TrustlineSponsorshipRemovedEffectResponse
- TrustlineSponsorshipUpdatedEffectResponse - Class in org.stellar.sdk.responses.effects
-
Represents trustline_sponsorship_updated effect response.
- TrustlineSponsorshipUpdatedEffectResponse(String, String, String) - Constructor for class org.stellar.sdk.responses.effects.TrustlineSponsorshipUpdatedEffectResponse
- TrustlineUpdatedEffectResponse - Class in org.stellar.sdk.responses.effects
-
Represents trustline_updated effect response.
- TrustlineUpdatedEffectResponse(String, String, String, String, String) - Constructor for class org.stellar.sdk.responses.effects.TrustlineUpdatedEffectResponse
- trustor(AccountID) - Method in class org.stellar.sdk.xdr.AllowTrustOp.Builder
- trustor(AccountID) - Method in class org.stellar.sdk.xdr.SetTrustLineFlagsOp.Builder
- TRY_AGAIN_LATER - Enum constant in enum class org.stellar.sdk.responses.sorobanrpc.SendTransactionResponse.SendTransactionStatus
- ttl(LedgerKey.LedgerKeyTtl) - Method in class org.stellar.sdk.xdr.LedgerKey.Builder
- ttl(TTLEntry) - Method in class org.stellar.sdk.xdr.LedgerEntry.LedgerEntryData.Builder
- TTL - Enum constant in enum class org.stellar.sdk.xdr.LedgerEntryType
- TTLEntry - Class in org.stellar.sdk.xdr
- TTLEntry() - Constructor for class org.stellar.sdk.xdr.TTLEntry
- TTLEntry.Builder - Class in org.stellar.sdk.xdr
- tuple(SCSpecTypeTuple) - Method in class org.stellar.sdk.xdr.SCSpecTypeDef.Builder
- tupleCase(SCSpecUDTUnionCaseTupleV0) - Method in class org.stellar.sdk.xdr.SCSpecUDTUnionCaseV0.Builder
- tx(FeeBumpTransaction) - Method in class org.stellar.sdk.xdr.FeeBumpTransactionEnvelope.Builder
- tx(Transaction) - Method in class org.stellar.sdk.xdr.TransactionSignaturePayload.TransactionSignaturePayloadTaggedTransaction.Builder
- tx(Transaction) - Method in class org.stellar.sdk.xdr.TransactionV1Envelope.Builder
- tx(TransactionV0) - Method in class org.stellar.sdk.xdr.TransactionV0Envelope.Builder
- TX_ADVERT_VECTOR_MAX_SIZE - Static variable in class org.stellar.sdk.xdr.Constants
- TX_DEMAND_VECTOR_MAX_SIZE - Static variable in class org.stellar.sdk.xdr.Constants
- TX_SET - Enum constant in enum class org.stellar.sdk.xdr.MessageType
- TxAdvertVector - Class in org.stellar.sdk.xdr
- TxAdvertVector() - Constructor for class org.stellar.sdk.xdr.TxAdvertVector
- TxAdvertVector(Hash[]) - Constructor for class org.stellar.sdk.xdr.TxAdvertVector
- txApplyProcessing(TransactionMeta) - Method in class org.stellar.sdk.xdr.TransactionResultMeta.Builder
- txBAD_AUTH - Enum constant in enum class org.stellar.sdk.xdr.TransactionResultCode
- txBAD_AUTH_EXTRA - Enum constant in enum class org.stellar.sdk.xdr.TransactionResultCode
- txBAD_MIN_SEQ_AGE_OR_GAP - Enum constant in enum class org.stellar.sdk.xdr.TransactionResultCode
- txBAD_SEQ - Enum constant in enum class org.stellar.sdk.xdr.TransactionResultCode
- txBAD_SPONSORSHIP - Enum constant in enum class org.stellar.sdk.xdr.TransactionResultCode
- txChanges(LedgerEntryChanges) - Method in class org.stellar.sdk.xdr.TransactionMetaV1.Builder
- txChangesAfter(LedgerEntryChanges) - Method in class org.stellar.sdk.xdr.TransactionMetaV2.Builder
- txChangesAfter(LedgerEntryChanges) - Method in class org.stellar.sdk.xdr.TransactionMetaV3.Builder
- txChangesBefore(LedgerEntryChanges) - Method in class org.stellar.sdk.xdr.TransactionMetaV2.Builder
- txChangesBefore(LedgerEntryChanges) - Method in class org.stellar.sdk.xdr.TransactionMetaV3.Builder
- TxDemandVector - Class in org.stellar.sdk.xdr
- TxDemandVector() - Constructor for class org.stellar.sdk.xdr.TxDemandVector
- TxDemandVector(Hash[]) - Constructor for class org.stellar.sdk.xdr.TxDemandVector
- txFAILED - Enum constant in enum class org.stellar.sdk.xdr.TransactionResultCode
- txFEE_BUMP_INNER_FAILED - Enum constant in enum class org.stellar.sdk.xdr.TransactionResultCode
- txFEE_BUMP_INNER_SUCCESS - Enum constant in enum class org.stellar.sdk.xdr.TransactionResultCode
- txHashes(TxAdvertVector) - Method in class org.stellar.sdk.xdr.FloodAdvert.Builder
- txHashes(TxDemandVector) - Method in class org.stellar.sdk.xdr.FloodDemand.Builder
- txINSUFFICIENT_BALANCE - Enum constant in enum class org.stellar.sdk.xdr.TransactionResultCode
- txINSUFFICIENT_FEE - Enum constant in enum class org.stellar.sdk.xdr.TransactionResultCode
- txINTERNAL_ERROR - Enum constant in enum class org.stellar.sdk.xdr.TransactionResultCode
- txMALFORMED - Enum constant in enum class org.stellar.sdk.xdr.TransactionResultCode
- txMaxContractEventsSizeBytes(Uint32) - Method in class org.stellar.sdk.xdr.ConfigSettingContractEventsV0.Builder
- txMaxInstructions(Int64) - Method in class org.stellar.sdk.xdr.ConfigSettingContractComputeV0.Builder
- txMaxReadBytes(Uint32) - Method in class org.stellar.sdk.xdr.ConfigSettingContractLedgerCostV0.Builder
- txMaxReadLedgerEntries(Uint32) - Method in class org.stellar.sdk.xdr.ConfigSettingContractLedgerCostV0.Builder
- txMaxSizeBytes(Uint32) - Method in class org.stellar.sdk.xdr.ConfigSettingContractBandwidthV0.Builder
- txMaxWriteBytes(Uint32) - Method in class org.stellar.sdk.xdr.ConfigSettingContractLedgerCostV0.Builder
- txMaxWriteLedgerEntries(Uint32) - Method in class org.stellar.sdk.xdr.ConfigSettingContractLedgerCostV0.Builder
- txMemoryLimit(Uint32) - Method in class org.stellar.sdk.xdr.ConfigSettingContractComputeV0.Builder
- txMISSING_OPERATION - Enum constant in enum class org.stellar.sdk.xdr.TransactionResultCode
- txNO_ACCOUNT - Enum constant in enum class org.stellar.sdk.xdr.TransactionResultCode
- txNOT_SUPPORTED - Enum constant in enum class org.stellar.sdk.xdr.TransactionResultCode
- txProcessing(TransactionResultMeta[]) - Method in class org.stellar.sdk.xdr.LedgerCloseMetaV0.Builder
- txProcessing(TransactionResultMeta[]) - Method in class org.stellar.sdk.xdr.LedgerCloseMetaV1.Builder
- txResultSet(TransactionResultSet) - Method in class org.stellar.sdk.xdr.TransactionHistoryResultEntry.Builder
- txs(TransactionEnvelope[]) - Method in class org.stellar.sdk.xdr.TransactionSet.Builder
- txs(TransactionEnvelope[]) - Method in class org.stellar.sdk.xdr.TxSetComponent.TxSetComponentTxsMaybeDiscountedFee.Builder
- txSet(GeneralizedTransactionSet) - Method in class org.stellar.sdk.xdr.LedgerCloseMetaV1.Builder
- txSet(StoredTransactionSet) - Method in class org.stellar.sdk.xdr.StoredDebugTransactionSet.Builder
- txSet(TransactionSet) - Method in class org.stellar.sdk.xdr.LedgerCloseMetaV0.Builder
- txSet(TransactionSet) - Method in class org.stellar.sdk.xdr.StellarMessage.Builder
- txSet(TransactionSet) - Method in class org.stellar.sdk.xdr.StoredTransactionSet.Builder
- txSet(TransactionSet) - Method in class org.stellar.sdk.xdr.TransactionHistoryEntry.Builder
- TXSET_COMP_TXS_MAYBE_DISCOUNTED_FEE - Enum constant in enum class org.stellar.sdk.xdr.TxSetComponentType
- TxSetComponent - Class in org.stellar.sdk.xdr
- TxSetComponent() - Constructor for class org.stellar.sdk.xdr.TxSetComponent
- TxSetComponent.Builder - Class in org.stellar.sdk.xdr
- TxSetComponent.TxSetComponentTxsMaybeDiscountedFee - Class in org.stellar.sdk.xdr
- TxSetComponent.TxSetComponentTxsMaybeDiscountedFee.Builder - Class in org.stellar.sdk.xdr
- TxSetComponentTxsMaybeDiscountedFee() - Constructor for class org.stellar.sdk.xdr.TxSetComponent.TxSetComponentTxsMaybeDiscountedFee
- TxSetComponentType - Enum Class in org.stellar.sdk.xdr
- txSetHash(Hash) - Method in class org.stellar.sdk.xdr.StellarValue.Builder
- txSetHash(Uint256) - Method in class org.stellar.sdk.xdr.StellarMessage.Builder
- txSetResultHash(Hash) - Method in class org.stellar.sdk.xdr.LedgerHeader.Builder
- txSets(StoredTransactionSet[]) - Method in class org.stellar.sdk.xdr.PersistedSCPStateV0.Builder
- txsMaybeDiscountedFee(TxSetComponent.TxSetComponentTxsMaybeDiscountedFee) - Method in class org.stellar.sdk.xdr.TxSetComponent.Builder
- txSOROBAN_INVALID - Enum constant in enum class org.stellar.sdk.xdr.TransactionResultCode
- txSUCCESS - Enum constant in enum class org.stellar.sdk.xdr.TransactionResultCode
- txTOO_EARLY - Enum constant in enum class org.stellar.sdk.xdr.TransactionResultCode
- txTOO_LATE - Enum constant in enum class org.stellar.sdk.xdr.TransactionResultCode
- type(EventFilterType) - Method in class org.stellar.sdk.requests.sorobanrpc.GetEventsRequest.EventFilter.EventFilterBuilder
- type(ContractEventType) - Method in class org.stellar.sdk.xdr.ContractEvent.Builder
- type(MessageType) - Method in class org.stellar.sdk.xdr.DontHave.Builder
- type(SCSpecTypeDef) - Method in class org.stellar.sdk.xdr.SCSpecFunctionInputV0.Builder
- type(SCSpecTypeDef) - Method in class org.stellar.sdk.xdr.SCSpecUDTStructFieldV0.Builder
- type(SCSpecTypeDef[]) - Method in class org.stellar.sdk.xdr.SCSpecUDTUnionCaseTupleV0.Builder
- TypedResponse<T> - Interface in org.stellar.sdk.responses
-
Indicates a generic container that requires type information to be provided after initialisation.
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form
TransactionBuilderinstead.