Stellar PHP SDK API Documentation

StellarSDK

Table of Contents

Packages

Crypto
Exceptions
Requests
Responses
SEP
Soroban
Util

Interfaces

TransactionBuilderAccount
Interface for accounts used in transaction building.

Classes

AbstractOperation
Base class for all Stellar operations.
AbstractTransaction
Abstract base class for all Stellar transaction types
Account
Represents a Stellar account with sequence number management
AccountFlag
Account flags control authorization and trust settings for Stellar accounts.
AccountMergeOperation
Represents an account merge operation.
AccountMergeOperationBuilder
Builder for creating AccountMerge operations.
AllowTrustOperation
Represents an allow trust operation.
AllowTrustOperationBuilder
Builder for creating AllowTrust operations.
Asset
Base class representing an asset on the Stellar network
AssetTypeCreditAlphanum
Base class for alphanumeric credit assets issued on the Stellar network
AssetTypeCreditAlphanum12
Represents an issued asset with a 5-12 character alphanumeric code
AssetTypeCreditAlphanum4
Represents an issued asset with a 1-4 character alphanumeric code
AssetTypeNative
Represents the native XLM asset on the Stellar network
AssetTypePoolShare
Represents a liquidity pool share asset in the Stellar network.
BeginSponsoringFutureReservesOperation
Represents <a href="https://developers.stellar.org" target="_blank">Stellar developer docs</a> operation.
BeginSponsoringFutureReservesOperationBuilder
Builder for creating BeginSponsoringFutureReserves operations.
BumpSequenceOperation
Represents a bump sequence operation.
BumpSequenceOperationBuilder
Builder for creating BumpSequence operations.
ChangeTrustOperation
Represents a change trust operation.
ChangeTrustOperationBuilder
Builder for creating ChangeTrust operations.
Claimant
Represents a claimant for claimable balances
ClaimClaimableBalanceOperation
Represents <a href="https://developers.stellar.org" target="_blank">Stellar developer docs</a> operation.
ClaimClaimableBalanceOperationBuilder
Builder for creating ClaimClaimableBalance operations.
ClawbackClaimableBalanceOperation
Represents clawback claimable balance operation.
ClawbackClaimableBalanceOperationBuilder
Builder for creating ClawbackClaimableBalance operations.
ClawbackOperation
Represents clawback operation.
ClawbackOperationBuilder
Builder for creating Clawback operations.
CryptoConstants
Cryptographic Constants for Stellar StrKey Encoding
NetworkConstants
HTTP Status Code Constants
StellarConstants
Stellar Protocol Constants
CreateAccountOperation
Represents a create account operation.
CreateAccountOperationBuilder
Builder for creating CreateAccount operations.
CreateClaimableBalanceOperation
Represents a create claimable balance operation.
CreateClaimableBalanceOperationBuilder
Builder for creating CreateClaimableBalance operations.
CreateContractHostFunction
Represents a Soroban host function for creating smart contracts
CreateContractWithConstructorHostFunction
Represents a Soroban host function for creating contracts with constructor arguments
CreatePassiveSellOfferOperation
Represents a create passive sell offer operation.
CreatePassiveSellOfferOperationBuilder
Builder for creating CreatePassiveSellOffer operations.
CryptoException
Exception thrown when a cryptographic operation fails.
DeploySACWithAssetHostFunction
Represents a Soroban host function for deploying a Stellar Asset Contract (SAC)
EndSponsoringFutureReservesOperation
Represents <a href="https://developers.stellar.org" target="_blank">Stellar developer docs</a> operation.
EndSponsoringFutureReservesOperationBuilder
Builder for creating EndSponsoringFutureReserves operations.
ExtendFootprintTTLOperation
Represents an extend footprint TTL operation.
ExtendFootprintTTLOperationBuilder
Builder for creating ExtendFootprintTTL operations.
FeeBumpTransaction
Represents a fee bump transaction
FeeBumpTransactionBuilder
Builder for creating fee bump transactions.
HostFunction
Abstract base class for Soroban smart contract host functions
InvokeContractHostFunction
Represents a Soroban smart contract invocation host function
InvokeHostFunctionOperation
Represents an invoke host function operation.
InvokeHostFunctionOperationBuilder
Builder for creating InvokeHostFunction operations.
LedgerBounds
Represents ledger number bounds as transaction preconditions
LiquidityPoolDepositOperation
Represents <a href="https://developers.stellar.org" target="_blank">Stellar developer docs</a> operation.
LiquidityPoolDepositOperationBuilder
Builder for creating LiquidityPoolDeposit operations.
LiquidityPoolWithdrawOperation
Represents a Liquidity Pool Withdraw operation.
LiquidityPoolWithdrawOperationBuilder
Builder for creating LiquidityPoolWithdraw operations.
ManageBuyOfferOperation
Represents <a href="https://developers.stellar.org" target="_blank">Stellar developer docs</a> operation.
ManageBuyOfferOperationBuilder
Builder for creating ManageBuyOffer operations.
ManageDataOperation
Represents ManageData operation.
ManageDataOperationBuilder
Builder for creating ManageData operations.
ManageSellOfferOperation
Represents a Manage Sell Offer operation.
ManageSellOfferOperationBuilder
Builder for creating ManageSellOffer operations.
Memo
Represents a transaction memo in the Stellar network
MuxedAccount
Represents a multiplexed Stellar account
Network
Represents a Stellar network with its unique passphrase
PathPaymentStrictReceiveOperation
Represents Path Payment Strict Receive operation.
PathPaymentStrictReceiveOperationBuilder
Builder for creating PathPaymentStrictReceive operations.
PathPaymentStrictSendOperation
Represents a Path Payment Strict Send operation.
PathPaymentStrictSendOperationBuilder
Builder for creating PathPaymentStrictSend operations.
PaymentOperation
Represents a Payment operation.
PaymentOperationBuilder
Builder for creating Payment operations.
Price
Represents a price as a rational number (fraction) in the Stellar network
RestoreFootprintOperation
Represents a Restore Footprint operation.
RestoreFootprintOperationBuilder
Builder for creating RestoreFootprint operations.
RevokeSponsorshipOperation
Represents a Revoke Sponsorship operation.
RevokeSponsorshipOperationBuilder
Builder for creating RevokeSponsorship operations.
CrossBorderPaymentsService
Implements SEP-0031 - Cross-Border Payments API (for sending anchors).
AnchorTransactionRequestBuilder
Base class for all Horizon API request builders
AnchorTransactionsRequestBuilder
Base class for all Horizon API request builders
FeeRequestBuilder
Base class for all Horizon API request builders
InfoRequestBuilder
Base class for all Horizon API request builders
InteractiveService
Implements SEP-0024 - Hosted Deposit and Withdrawal.
SEP24FeeRequest
SEP24FeeResponse
Base class for all Horizon API response objects
SEP24TransactionsResponse
Base class for all Horizon API response objects
QuoteService
Implements SEP-0038 - Anchor RFQ API v2.5.0.
Currencies
Collection of Currency objects from the stellar.toml file.
Currency
Currency documentation from the stellar.toml [[CURRENCIES]] list.
Documentation
Organization documentation from the stellar.toml DOCUMENTATION table.
GeneralInformation
General information from the stellar.toml file.
PointOfContact
Point of contact documentation from the stellar.toml [[PRINCIPALS]] list.
Principals
Collection of PointOfContact objects from the stellar.toml file.
StellarToml
Represents a parsed stellar.toml file according to SEP-1 specification.
Validator
Validator information from the stellar.toml [[VALIDATORS]] list.
Validators
Collection of Validator objects from the stellar.toml file.
TxRep
SEP-0011 TxRep: human-readable representation of Stellar transactions.
SetOptionsOperation
Represents a Set Options operation.
SetOptionsOperationBuilder
Builder for creating SetOptions operations.
SetTrustLineFlagsOperation
Represents a Set Trustline Flags operation.
SetTrustLineFlagsOperationBuilder
Builder for creating SetTrustLineFlags operations.
SignedPayloadSigner
Data model for the <a href="https://github.com/stellar/stellar-protocol/blob/master/core/cap-0040.md#xdr-changes">signed payload signer </a>
Signer
Helper class for creating signer keys used in multi-signature accounts
SorobanContractInfo
Stores information parsed from a soroban contract byte code such as Environment Meta, Contract Spec Entries and Contract Meta Entries.
StellarSDK
Main entry point for interacting with Stellar Horizon servers
TimeBounds
Represents the time validity bounds for a transaction
Transaction
Represents a Stellar transaction that contains a set of operations to be executed atomically
TransactionBuilder
Builds a new Transaction object using the builder pattern
TransactionPreconditions
Transaction preconditions define validation rules for transaction execution.
UploadContractWasmHostFunction
Represents a Soroban host function for uploading contract WASM code
UrlValidator
Validates service URLs for security requirements.
TxRepHelper
Shared utility functions for TxRep (SEP-0011) encoding and decoding.
XdrAccountEntry
XdrAccountEntryExt
XdrAccountEntryV1
XdrAccountEntryV1Ext
XdrAccountEntryV2
XdrAccountEntryV2Ext
XdrAccountEntryV3
XdrAccountFlags
XdrAccountID
XdrAccountIDBase
XdrAccountMergeOperation
XdrAccountMergeResult
XdrAccountMergeResultCode
XdrAllowTrustOperation
XdrAllowTrustOperationAsset
XdrAllowTrustOperationAssetBase
XdrAllowTrustResult
XdrAllowTrustResultCode
XdrAsset
XdrAssetAlphaNum12
XdrAssetAlphaNum12Base
XdrAssetAlphaNum4
XdrAssetAlphaNum4Base
XdrAssetType
XdrAuth
XdrAuthCert
XdrAuthenticatedMessage
XdrAuthenticatedMessageV0
XdrBeginSponsoringFutureReservesOperation
XdrBeginSponsoringFutureReservesResult
XdrBeginSponsoringFutureReservesResultCode
XdrBinaryFuseFilterType
XdrBucketEntry
XdrBucketEntryType
XdrBucketListType
XdrBucketMetadata
XdrBucketMetadataExt
XdrBuffer
Enables easy iteration through a blob of XDR data
XdrBumpSequenceOperation
XdrBumpSequenceResult
XdrBumpSequenceResultCode
XdrChangeTrustAsset
XdrChangeTrustAssetBase
XdrChangeTrustOperation
XdrChangeTrustOperationBase
XdrChangeTrustResult
XdrChangeTrustResultCode
XdrClaimableBalanceEntry
XdrClaimableBalanceEntryExt
XdrClaimableBalanceEntryExtV1
XdrClaimableBalanceEntryExtV1Ext
XdrClaimableBalanceFlags
XdrClaimableBalanceID
XdrClaimableBalanceIDBase
XdrClaimableBalanceIDType
XdrClaimant
XdrClaimantType
XdrClaimantV0
XdrClaimAtom
XdrClaimAtomType
XdrClaimClaimableBalanceOperation
XdrClaimClaimableBalanceResult
XdrClaimClaimableBalanceResultCode
XdrClaimLiquidityAtom
XdrClaimOfferAtom
XdrClaimOfferAtomV0
XdrClaimPredicate
XdrClaimPredicateType
XdrClawbackClaimableBalanceOperation
XdrClawbackClaimableBalanceResult
XdrClawbackClaimableBalanceResultCode
XdrClawbackOperation
XdrClawbackResult
XdrClawbackResultCode
XdrConfigSettingContractBandwidthV0
XdrConfigSettingContractComputeV0
XdrConfigSettingContractEventsV0
XdrConfigSettingContractExecutionLanesV0
XdrConfigSettingContractHistoricalDataV0
XdrConfigSettingContractLedgerCostExtV0
XdrConfigSettingContractLedgerCostV0
XdrConfigSettingContractParallelComputeV0
XdrConfigSettingEntry
XdrConfigSettingID
XdrConfigSettingSCPTiming
XdrConfigUpgradeSet
XdrConfigUpgradeSetKey
XdrConfigUpgradeSetKeyBase
XdrConstantProduct
XdrContractCodeCostInputs
XdrContractCodeEntry
XdrContractCodeEntryExt
XdrContractCodeEntryExtV1
XdrContractCodeEntryV1
XdrContractCostParamEntry
XdrContractCostParams
XdrContractCostType
XdrContractDataDurability
XdrContractDataEntry
XdrContractEvent
XdrContractEventBody
XdrContractEventBodyV0
XdrContractEventType
XdrContractExecutable
XdrContractExecutableBase
XdrContractExecutableType
XdrContractIDPreimage
XdrContractIDPreimageBase
XdrContractIDPreimageFromAddress
XdrContractIDPreimageType
XdrCreateAccountOperation
XdrCreateAccountResult
XdrCreateAccountResultCode
XdrCreateClaimableBalanceOperation
XdrCreateClaimableBalanceResult
XdrCreateClaimableBalanceResultCode
XdrCreateContractArgs
XdrCreateContractArgsV2
XdrCreatePassiveSellOfferOperation
XdrCryptoKeyType
XdrCurve25519Public
XdrCurve25519Secret
XdrDataEntry
XdrDataEntryExt
XdrDataValue
XdrDataValueMandatory
XdrDecoder
XdrDecoratedSignature
XdrDecoratedSignatureBase
XdrDependentTxCluster
XdrDiagnosticEvent
XdrDontHave
XdrEncodedLedgerKey
XdrEncoder
See: https://tools.ietf.org/html/rfc4506
XdrEncryptedBody
XdrEndSponsoringFutureReservesResult
XdrEndSponsoringFutureReservesResultCode
XdrEnvelopeType
XdrError
XdrErrorCode
XdrEvictionIterator
XdrExtendFootprintTTLOp
XdrExtendFootprintTTLResult
XdrExtendFootprintTTLResultCode
XdrExtensionPoint
XdrFeeBumpTransaction
XdrFeeBumpTransactionEnvelope
XdrFeeBumpTransactionExt
XdrFeeBumpTransactionInnerTx
XdrFloodAdvert
XdrFloodDemand
XdrFreezeBypassTxs
XdrFreezeBypassTxsDelta
XdrFrozenLedgerKeys
XdrFrozenLedgerKeysDelta
XdrGeneralizedTransactionSet
XdrHashIDPreimage
XdrHashIDPreimageContractID
XdrHashIDPreimageOperationID
XdrHashIDPreimageRevokeID
XdrHashIDPreimageSorobanAuthorization
XdrHello
XdrHmacSha256Key
XdrHmacSha256Mac
XdrHostFunction
XdrHostFunctionBase
XdrHostFunctionType
XdrHotArchiveBucketEntry
XdrHotArchiveBucketEntryType
XdrInflationPayout
XdrInflationResult
XdrInflationResultCode
XdrInnerTransactionResult
XdrInnerTransactionResultPair
XdrInnerTransactionResultPairBase
XdrInnerTransactionResultResult
XdrInt128Parts
XdrInt256Parts
XdrInvokeContractArgs
XdrInvokeHostFunctionOp
XdrInvokeHostFunctionResult
XdrInvokeHostFunctionResultCode
XdrInvokeHostFunctionSuccessPreImage
XdrIPAddrType
XdrLedgerBounds
XdrLedgerCloseMeta
XdrLedgerCloseMetaBatch
XdrLedgerCloseMetaExt
XdrLedgerCloseMetaExtV1
XdrLedgerCloseMetaV0
XdrLedgerCloseMetaV1
XdrLedgerCloseMetaV2
XdrLedgerCloseValueSignature
XdrLedgerEntry
XdrLedgerEntryChange
XdrLedgerEntryChangeType
XdrLedgerEntryData
XdrLedgerEntryExt
XdrLedgerEntryType
XdrLedgerEntryV1
XdrLedgerEntryV1Ext
XdrLedgerFootprint
XdrLedgerHeader
XdrLedgerHeaderExt
XdrLedgerHeaderExtensionV1
XdrLedgerHeaderExtensionV1Ext
XdrLedgerHeaderFlags
XdrLedgerHeaderHistoryEntry
XdrLedgerHeaderHistoryEntryExt
XdrLedgerKey
XdrLedgerKeyAccount
XdrLedgerKeyAccountBase
XdrLedgerKeyBase
XdrLedgerKeyClaimableBalance
XdrLedgerKeyConfigSetting
XdrLedgerKeyContractCode
XdrLedgerKeyContractData
XdrLedgerKeyData
XdrLedgerKeyLiquidityPool
XdrLedgerKeyOffer
XdrLedgerKeyTrustLine
XdrLedgerKeyTTL
XdrLedgerSCPMessages
XdrLedgerUpgrade
XdrLedgerUpgradeType
XdrLiabilities
XdrLiquidityPoolBody
XdrLiquidityPoolConstantProductParameters
XdrLiquidityPoolDepositOperation
XdrLiquidityPoolDepositOperationBase
XdrLiquidityPoolDepositResult
XdrLiquidityPoolDepositResultCode
XdrLiquidityPoolEntry
XdrLiquidityPoolParameters
XdrLiquidityPoolType
XdrLiquidityPoolWithdrawOperation
XdrLiquidityPoolWithdrawOperationBase
XdrLiquidityPoolWithdrawResult
XdrLiquidityPoolWithdrawResultCode
XdrManageBuyOfferOperation
XdrManageDataOperation
XdrManageDataOperationBase
XdrManageDataResult
XdrManageDataResultCode
XdrManageOfferEffect
XdrManageOfferResult
XdrManageOfferResultCode
XdrManageOfferSuccessResult
XdrManageOfferSuccessResultOffer
XdrManageSellOfferOperation
XdrMemo
XdrMemoType
XdrMessageType
XdrMuxedAccount
XdrMuxedAccountBase
XdrMuxedAccountMed25519
XdrMuxedAccountMed25519Base
XdrNodeID
XdrOfferEntry
XdrOfferEntryExt
XdrOfferEntryFlags
XdrOperation
XdrOperationBody
XdrOperationMeta
XdrOperationMetaV2
XdrOperationResult
XdrOperationResultCode
XdrOperationResultTr
XdrOperationResultTrBase
XdrOperationType
XdrParallelTxExecutionStage
XdrParallelTxsComponent
XdrPathPaymentResultSuccess
XdrPathPaymentStrictReceiveOperation
XdrPathPaymentStrictReceiveResult
XdrPathPaymentStrictReceiveResultCode
XdrPathPaymentStrictSendOperation
XdrPathPaymentStrictSendResult
XdrPathPaymentStrictSendResultCode
XdrPaymentOperation
XdrPaymentResult
XdrPaymentResultCode
XdrPeerAddress
XdrPeerAddressIp
XdrPeerStats
XdrPersistedSCPState
XdrPersistedSCPStateV0
XdrPersistedSCPStateV1
XdrPreconditions
XdrPreconditionsV2
XdrPreconditionType
XdrPrice
XdrPublicKey
XdrPublicKeyType
XdrRestoreFootprintOp
XdrRestoreFootprintResult
XdrRestoreFootprintResultCode
XdrRevokeSponsorshipOperation
XdrRevokeSponsorshipResult
XdrRevokeSponsorshipResultCode
XdrRevokeSponsorshipSigner
XdrRevokeSponsorshipType
XdrSCAddress
XdrSCAddressBase
XdrSCAddressType
XdrSCContractInstance
XdrSCEnvMetaEntry
XdrSCEnvMetaEntryInterfaceVersion
XdrSCEnvMetaKind
XdrSCError
XdrSCErrorCode
XdrSCErrorType
XdrSCMapEntry
XdrSCMetaEntry
XdrSCMetaKind
XdrSCMetaV0
XdrSCNonceKey
XdrSCPBallot
XdrSCPEnvelope
XdrSCPHistoryEntry
XdrSCPHistoryEntryV0
XdrSCPNomination
XdrSCPQuorumSet
XdrSCPStatement
XdrSCPStatementConfirm
XdrSCPStatementExternalize
XdrSCPStatementPledges
XdrSCPStatementPrepare
XdrSCPStatementType
XdrSCSpecEntry
XdrSCSpecEntryBase
XdrSCSpecEntryKind
XdrSCSpecEventDataFormat
XdrSCSpecEventParamLocationV0
XdrSCSpecEventParamV0
XdrSCSpecEventV0
XdrSCSpecFunctionInputV0
XdrSCSpecFunctionV0
XdrSCSpecType
XdrSCSpecTypeBytesN
XdrSCSpecTypeDef
XdrSCSpecTypeDefBase
XdrSCSpecTypeMap
XdrSCSpecTypeOption
XdrSCSpecTypeResult
XdrSCSpecTypeTuple
XdrSCSpecTypeUDT
XdrSCSpecTypeVec
XdrSCSpecUDTEnumCaseV0
XdrSCSpecUDTEnumV0
XdrSCSpecUDTErrorEnumCaseV0
XdrSCSpecUDTErrorEnumV0
XdrSCSpecUDTStructFieldV0
XdrSCSpecUDTStructV0
XdrSCSpecUDTUnionCaseTupleV0
XdrSCSpecUDTUnionCaseV0
XdrSCSpecUDTUnionCaseV0Base
XdrSCSpecUDTUnionCaseV0Kind
XdrSCSpecUDTUnionCaseVoidV0
XdrSCSpecUDTUnionV0
XdrSCVal
XdrSCValBase
XdrSCValType
XdrSendMore
XdrSendMoreExtended
XdrSequenceNumber
XdrSerializedBinaryFuseFilter
XdrSetOptionsOperation
XdrSetOptionsResult
XdrSetOptionsResultCode
XdrSetTrustLineFlagsOperation
XdrSetTrustLineFlagsResult
XdrSetTrustLineFlagsResultCode
XdrShortHashSeed
XdrSignedPayload
XdrSignedTimeSlicedSurveyRequestMessage
XdrSignedTimeSlicedSurveyResponseMessage
XdrSignedTimeSlicedSurveyStartCollectingMessage
XdrSignedTimeSlicedSurveyStopCollectingMessage
XdrSigner
XdrSignerKey
XdrSignerKeyType
XdrSignerKeyTypeBase
XdrSimplePaymentResult
XdrSorobanAddressCredentials
XdrSorobanAuthorizationEntries
XdrSorobanAuthorizationEntry
XdrSorobanAuthorizedFunction
XdrSorobanAuthorizedFunctionBase
XdrSorobanAuthorizedFunctionType
XdrSorobanAuthorizedInvocation
XdrSorobanCredentials
XdrSorobanCredentialsBase
XdrSorobanCredentialsType
XdrSorobanResources
XdrSorobanResourcesExtV0
XdrSorobanTransactionData
XdrSorobanTransactionDataExt
XdrSorobanTransactionMeta
XdrSorobanTransactionMetaExt
XdrSorobanTransactionMetaExtV1
XdrSorobanTransactionMetaV2
XdrSponsorshipDescriptor
XdrStateArchivalSettings
XdrStellarMessage
XdrStellarValue
XdrStellarValueExt
XdrStellarValueType
XdrStoredDebugTransactionSet
XdrStoredTransactionSet
XdrSurveyMessageCommandType
XdrSurveyMessageResponseType
XdrSurveyRequestMessage
XdrSurveyResponseBody
XdrSurveyResponseMessage
XdrThresholdIndexes
XdrThresholds
XdrTimeBounds
XdrTimeBoundsBase
XdrTimeSlicedNodeData
XdrTimeSlicedPeerData
XdrTimeSlicedPeerDataList
XdrTimeSlicedSurveyRequestMessage
XdrTimeSlicedSurveyResponseMessage
XdrTimeSlicedSurveyStartCollectingMessage
XdrTimeSlicedSurveyStopCollectingMessage
XdrTopologyResponseBodyV2
XdrTransaction
XdrTransactionBase
XdrTransactionEnvelope
XdrTransactionEnvelopeBase
XdrTransactionEvent
XdrTransactionEventStage
XdrTransactionExt
XdrTransactionHistoryEntry
XdrTransactionHistoryEntryExt
XdrTransactionHistoryResultEntry
XdrTransactionHistoryResultEntryExt
XdrTransactionMeta
XdrTransactionMetaV1
XdrTransactionMetaV2
XdrTransactionMetaV3
XdrTransactionMetaV4
XdrTransactionPhase
XdrTransactionResult
XdrTransactionResultCode
XdrTransactionResultExt
XdrTransactionResultMeta
XdrTransactionResultMetaV1
XdrTransactionResultPair
XdrTransactionResultResult
XdrTransactionResultSet
XdrTransactionSet
XdrTransactionSetV1
XdrTransactionSignaturePayload
XdrTransactionSignaturePayloadTaggedTransaction
XdrTransactionV0
XdrTransactionV0Base
XdrTransactionV0Envelope
XdrTransactionV0Ext
XdrTransactionV1Envelope
XdrTrustlineAsset
XdrTrustlineAssetBase
XdrTrustLineEntry
XdrTrustLineEntryExt
XdrTrustLineEntryExtensionV2
XdrTrustLineEntryExtensionV2Ext
XdrTrustLineEntryV1
XdrTrustLineEntryV1Ext
XdrTrustLineFlags
XdrTTLEntry
XdrTxAdvertVector
XdrTxDemandVector
XdrTxSetComponent
XdrTxSetComponentTxsMaybeDiscountedFee
XdrTxSetComponentType
XdrUInt128Parts
XdrUInt256Parts
XdrUpgradeEntryMeta
XdrUpgradeType
XdrValue

        
On this page

Search results