py-stellar-base
  • Installation
    • Via pip
    • Via Source Code
  • Generate Keypair
  • Create Account
    • Using The SDF Testnet
    • Using The Stellar Live Network
  • Querying Horizon
    • Building requests
    • Streaming requests
  • Assets
  • Building Transactions
    • TransactionBuilder
    • Sequence Numbers
    • Adding Memos
    • Transaction and TransactionEnvelope
  • Creating a payment transaction
    • Payment
    • Path Payment
  • Asynchronous
  • Multi-signature account
  • XDR
  • API Documentation
    • Account
      • Account
        • Account.increment_sequence_number()
        • Account.load_ed25519_public_key_signers()
        • Account.universal_account_id
    • Address
      • Address
        • Address.address
        • Address.from_raw_account()
        • Address.from_raw_contract()
        • Address.from_xdr_sc_address()
        • Address.to_xdr_sc_address()
      • AddressType
        • AddressType.ACCOUNT
        • AddressType.CONTRACT
    • Asset
      • Asset
        • Asset.check_if_asset_code_is_valid()
        • Asset.contract_id()
        • Asset.from_xdr_object()
        • Asset.guess_asset_type()
        • Asset.is_native()
        • Asset.native()
        • Asset.to_change_trust_asset_xdr_object()
        • Asset.to_dict()
        • Asset.to_trust_line_asset_xdr_object()
        • Asset.to_xdr_object()
        • Asset.type
    • Call Builder
      • AccountsCallBuilder
        • AccountsCallBuilder
      • AssetsCallBuilder
        • AssetsCallBuilder
      • ClaimableBalancesCallBuilder
        • ClaimableBalancesCallBuilder
      • DataCallBuilder
        • DataCallBuilder
      • EffectsCallBuilder
        • EffectsCallBuilder
      • FeeStatsCallBuilder
        • FeeStatsCallBuilder
      • LedgersCallBuilder
        • LedgersCallBuilder
      • LiquidityPoolsBuilder
        • LiquidityPoolsBuilder
      • OffersCallBuilder
        • OffersCallBuilder
      • OperationsCallBuilder
        • OperationsCallBuilder
      • OrderbookCallBuilder
        • OrderbookCallBuilder
      • PaymentsCallBuilder
        • PaymentsCallBuilder
      • RootCallBuilder
        • RootCallBuilder
      • StrictReceivePathsCallBuilder
        • StrictReceivePathsCallBuilder
      • StrictSendPathsCallBuilder
        • StrictSendPathsCallBuilder
      • TradeAggregationsCallBuilder
        • TradeAggregationsCallBuilder
      • TradesCallBuilder
        • TradesCallBuilder
      • TransactionsCallBuilder
        • TransactionsCallBuilder
    • Call Builder Async
      • AccountsCallBuilder
        • AccountsCallBuilder
      • AssetsCallBuilder
        • AssetsCallBuilder
      • ClaimableBalancesCallBuilder
        • ClaimableBalancesCallBuilder
      • DataCallBuilder
        • DataCallBuilder
      • EffectsCallBuilder
        • EffectsCallBuilder
      • FeeStatsCallBuilder
        • FeeStatsCallBuilder
      • LedgersCallBuilder
        • LedgersCallBuilder
      • LiquidityPoolsBuilder
        • LiquidityPoolsBuilder
      • OffersCallBuilder
        • OffersCallBuilder
      • OperationsCallBuilder
        • OperationsCallBuilder
      • OrderbookCallBuilder
        • OrderbookCallBuilder
      • PaymentsCallBuilder
        • PaymentsCallBuilder
      • RootCallBuilder
        • RootCallBuilder
      • StrictReceivePathsCallBuilder
        • StrictReceivePathsCallBuilder
      • StrictSendPathsCallBuilder
        • StrictSendPathsCallBuilder
      • TradeAggregationsCallBuilder
        • TradeAggregationsCallBuilder
      • TradesCallBuilder
        • TradesCallBuilder
      • TransactionsCallBuilder
        • TransactionsCallBuilder
    • Client
      • BaseAsyncClient
        • BaseAsyncClient
      • BaseSyncClient
        • BaseSyncClient
      • AiohttpClient
        • AiohttpClient
      • RequestsClient
        • RequestsClient
      • SimpleRequestsClient
        • SimpleRequestsClient
      • Response
        • Response
    • Contract
      • ContractClient
        • ContractClient
      • AssembledTransaction
        • AssembledTransaction
      • ContractClientAsync
        • ContractClientAsync
      • AssembledTransactionAsync
        • AssembledTransactionAsync
      • Exceptions
        • AssembledTransactionError
        • ExpiredStateError
        • NeedsMoreSignaturesError
        • NoSignatureNeededError
        • NotYetSimulatedError
        • RestorationFailureError
        • SendTransactionFailedError
        • SimulationFailedError
        • TransactionFailedError
        • TransactionStillPendingError
    • Exceptions
      • SdkError
        • SdkError
      • BadSignatureError
        • BadSignatureError
      • Ed25519PublicKeyInvalidError
        • Ed25519PublicKeyInvalidError
      • Ed25519SecretSeedInvalidError
        • Ed25519SecretSeedInvalidError
      • MissingEd25519SecretSeedError
        • MissingEd25519SecretSeedError
      • MemoInvalidException
        • MemoInvalidException
      • AssetCodeInvalidError
        • AssetCodeInvalidError
      • AssetIssuerInvalidError
        • AssetIssuerInvalidError
      • NoApproximationError
        • NoApproximationError
      • SignatureExistError
        • SignatureExistError
      • BaseRequestError
        • BaseRequestError
      • ConnectionError
        • ConnectionError
      • BaseHorizonError
        • BaseHorizonError
      • NotFoundError
        • NotFoundError
      • BadRequestError
        • BadRequestError
      • BadResponseError
        • BadResponseError
      • FeatureNotEnabledError
        • FeatureNotEnabledError
    • Keypair
      • Keypair
        • Keypair.can_sign()
        • Keypair.from_mnemonic_phrase()
        • Keypair.from_public_key()
        • Keypair.from_raw_ed25519_public_key()
        • Keypair.from_raw_ed25519_seed()
        • Keypair.from_secret()
        • Keypair.from_shamir_mnemonic_phrases()
        • Keypair.generate_mnemonic_phrase()
        • Keypair.generate_shamir_mnemonic_phrases()
        • Keypair.public_key
        • Keypair.random()
        • Keypair.raw_public_key()
        • Keypair.raw_secret_key()
        • Keypair.secret
        • Keypair.sign()
        • Keypair.sign_decorated()
        • Keypair.sign_payload_decorated()
        • Keypair.signature_hint()
        • Keypair.verify()
        • Keypair.xdr_public_key()
    • LiquidityPoolAsset
      • LIQUIDITY_POOL_FEE_V18
      • LiquidityPoolAsset
        • LiquidityPoolAsset.from_xdr_object()
        • LiquidityPoolAsset.is_valid_lexicographic_order()
        • LiquidityPoolAsset.liquidity_pool_id
        • LiquidityPoolAsset.to_change_trust_asset_xdr_object()
    • LiquidityPoolId
      • LiquidityPoolId
        • LiquidityPoolId.from_xdr_object()
        • LiquidityPoolId.to_trust_line_asset_xdr_object()
    • Memo
      • Memo
        • Memo
      • NoneMemo
        • NoneMemo
      • TextMemo
        • TextMemo
      • IdMemo
        • IdMemo
      • HashMemo
        • HashMemo
      • ReturnHashMemo
        • ReturnHashMemo
    • MuxedAccount
      • MuxedAccount
        • MuxedAccount.account_muxed
        • MuxedAccount.from_account()
        • MuxedAccount.from_xdr_object()
        • MuxedAccount.to_xdr_object()
        • MuxedAccount.universal_account_id
    • Network
      • Network
        • Network.FUTURENET_NETWORK_PASSPHRASE
        • Network.PUBLIC_NETWORK_PASSPHRASE
        • Network.SANDBOX_NETWORK_PASSPHRASE
        • Network.STANDALONE_NETWORK_PASSPHRASE
        • Network.TESTNET_NETWORK_PASSPHRASE
        • Network.network_id()
        • Network.public_network()
        • Network.testnet_network()
    • Operation
      • Operation
        • Operation
      • AccountMerge
        • AccountMerge
      • AllowTrust
        • AllowTrust
        • TrustLineEntryFlag
      • BumpSequence
        • BumpSequence
      • ChangeTrust
        • ChangeTrust
      • CreateAccount
        • CreateAccount
      • CreatePassiveSellOffer
        • CreatePassiveSellOffer
      • Inflation
        • Inflation
      • LiquidityPoolDeposit
        • LiquidityPoolDeposit
      • LiquidityPoolWithdraw
        • LiquidityPoolWithdraw
      • ManageBuyOffer
        • ManageBuyOffer
      • ManageData
        • ManageData
      • ManageSellOffer
        • ManageSellOffer
      • PathPaymentStrictReceive
        • PathPaymentStrictReceive
      • PathPaymentStrictSend
        • PathPaymentStrictSend
      • Payment
        • Payment
      • SetOptions
        • SetOptions
        • AuthorizationFlag
      • CreateClaimableBalance
        • CreateClaimableBalance
        • Claimant
        • ClaimPredicate
        • ClaimPredicateType
        • ClaimPredicateGroup
      • ClaimClaimableBalance
        • ClaimClaimableBalance
      • BeginSponsoringFutureReserves
        • BeginSponsoringFutureReserves
      • EndSponsoringFutureReserves
        • EndSponsoringFutureReserves
      • RevokeSponsorship
        • RevokeSponsorship
        • RevokeSponsorshipType
        • TrustLine
        • Offer
        • Data
        • Signer
      • Clawback
        • Clawback
      • ClawbackClaimableBalance
        • ClawbackClaimableBalance
      • SetTrustLineFlags
        • SetTrustLineFlags
        • TrustLineFlags
      • InvokeHostFunction
        • InvokeHostFunction
      • ExtendFootprintTTL
        • ExtendFootprintTTL
      • RestoreFootprint
        • RestoreFootprint
    • Price
      • Price
        • Price.from_raw_price()
        • Price.from_xdr_object()
        • Price.to_xdr_object()
    • Server
      • Server
        • Server.accounts()
        • Server.assets()
        • Server.claimable_balances()
        • Server.close()
        • Server.data()
        • Server.effects()
        • Server.fee_stats()
        • Server.fetch_base_fee()
        • Server.ledgers()
        • Server.liquidity_pools()
        • Server.load_account()
        • Server.offers()
        • Server.operations()
        • Server.orderbook()
        • Server.payments()
        • Server.root()
        • Server.strict_receive_paths()
        • Server.strict_send_paths()
        • Server.submit_transaction()
        • Server.submit_transaction_async()
        • Server.trade_aggregations()
        • Server.trades()
        • Server.transactions()
    • ServerAsync
      • ServerAsync
        • ServerAsync.accounts()
        • ServerAsync.assets()
        • ServerAsync.claimable_balances()
        • ServerAsync.close()
        • ServerAsync.data()
        • ServerAsync.effects()
        • ServerAsync.fee_stats()
        • ServerAsync.fetch_base_fee()
        • ServerAsync.ledgers()
        • ServerAsync.liquidity_pools()
        • ServerAsync.load_account()
        • ServerAsync.offers()
        • ServerAsync.operations()
        • ServerAsync.orderbook()
        • ServerAsync.payments()
        • ServerAsync.root()
        • ServerAsync.strict_receive_paths()
        • ServerAsync.strict_send_paths()
        • ServerAsync.submit_transaction()
        • ServerAsync.submit_transaction_async()
        • ServerAsync.trade_aggregations()
        • ServerAsync.trades()
        • ServerAsync.transactions()
    • Signer
      • Signer
        • Signer.ed25519_public_key()
        • Signer.from_xdr_object()
        • Signer.pre_auth_tx()
        • Signer.sha256_hash()
        • Signer.to_xdr_object()
    • SignerKey
      • SignerKey
        • SignerKey.ed25519_public_key()
        • SignerKey.ed25519_signed_payload()
        • SignerKey.encoded_signer_key
        • SignerKey.from_encoded_signer_key()
        • SignerKey.from_xdr_object()
        • SignerKey.pre_auth_tx()
        • SignerKey.sha256_hash()
        • SignerKey.to_xdr_object()
      • SignerKeyType
    • StrKey
      • StrKey
        • StrKey.decode_contract()
        • StrKey.decode_ed25519_public_key()
        • StrKey.decode_ed25519_secret_seed()
        • StrKey.decode_ed25519_signed_payload()
        • StrKey.decode_muxed_account()
        • StrKey.decode_pre_auth_tx()
        • StrKey.decode_sha256_hash()
        • StrKey.encode_contract()
        • StrKey.encode_ed25519_public_key()
        • StrKey.encode_ed25519_secret_seed()
        • StrKey.encode_ed25519_signed_payload()
        • StrKey.encode_muxed_account()
        • StrKey.encode_pre_auth_tx()
        • StrKey.encode_sha256_hash()
        • StrKey.is_valid_contract()
        • StrKey.is_valid_ed25519_public_key()
        • StrKey.is_valid_ed25519_secret_seed()
        • StrKey.is_valid_ed25519_signed_payload()
        • StrKey.is_valid_pre_auth_tx()
        • StrKey.is_valid_sha256_hash()
    • TimeBounds
      • TimeBounds
        • TimeBounds.from_xdr_object()
        • TimeBounds.to_xdr_object()
    • DecoratedSignature
      • DecoratedSignature
        • DecoratedSignature.from_xdr_object()
        • DecoratedSignature.to_xdr_object()
    • Transaction
      • Transaction
        • Transaction.from_xdr()
        • Transaction.from_xdr_object()
        • Transaction.get_claimable_balance_id()
        • Transaction.to_xdr_object()
    • TransactionEnvelope
      • TransactionEnvelope
        • TransactionEnvelope.from_xdr()
        • TransactionEnvelope.from_xdr_object()
        • TransactionEnvelope.hash()
        • TransactionEnvelope.hash_hex()
        • TransactionEnvelope.sign()
        • TransactionEnvelope.sign_extra_signers_payload()
        • TransactionEnvelope.sign_hashx()
        • TransactionEnvelope.signature_base()
        • TransactionEnvelope.to_transaction_envelope_v1()
        • TransactionEnvelope.to_xdr()
        • TransactionEnvelope.to_xdr_object()
    • FeeBumpTransaction
      • FeeBumpTransaction
        • FeeBumpTransaction.from_xdr()
        • FeeBumpTransaction.from_xdr_object()
        • FeeBumpTransaction.to_xdr_object()
    • FeeBumpTransactionEnvelope
      • FeeBumpTransactionEnvelope
        • FeeBumpTransactionEnvelope.from_xdr()
        • FeeBumpTransactionEnvelope.from_xdr_object()
        • FeeBumpTransactionEnvelope.hash()
        • FeeBumpTransactionEnvelope.hash_hex()
        • FeeBumpTransactionEnvelope.sign()
        • FeeBumpTransactionEnvelope.sign_hashx()
        • FeeBumpTransactionEnvelope.signature_base()
        • FeeBumpTransactionEnvelope.to_xdr()
        • FeeBumpTransactionEnvelope.to_xdr_object()
    • TransactionBuilder
      • TransactionBuilder
        • TransactionBuilder.add_extra_signer()
        • TransactionBuilder.add_hash_memo()
        • TransactionBuilder.add_id_memo()
        • TransactionBuilder.add_memo()
        • TransactionBuilder.add_return_hash_memo()
        • TransactionBuilder.add_text_memo()
        • TransactionBuilder.add_time_bounds()
        • TransactionBuilder.append_account_merge_op()
        • TransactionBuilder.append_allow_trust_op()
        • TransactionBuilder.append_begin_sponsoring_future_reserves_op()
        • TransactionBuilder.append_bump_sequence_op()
        • TransactionBuilder.append_change_trust_op()
        • TransactionBuilder.append_claim_claimable_balance_op()
        • TransactionBuilder.append_clawback_claimable_balance_op()
        • TransactionBuilder.append_clawback_op()
        • TransactionBuilder.append_create_account_op()
        • TransactionBuilder.append_create_claimable_balance_op()
        • TransactionBuilder.append_create_contract_op()
        • TransactionBuilder.append_create_passive_sell_offer_op()
        • TransactionBuilder.append_create_stellar_asset_contract_from_address_op()
        • TransactionBuilder.append_create_stellar_asset_contract_from_asset_op()
        • TransactionBuilder.append_ed25519_public_key_signer()
        • TransactionBuilder.append_end_sponsoring_future_reserves_op()
        • TransactionBuilder.append_extend_footprint_ttl_op()
        • TransactionBuilder.append_hashx_signer()
        • TransactionBuilder.append_inflation_op()
        • TransactionBuilder.append_invoke_contract_function_op()
        • TransactionBuilder.append_liquidity_pool_deposit_op()
        • TransactionBuilder.append_liquidity_pool_withdraw_op()
        • TransactionBuilder.append_manage_buy_offer_op()
        • TransactionBuilder.append_manage_data_op()
        • TransactionBuilder.append_manage_sell_offer_op()
        • TransactionBuilder.append_operation()
        • TransactionBuilder.append_path_payment_strict_receive_op()
        • TransactionBuilder.append_path_payment_strict_send_op()
        • TransactionBuilder.append_payment_op()
        • TransactionBuilder.append_payment_to_contract_op()
        • TransactionBuilder.append_pre_auth_tx_signer()
        • TransactionBuilder.append_restore_asset_balance_entry_op()
        • TransactionBuilder.append_restore_footprint_op()
        • TransactionBuilder.append_revoke_account_sponsorship_op()
        • TransactionBuilder.append_revoke_claimable_balance_sponsorship_op()
        • TransactionBuilder.append_revoke_data_sponsorship_op()
        • TransactionBuilder.append_revoke_ed25519_public_key_signer_sponsorship_op()
        • TransactionBuilder.append_revoke_hashx_signer_sponsorship_op()
        • TransactionBuilder.append_revoke_liquidity_pool_sponsorship_op()
        • TransactionBuilder.append_revoke_offer_sponsorship_op()
        • TransactionBuilder.append_revoke_pre_auth_tx_signer_sponsorship_op()
        • TransactionBuilder.append_revoke_trustline_sponsorship_op()
        • TransactionBuilder.append_set_options_op()
        • TransactionBuilder.append_set_trust_line_flags_op()
        • TransactionBuilder.append_upload_contract_wasm_op()
        • TransactionBuilder.build()
        • TransactionBuilder.build_fee_bump_transaction()
        • TransactionBuilder.from_xdr()
        • TransactionBuilder.set_ledger_bounds()
        • TransactionBuilder.set_min_sequence_age()
        • TransactionBuilder.set_min_sequence_ledger_gap()
        • TransactionBuilder.set_min_sequence_number()
        • TransactionBuilder.set_soroban_data()
        • TransactionBuilder.set_timeout()
    • SorobanDataBuilder
      • SorobanDataBuilder
        • SorobanDataBuilder.build()
        • SorobanDataBuilder.from_xdr()
        • SorobanDataBuilder.set_read_only()
        • SorobanDataBuilder.set_read_write()
        • SorobanDataBuilder.set_resource_fee()
        • SorobanDataBuilder.set_resources()
    • SorobanServer
      • SorobanServer
        • SorobanServer.close()
        • SorobanServer.get_contract_data()
        • SorobanServer.get_events()
        • SorobanServer.get_fee_stats()
        • SorobanServer.get_health()
        • SorobanServer.get_latest_ledger()
        • SorobanServer.get_ledger_entries()
        • SorobanServer.get_ledgers()
        • SorobanServer.get_network()
        • SorobanServer.get_transaction()
        • SorobanServer.get_transactions()
        • SorobanServer.get_version_info()
        • SorobanServer.load_account()
        • SorobanServer.prepare_transaction()
        • SorobanServer.send_transaction()
        • SorobanServer.simulate_transaction()
    • SorobanServer
      • SorobanServerAsync
        • SorobanServerAsync.close()
        • SorobanServerAsync.get_contract_data()
        • SorobanServerAsync.get_events()
        • SorobanServerAsync.get_fee_stats()
        • SorobanServerAsync.get_health()
        • SorobanServerAsync.get_latest_ledger()
        • SorobanServerAsync.get_ledger_entries()
        • SorobanServerAsync.get_ledgers()
        • SorobanServerAsync.get_network()
        • SorobanServerAsync.get_transaction()
        • SorobanServerAsync.get_transactions()
        • SorobanServerAsync.get_version_info()
        • SorobanServerAsync.load_account()
        • SorobanServerAsync.prepare_transaction()
        • SorobanServerAsync.send_transaction()
        • SorobanServerAsync.simulate_transaction()
    • Soroban RPC Definitions
      • Error
        • Error.code
        • Error.data
        • Error.message
      • EventFilter
        • EventFilter.contract_ids
        • EventFilter.event_type
        • EventFilter.topics
      • EventFilterType
      • EventInfo
        • EventInfo.contract_id
        • EventInfo.event_type
        • EventInfo.id
        • EventInfo.in_successful_contract_call
        • EventInfo.ledger
        • EventInfo.ledger_close_at
        • EventInfo.paging_token
        • EventInfo.topic
        • EventInfo.transaction_hash
        • EventInfo.value
      • FeeDistribution
        • FeeDistribution.ledger_count
        • FeeDistribution.max
        • FeeDistribution.min
        • FeeDistribution.mode
        • FeeDistribution.p10
        • FeeDistribution.p20
        • FeeDistribution.p30
        • FeeDistribution.p40
        • FeeDistribution.p50
        • FeeDistribution.p60
        • FeeDistribution.p70
        • FeeDistribution.p80
        • FeeDistribution.p90
        • FeeDistribution.p95
        • FeeDistribution.p99
        • FeeDistribution.transaction_count
      • GetEventsRequest
        • GetEventsRequest.filters
        • GetEventsRequest.pagination
        • GetEventsRequest.start_ledger
      • GetEventsResponse
        • GetEventsResponse.cursor
        • GetEventsResponse.events
        • GetEventsResponse.latest_ledger
      • GetFeeStatsResponse
        • GetFeeStatsResponse.inclusion_fee
        • GetFeeStatsResponse.latest_ledger
        • GetFeeStatsResponse.soroban_inclusion_fee
      • GetHealthResponse
        • GetHealthResponse.latest_ledger
        • GetHealthResponse.ledger_retention_window
        • GetHealthResponse.oldest_ledger
        • GetHealthResponse.status
      • GetLatestLedgerResponse
        • GetLatestLedgerResponse.id
        • GetLatestLedgerResponse.protocol_version
        • GetLatestLedgerResponse.sequence
      • GetLedgerEntriesRequest
        • GetLedgerEntriesRequest.keys
      • GetLedgerEntriesResponse
        • GetLedgerEntriesResponse.entries
        • GetLedgerEntriesResponse.latest_ledger
      • GetLedgersRequest
        • GetLedgersRequest.pagination
        • GetLedgersRequest.start_ledger
      • GetLedgersResponse
        • GetLedgersResponse.cursor
        • GetLedgersResponse.latest_ledger
        • GetLedgersResponse.latest_ledger_close_time
        • GetLedgersResponse.ledgers
        • GetLedgersResponse.oldest_ledger
        • GetLedgersResponse.oldest_ledger_close_time
      • GetNetworkResponse
        • GetNetworkResponse.friendbot_url
        • GetNetworkResponse.passphrase
        • GetNetworkResponse.protocol_version
      • GetTransactionRequest
        • GetTransactionRequest.hash
      • GetTransactionResponse
        • GetTransactionResponse.application_order
        • GetTransactionResponse.create_at
        • GetTransactionResponse.envelope_xdr
        • GetTransactionResponse.fee_bump
        • GetTransactionResponse.latest_ledger
        • GetTransactionResponse.latest_ledger_close_time
        • GetTransactionResponse.ledger
        • GetTransactionResponse.oldest_ledger
        • GetTransactionResponse.oldest_ledger_close_time
        • GetTransactionResponse.result_meta_xdr
        • GetTransactionResponse.result_xdr
        • GetTransactionResponse.status
        • GetTransactionResponse.transaction_hash
      • GetTransactionStatus
        • GetTransactionStatus.FAILED
        • GetTransactionStatus.NOT_FOUND
        • GetTransactionStatus.SUCCESS
      • GetTransactionsRequest
        • GetTransactionsRequest.pagination
        • GetTransactionsRequest.start_ledger
      • GetTransactionsResponse
        • GetTransactionsResponse.cursor
        • GetTransactionsResponse.latest_ledger
        • GetTransactionsResponse.latest_ledger_close_timestamp
        • GetTransactionsResponse.oldest_ledger
        • GetTransactionsResponse.oldest_ledger_close_timestamp
        • GetTransactionsResponse.transactions
      • GetVersionInfoResponse
        • GetVersionInfoResponse.build_timestamp
        • GetVersionInfoResponse.captive_core_version
        • GetVersionInfoResponse.commit_hash
        • GetVersionInfoResponse.protocol_version
        • GetVersionInfoResponse.version
      • LedgerEntryChange
        • LedgerEntryChange.after
        • LedgerEntryChange.before
        • LedgerEntryChange.key
        • LedgerEntryChange.type
      • LedgerEntryResult
        • LedgerEntryResult.key
        • LedgerEntryResult.last_modified_ledger
        • LedgerEntryResult.live_until_ledger
        • LedgerEntryResult.xdr
      • LedgerInfo
        • LedgerInfo.hash
        • LedgerInfo.header_xdr
        • LedgerInfo.ledger_close_time
        • LedgerInfo.metadata_xdr
        • LedgerInfo.sequence
      • PaginationOptions
        • PaginationOptions.cursor
        • PaginationOptions.limit
      • Request
        • Request.id
        • Request.jsonrpc
        • Request.method
        • Request.params
      • ResourceConfig
        • ResourceConfig.instruction_lee_way
      • Response
        • Response.error
        • Response.id
        • Response.jsonrpc
        • Response.result
      • RestorePreamble
        • RestorePreamble.min_resource_fee
        • RestorePreamble.transaction_data
      • SendTransactionRequest
        • SendTransactionRequest.transaction
      • SendTransactionResponse
        • SendTransactionResponse.diagnostic_events_xdr
        • SendTransactionResponse.error_result_xdr
        • SendTransactionResponse.hash
        • SendTransactionResponse.latest_ledger
        • SendTransactionResponse.latest_ledger_close_time
        • SendTransactionResponse.status
      • SendTransactionStatus
        • SendTransactionStatus.DUPLICATE
        • SendTransactionStatus.ERROR
        • SendTransactionStatus.PENDING
        • SendTransactionStatus.TRY_AGAIN_LATER
      • SimulateHostFunctionResult
        • SimulateHostFunctionResult.auth
        • SimulateHostFunctionResult.xdr
      • SimulateTransactionCost
        • SimulateTransactionCost.cpu_insns
        • SimulateTransactionCost.mem_bytes
      • SimulateTransactionRequest
        • SimulateTransactionRequest.resource_config
        • SimulateTransactionRequest.transaction
      • SimulateTransactionResponse
        • SimulateTransactionResponse.error
        • SimulateTransactionResponse.events
        • SimulateTransactionResponse.latest_ledger
        • SimulateTransactionResponse.min_resource_fee
        • SimulateTransactionResponse.restore_preamble
        • SimulateTransactionResponse.results
        • SimulateTransactionResponse.state_changes
        • SimulateTransactionResponse.transaction_data
      • SimulateTransactionResult
        • SimulateTransactionResult.auth
        • SimulateTransactionResult.events
        • SimulateTransactionResult.footprint
        • SimulateTransactionResult.xdr
      • Transaction
        • Transaction.application_order
        • Transaction.created_at
        • Transaction.diagnostic_events_xdr
        • Transaction.envelope_xdr
        • Transaction.fee_bump
        • Transaction.ledger
        • Transaction.result_meta_xdr
        • Transaction.result_xdr
        • Transaction.status
        • Transaction.transaction_hash
      • TransactionResponseError
        • TransactionResponseError.code
        • TransactionResponseError.data
        • TransactionResponseError.message
    • scval
      • to_native()
      • to_address()
      • from_address()
      • to_bool()
      • from_bool()
      • to_bytes()
      • from_bytes()
      • to_duration()
      • from_duration()
      • to_int32()
      • from_int32()
      • to_int64()
      • from_int64()
      • to_int128()
      • from_int128()
      • to_int256()
      • from_int256()
      • to_map()
      • from_map()
      • to_string()
      • from_string()
      • to_symbol()
      • from_symbol()
      • to_timepoint()
      • from_timepoint()
      • to_uint32()
      • from_uint32()
      • to_uint64()
      • from_uint64()
      • to_uint128()
      • from_uint128()
      • to_uint256()
      • from_uint256()
      • to_vec()
      • from_vec()
      • to_enum()
      • from_enum()
      • to_tuple_struct()
      • from_tuple_struct()
      • to_struct()
      • from_struct()
    • Auth
      • authorize_entry()
      • authorize_invocation()
    • Helpers
      • parse_transaction_envelope_from_xdr()
    • Stellar Ecosystem Proposals
      • SEP 0001: stellar.toml
        • fetch_stellar_toml()
        • fetch_stellar_toml_async()
      • SEP 0002: Federation protocol
        • resolve_stellar_address()
        • resolve_stellar_address_async()
        • resolve_account_id_async()
        • resolve_account_id()
        • FederationRecord
      • SEP 0005: Key Derivation Methods for Stellar Accounts
        • StellarMnemonic
        • Language
      • SEP 0007: URI Scheme to facilitate delegated signing
        • PayStellarUri
        • TransactionStellarUri
        • Replacement
      • SEP 0010: Stellar Web Authentication
        • build_challenge_transaction()
        • read_challenge_transaction()
        • verify_challenge_transaction_threshold()
        • verify_challenge_transaction_signed_by_client_master_key()
        • verify_challenge_transaction_signers()
        • verify_challenge_transaction()
        • ChallengeTransaction
      • SEP 0011: Txrep: human-readable low-level representation of Stellar transactions
        • to_txrep()
        • from_txrep()
      • SEP 0035: Operation IDs
        • TOID
      • Exceptions
        • StellarTomlNotFoundError
        • InvalidFederationAddress
        • FederationServerNotFoundError
        • BadFederationResponseError
        • InvalidSep10ChallengeError
        • AccountRequiresMemoError
    • stellar_sdk.xdr
      • AccountEntry
        • AccountEntry
      • AccountEntryExt
        • AccountEntryExt
      • AccountEntryExtensionV1
        • AccountEntryExtensionV1
      • AccountEntryExtensionV1Ext
        • AccountEntryExtensionV1Ext
      • AccountEntryExtensionV2
        • AccountEntryExtensionV2
      • AccountEntryExtensionV2Ext
        • AccountEntryExtensionV2Ext
      • AccountEntryExtensionV3
        • AccountEntryExtensionV3
      • AccountFlags
        • AccountFlags
      • AccountID
        • AccountID
      • AccountMergeResult
        • AccountMergeResult
      • AccountMergeResultCode
        • AccountMergeResultCode
      • AllowTrustOp
        • AllowTrustOp
      • AllowTrustResult
        • AllowTrustResult
      • AllowTrustResultCode
        • AllowTrustResultCode
      • AlphaNum12
        • AlphaNum12
      • AlphaNum4
        • AlphaNum4
      • ArchivalProof
        • ArchivalProof
      • ArchivalProofBody
        • ArchivalProofBody
      • ArchivalProofNode
        • ArchivalProofNode
      • ArchivalProofType
        • ArchivalProofType
      • Asset
        • Asset
      • AssetCode
        • AssetCode
      • AssetCode12
        • AssetCode12
      • AssetCode4
        • AssetCode4
      • AssetType
        • AssetType
      • Auth
        • Auth
      • AuthCert
        • AuthCert
      • AuthenticatedMessage
        • AuthenticatedMessage
      • AuthenticatedMessageV0
        • AuthenticatedMessageV0
      • BeginSponsoringFutureReservesOp
        • BeginSponsoringFutureReservesOp
      • BeginSponsoringFutureReservesResult
        • BeginSponsoringFutureReservesResult
      • BeginSponsoringFutureReservesResultCode
        • BeginSponsoringFutureReservesResultCode
      • BinaryFuseFilterType
        • BinaryFuseFilterType
      • Boolean
        • Boolean
      • BucketEntry
        • BucketEntry
      • BucketEntryType
        • BucketEntryType
      • BucketListType
        • BucketListType
      • BucketMetadata
        • BucketMetadata
      • BucketMetadataExt
        • BucketMetadataExt
      • BumpSequenceOp
        • BumpSequenceOp
      • BumpSequenceResult
        • BumpSequenceResult
      • BumpSequenceResultCode
        • BumpSequenceResultCode
      • ChangeTrustAsset
        • ChangeTrustAsset
      • ChangeTrustOp
        • ChangeTrustOp
      • ChangeTrustResult
        • ChangeTrustResult
      • ChangeTrustResultCode
        • ChangeTrustResultCode
      • ClaimAtom
        • ClaimAtom
      • ClaimAtomType
        • ClaimAtomType
      • ClaimClaimableBalanceOp
        • ClaimClaimableBalanceOp
      • ClaimClaimableBalanceResult
        • ClaimClaimableBalanceResult
      • ClaimClaimableBalanceResultCode
        • ClaimClaimableBalanceResultCode
      • ClaimLiquidityAtom
        • ClaimLiquidityAtom
      • ClaimOfferAtom
        • ClaimOfferAtom
      • ClaimOfferAtomV0
        • ClaimOfferAtomV0
      • ClaimPredicate
        • ClaimPredicate
      • ClaimPredicateType
        • ClaimPredicateType
      • ClaimableBalanceEntry
        • ClaimableBalanceEntry
      • ClaimableBalanceEntryExt
        • ClaimableBalanceEntryExt
      • ClaimableBalanceEntryExtensionV1
        • ClaimableBalanceEntryExtensionV1
      • ClaimableBalanceEntryExtensionV1Ext
        • ClaimableBalanceEntryExtensionV1Ext
      • ClaimableBalanceFlags
        • ClaimableBalanceFlags
      • ClaimableBalanceID
        • ClaimableBalanceID
      • ClaimableBalanceIDType
        • ClaimableBalanceIDType
      • Claimant
        • Claimant
      • ClaimantType
        • ClaimantType
      • ClaimantV0
        • ClaimantV0
      • ClawbackClaimableBalanceOp
        • ClawbackClaimableBalanceOp
      • ClawbackClaimableBalanceResult
        • ClawbackClaimableBalanceResult
      • ClawbackClaimableBalanceResultCode
        • ClawbackClaimableBalanceResultCode
      • ClawbackOp
        • ClawbackOp
      • ClawbackResult
        • ClawbackResult
      • ClawbackResultCode
        • ClawbackResultCode
      • ColdArchiveArchivedLeaf
        • ColdArchiveArchivedLeaf
      • ColdArchiveBoundaryLeaf
        • ColdArchiveBoundaryLeaf
      • ColdArchiveBucketEntry
        • ColdArchiveBucketEntry
      • ColdArchiveBucketEntryType
        • ColdArchiveBucketEntryType
      • ColdArchiveDeletedLeaf
        • ColdArchiveDeletedLeaf
      • ColdArchiveHashEntry
        • ColdArchiveHashEntry
      • ConfigSettingContractBandwidthV0
        • ConfigSettingContractBandwidthV0
      • ConfigSettingContractComputeV0
        • ConfigSettingContractComputeV0
      • ConfigSettingContractEventsV0
        • ConfigSettingContractEventsV0
      • ConfigSettingContractExecutionLanesV0
        • ConfigSettingContractExecutionLanesV0
      • ConfigSettingContractHistoricalDataV0
        • ConfigSettingContractHistoricalDataV0
      • ConfigSettingContractLedgerCostV0
        • ConfigSettingContractLedgerCostV0
      • ConfigSettingEntry
        • ConfigSettingEntry
      • ConfigSettingID
        • ConfigSettingID
      • ConfigUpgradeSet
        • ConfigUpgradeSet
      • ConfigUpgradeSetKey
        • ConfigUpgradeSetKey
      • ContractCodeCostInputs
        • ContractCodeCostInputs
      • ContractCodeEntry
        • ContractCodeEntry
      • ContractCodeEntryExt
        • ContractCodeEntryExt
      • ContractCodeEntryV1
        • ContractCodeEntryV1
      • ContractCostParamEntry
        • ContractCostParamEntry
      • ContractCostParams
        • ContractCostParams
      • ContractCostType
        • ContractCostType
      • ContractDataDurability
        • ContractDataDurability
      • ContractDataEntry
        • ContractDataEntry
      • ContractEvent
        • ContractEvent
      • ContractEventBody
        • ContractEventBody
      • ContractEventType
        • ContractEventType
      • ContractEventV0
        • ContractEventV0
      • ContractExecutable
        • ContractExecutable
      • ContractExecutableType
        • ContractExecutableType
      • ContractIDPreimage
        • ContractIDPreimage
      • ContractIDPreimageFromAddress
        • ContractIDPreimageFromAddress
      • ContractIDPreimageType
        • ContractIDPreimageType
      • CreateAccountOp
        • CreateAccountOp
      • CreateAccountResult
        • CreateAccountResult
      • CreateAccountResultCode
        • CreateAccountResultCode
      • CreateClaimableBalanceOp
        • CreateClaimableBalanceOp
      • CreateClaimableBalanceResult
        • CreateClaimableBalanceResult
      • CreateClaimableBalanceResultCode
        • CreateClaimableBalanceResultCode
      • CreateContractArgs
        • CreateContractArgs
      • CreateContractArgsV2
        • CreateContractArgsV2
      • CreatePassiveSellOfferOp
        • CreatePassiveSellOfferOp
      • CryptoKeyType
        • CryptoKeyType
      • Curve25519Public
        • Curve25519Public
      • Curve25519Secret
        • Curve25519Secret
      • DataEntry
        • DataEntry
      • DataEntryExt
        • DataEntryExt
      • DataValue
        • DataValue
      • DecoratedSignature
        • DecoratedSignature
      • DiagnosticEvent
        • DiagnosticEvent
      • DiagnosticEvents
        • DiagnosticEvents
      • DontHave
        • DontHave
      • Double
        • Double
      • Duration
        • Duration
      • EncryptedBody
        • EncryptedBody
      • EndSponsoringFutureReservesResult
        • EndSponsoringFutureReservesResult
      • EndSponsoringFutureReservesResultCode
        • EndSponsoringFutureReservesResultCode
      • EnvelopeType
        • EnvelopeType
      • Error
        • Error
      • ErrorCode
        • ErrorCode
      • EvictionIterator
        • EvictionIterator
      • ExistenceProofBody
        • ExistenceProofBody
      • ExtendFootprintTTLOp
        • ExtendFootprintTTLOp
      • ExtendFootprintTTLResult
        • ExtendFootprintTTLResult
      • ExtendFootprintTTLResultCode
        • ExtendFootprintTTLResultCode
      • ExtensionPoint
        • ExtensionPoint
      • FeeBumpTransaction
        • FeeBumpTransaction
      • FeeBumpTransactionEnvelope
        • FeeBumpTransactionEnvelope
      • FeeBumpTransactionExt
        • FeeBumpTransactionExt
      • FeeBumpTransactionInnerTx
        • FeeBumpTransactionInnerTx
      • Float
        • Float
      • FloodAdvert
        • FloodAdvert
      • FloodDemand
        • FloodDemand
      • GeneralizedTransactionSet
        • GeneralizedTransactionSet
      • Hash
        • Hash
      • HashIDPreimage
        • HashIDPreimage
      • HashIDPreimageContractID
        • HashIDPreimageContractID
      • HashIDPreimageOperationID
        • HashIDPreimageOperationID
      • HashIDPreimageRevokeID
        • HashIDPreimageRevokeID
      • HashIDPreimageSorobanAuthorization
        • HashIDPreimageSorobanAuthorization
      • Hello
        • Hello
      • HmacSha256Key
        • HmacSha256Key
      • HmacSha256Mac
        • HmacSha256Mac
      • HostFunction
        • HostFunction
      • HostFunctionType
        • HostFunctionType
      • HotArchiveBucketEntry
        • HotArchiveBucketEntry
      • HotArchiveBucketEntryType
        • HotArchiveBucketEntryType
      • Hyper
        • Hyper
      • IPAddrType
        • IPAddrType
      • InflationPayout
        • InflationPayout
      • InflationResult
        • InflationResult
      • InflationResultCode
        • InflationResultCode
      • InnerTransactionResult
        • InnerTransactionResult
      • InnerTransactionResultExt
        • InnerTransactionResultExt
      • InnerTransactionResultPair
        • InnerTransactionResultPair
      • InnerTransactionResultResult
        • InnerTransactionResultResult
      • Int128Parts
        • Int128Parts
      • Int256Parts
        • Int256Parts
      • Int32
        • Int32
      • Int64
        • Int64
      • Integer
        • Integer
      • InvokeContractArgs
        • InvokeContractArgs
      • InvokeHostFunctionOp
        • InvokeHostFunctionOp
      • InvokeHostFunctionResult
        • InvokeHostFunctionResult
      • InvokeHostFunctionResultCode
        • InvokeHostFunctionResultCode
      • InvokeHostFunctionSuccessPreImage
        • InvokeHostFunctionSuccessPreImage
      • LedgerBounds
        • LedgerBounds
      • LedgerCloseMeta
        • LedgerCloseMeta
      • LedgerCloseMetaExt
        • LedgerCloseMetaExt
      • LedgerCloseMetaExtV1
        • LedgerCloseMetaExtV1
      • LedgerCloseMetaV0
        • LedgerCloseMetaV0
      • LedgerCloseMetaV1
        • LedgerCloseMetaV1
      • LedgerCloseValueSignature
        • LedgerCloseValueSignature
      • LedgerEntry
        • LedgerEntry
      • LedgerEntryChange
        • LedgerEntryChange
      • LedgerEntryChangeType
        • LedgerEntryChangeType
      • LedgerEntryChanges
        • LedgerEntryChanges
      • LedgerEntryData
        • LedgerEntryData
      • LedgerEntryExt
        • LedgerEntryExt
      • LedgerEntryExtensionV1
        • LedgerEntryExtensionV1
      • LedgerEntryExtensionV1Ext
        • LedgerEntryExtensionV1Ext
      • LedgerEntryType
        • LedgerEntryType
      • LedgerFootprint
        • LedgerFootprint
      • LedgerHeader
        • LedgerHeader
      • LedgerHeaderExt
        • LedgerHeaderExt
      • LedgerHeaderExtensionV1
        • LedgerHeaderExtensionV1
      • LedgerHeaderExtensionV1Ext
        • LedgerHeaderExtensionV1Ext
      • LedgerHeaderFlags
        • LedgerHeaderFlags
      • LedgerHeaderHistoryEntry
        • LedgerHeaderHistoryEntry
      • LedgerHeaderHistoryEntryExt
        • LedgerHeaderHistoryEntryExt
      • LedgerKey
        • LedgerKey
      • LedgerKeyAccount
        • LedgerKeyAccount
      • LedgerKeyClaimableBalance
        • LedgerKeyClaimableBalance
      • LedgerKeyConfigSetting
        • LedgerKeyConfigSetting
      • LedgerKeyContractCode
        • LedgerKeyContractCode
      • LedgerKeyContractData
        • LedgerKeyContractData
      • LedgerKeyData
        • LedgerKeyData
      • LedgerKeyLiquidityPool
        • LedgerKeyLiquidityPool
      • LedgerKeyOffer
        • LedgerKeyOffer
      • LedgerKeyTrustLine
        • LedgerKeyTrustLine
      • LedgerKeyTtl
        • LedgerKeyTtl
      • LedgerSCPMessages
        • LedgerSCPMessages
      • LedgerUpgrade
        • LedgerUpgrade
      • LedgerUpgradeType
        • LedgerUpgradeType
      • Liabilities
        • Liabilities
      • LiquidityPoolConstantProductParameters
        • LiquidityPoolConstantProductParameters
      • LiquidityPoolDepositOp
        • LiquidityPoolDepositOp
      • LiquidityPoolDepositResult
        • LiquidityPoolDepositResult
      • LiquidityPoolDepositResultCode
        • LiquidityPoolDepositResultCode
      • LiquidityPoolEntry
        • LiquidityPoolEntry
      • LiquidityPoolEntryBody
        • LiquidityPoolEntryBody
      • LiquidityPoolEntryConstantProduct
        • LiquidityPoolEntryConstantProduct
      • LiquidityPoolParameters
        • LiquidityPoolParameters
      • LiquidityPoolType
        • LiquidityPoolType
      • LiquidityPoolWithdrawOp
        • LiquidityPoolWithdrawOp
      • LiquidityPoolWithdrawResult
        • LiquidityPoolWithdrawResult
      • LiquidityPoolWithdrawResultCode
        • LiquidityPoolWithdrawResultCode
      • ManageBuyOfferOp
        • ManageBuyOfferOp
      • ManageBuyOfferResult
        • ManageBuyOfferResult
      • ManageBuyOfferResultCode
        • ManageBuyOfferResultCode
      • ManageDataOp
        • ManageDataOp
      • ManageDataResult
        • ManageDataResult
      • ManageDataResultCode
        • ManageDataResultCode
      • ManageOfferEffect
        • ManageOfferEffect
      • ManageOfferSuccessResult
        • ManageOfferSuccessResult
      • ManageOfferSuccessResultOffer
        • ManageOfferSuccessResultOffer
      • ManageSellOfferOp
        • ManageSellOfferOp
      • ManageSellOfferResult
        • ManageSellOfferResult
      • ManageSellOfferResultCode
        • ManageSellOfferResultCode
      • Memo
        • Memo
      • MemoType
        • MemoType
      • MessageType
        • MessageType
      • MuxedAccount
        • MuxedAccount
      • MuxedAccountMed25519
        • MuxedAccountMed25519
      • NodeID
        • NodeID
      • NonexistenceProofBody
        • NonexistenceProofBody
      • OfferEntry
        • OfferEntry
      • OfferEntryExt
        • OfferEntryExt
      • OfferEntryFlags
        • OfferEntryFlags
      • Opaque
        • Opaque
      • Operation
        • Operation
      • OperationBody
        • OperationBody
      • OperationMeta
        • OperationMeta
      • OperationResult
        • OperationResult
      • OperationResultCode
        • OperationResultCode
      • OperationResultTr
        • OperationResultTr
      • OperationType
        • OperationType
      • PathPaymentStrictReceiveOp
        • PathPaymentStrictReceiveOp
      • PathPaymentStrictReceiveResult
        • PathPaymentStrictReceiveResult
      • PathPaymentStrictReceiveResultCode
        • PathPaymentStrictReceiveResultCode
      • PathPaymentStrictReceiveResultSuccess
        • PathPaymentStrictReceiveResultSuccess
      • PathPaymentStrictSendOp
        • PathPaymentStrictSendOp
      • PathPaymentStrictSendResult
        • PathPaymentStrictSendResult
      • PathPaymentStrictSendResultCode
        • PathPaymentStrictSendResultCode
      • PathPaymentStrictSendResultSuccess
        • PathPaymentStrictSendResultSuccess
      • PaymentOp
        • PaymentOp
      • PaymentResult
        • PaymentResult
      • PaymentResultCode
        • PaymentResultCode
      • PeerAddress
        • PeerAddress
      • PeerAddressIp
        • PeerAddressIp
      • PeerStatList
        • PeerStatList
      • PeerStats
        • PeerStats
      • PersistedSCPState
        • PersistedSCPState
      • PersistedSCPStateV0
        • PersistedSCPStateV0
      • PersistedSCPStateV1
        • PersistedSCPStateV1
      • PoolID
        • PoolID
      • PreconditionType
        • PreconditionType
      • Preconditions
        • Preconditions
      • PreconditionsV2
        • PreconditionsV2
      • Price
        • Price
      • ProofLevel
        • ProofLevel
      • PublicKey
        • PublicKey
      • PublicKeyType
        • PublicKeyType
      • RestoreFootprintOp
        • RestoreFootprintOp
      • RestoreFootprintResult
        • RestoreFootprintResult
      • RestoreFootprintResultCode
        • RestoreFootprintResultCode
      • RevokeSponsorshipOp
        • RevokeSponsorshipOp
      • RevokeSponsorshipOpSigner
        • RevokeSponsorshipOpSigner
      • RevokeSponsorshipResult
        • RevokeSponsorshipResult
      • RevokeSponsorshipResultCode
        • RevokeSponsorshipResultCode
      • RevokeSponsorshipType
        • RevokeSponsorshipType
      • SCAddress
        • SCAddress
      • SCAddressType
        • SCAddressType
      • SCBytes
        • SCBytes
      • SCContractInstance
        • SCContractInstance
      • SCEnvMetaEntry
        • SCEnvMetaEntry
      • SCEnvMetaEntryInterfaceVersion
        • SCEnvMetaEntryInterfaceVersion
      • SCEnvMetaKind
        • SCEnvMetaKind
      • SCError
        • SCError
      • SCErrorCode
        • SCErrorCode
      • SCErrorType
        • SCErrorType
      • SCMap
        • SCMap
      • SCMapEntry
        • SCMapEntry
      • SCMetaEntry
        • SCMetaEntry
      • SCMetaKind
        • SCMetaKind
      • SCMetaV0
        • SCMetaV0
      • SCNonceKey
        • SCNonceKey
      • SCPBallot
        • SCPBallot
      • SCPEnvelope
        • SCPEnvelope
      • SCPHistoryEntry
        • SCPHistoryEntry
      • SCPHistoryEntryV0
        • SCPHistoryEntryV0
      • SCPNomination
        • SCPNomination
      • SCPQuorumSet
        • SCPQuorumSet
      • SCPStatement
        • SCPStatement
      • SCPStatementConfirm
        • SCPStatementConfirm
      • SCPStatementExternalize
        • SCPStatementExternalize
      • SCPStatementPledges
        • SCPStatementPledges
      • SCPStatementPrepare
        • SCPStatementPrepare
      • SCPStatementType
        • SCPStatementType
      • SCSpecEntry
        • SCSpecEntry
      • SCSpecEntryKind
        • SCSpecEntryKind
      • SCSpecFunctionInputV0
        • SCSpecFunctionInputV0
      • SCSpecFunctionV0
        • SCSpecFunctionV0
      • SCSpecType
        • SCSpecType
      • SCSpecTypeBytesN
        • SCSpecTypeBytesN
      • SCSpecTypeDef
        • SCSpecTypeDef
      • SCSpecTypeMap
        • SCSpecTypeMap
      • SCSpecTypeOption
        • SCSpecTypeOption
      • SCSpecTypeResult
        • SCSpecTypeResult
      • SCSpecTypeTuple
        • SCSpecTypeTuple
      • SCSpecTypeUDT
        • SCSpecTypeUDT
      • SCSpecTypeVec
        • SCSpecTypeVec
      • SCSpecUDTEnumCaseV0
        • SCSpecUDTEnumCaseV0
      • SCSpecUDTEnumV0
        • SCSpecUDTEnumV0
      • SCSpecUDTErrorEnumCaseV0
        • SCSpecUDTErrorEnumCaseV0
      • SCSpecUDTErrorEnumV0
        • SCSpecUDTErrorEnumV0
      • SCSpecUDTStructFieldV0
        • SCSpecUDTStructFieldV0
      • SCSpecUDTStructV0
        • SCSpecUDTStructV0
      • SCSpecUDTUnionCaseTupleV0
        • SCSpecUDTUnionCaseTupleV0
      • SCSpecUDTUnionCaseV0
        • SCSpecUDTUnionCaseV0
      • SCSpecUDTUnionCaseV0Kind
        • SCSpecUDTUnionCaseV0Kind
      • SCSpecUDTUnionCaseVoidV0
        • SCSpecUDTUnionCaseVoidV0
      • SCSpecUDTUnionV0
        • SCSpecUDTUnionV0
      • SCString
        • SCString
      • SCSymbol
        • SCSymbol
      • SCVal
        • SCVal
      • SCValType
        • SCValType
      • SCVec
        • SCVec
      • SendMore
        • SendMore
      • SendMoreExtended
        • SendMoreExtended
      • SequenceNumber
        • SequenceNumber
      • SerializedBinaryFuseFilter
        • SerializedBinaryFuseFilter
      • SetOptionsOp
        • SetOptionsOp
      • SetOptionsResult
        • SetOptionsResult
      • SetOptionsResultCode
        • SetOptionsResultCode
      • SetTrustLineFlagsOp
        • SetTrustLineFlagsOp
      • SetTrustLineFlagsResult
        • SetTrustLineFlagsResult
      • SetTrustLineFlagsResultCode
        • SetTrustLineFlagsResultCode
      • ShortHashSeed
        • ShortHashSeed
      • Signature
        • Signature
      • SignatureHint
        • SignatureHint
      • SignedSurveyRequestMessage
        • SignedSurveyRequestMessage
      • SignedSurveyResponseMessage
        • SignedSurveyResponseMessage
      • SignedTimeSlicedSurveyRequestMessage
        • SignedTimeSlicedSurveyRequestMessage
      • SignedTimeSlicedSurveyResponseMessage
        • SignedTimeSlicedSurveyResponseMessage
      • SignedTimeSlicedSurveyStartCollectingMessage
        • SignedTimeSlicedSurveyStartCollectingMessage
      • SignedTimeSlicedSurveyStopCollectingMessage
        • SignedTimeSlicedSurveyStopCollectingMessage
      • Signer
        • Signer
      • SignerKey
        • SignerKey
      • SignerKeyEd25519SignedPayload
        • SignerKeyEd25519SignedPayload
      • SignerKeyType
        • SignerKeyType
      • SimplePaymentResult
        • SimplePaymentResult
      • SorobanAddressCredentials
        • SorobanAddressCredentials
      • SorobanAuthorizationEntry
        • SorobanAuthorizationEntry
      • SorobanAuthorizedFunction
        • SorobanAuthorizedFunction
      • SorobanAuthorizedFunctionType
        • SorobanAuthorizedFunctionType
      • SorobanAuthorizedInvocation
        • SorobanAuthorizedInvocation
      • SorobanCredentials
        • SorobanCredentials
      • SorobanCredentialsType
        • SorobanCredentialsType
      • SorobanResources
        • SorobanResources
      • SorobanTransactionData
        • SorobanTransactionData
      • SorobanTransactionMeta
        • SorobanTransactionMeta
      • SorobanTransactionMetaExt
        • SorobanTransactionMetaExt
      • SorobanTransactionMetaExtV1
        • SorobanTransactionMetaExtV1
      • SponsorshipDescriptor
        • SponsorshipDescriptor
      • StateArchivalSettings
        • StateArchivalSettings
      • StellarMessage
        • StellarMessage
      • StellarValue
        • StellarValue
      • StellarValueExt
        • StellarValueExt
      • StellarValueType
        • StellarValueType
      • StoredDebugTransactionSet
        • StoredDebugTransactionSet
      • StoredTransactionSet
        • StoredTransactionSet
      • String
        • String
      • String32
        • String32
      • String64
        • String64
      • SurveyMessageCommandType
        • SurveyMessageCommandType
      • SurveyMessageResponseType
        • SurveyMessageResponseType
      • SurveyRequestMessage
        • SurveyRequestMessage
      • SurveyResponseBody
        • SurveyResponseBody
      • SurveyResponseMessage
        • SurveyResponseMessage
      • TTLEntry
        • TTLEntry
      • ThresholdIndexes
        • ThresholdIndexes
      • Thresholds
        • Thresholds
      • TimeBounds
        • TimeBounds
      • TimePoint
        • TimePoint
      • TimeSlicedNodeData
        • TimeSlicedNodeData
      • TimeSlicedPeerData
        • TimeSlicedPeerData
      • TimeSlicedPeerDataList
        • TimeSlicedPeerDataList
      • TimeSlicedSurveyRequestMessage
        • TimeSlicedSurveyRequestMessage
      • TimeSlicedSurveyResponseMessage
        • TimeSlicedSurveyResponseMessage
      • TimeSlicedSurveyStartCollectingMessage
        • TimeSlicedSurveyStartCollectingMessage
      • TimeSlicedSurveyStopCollectingMessage
        • TimeSlicedSurveyStopCollectingMessage
      • TopologyResponseBodyV0
        • TopologyResponseBodyV0
      • TopologyResponseBodyV1
        • TopologyResponseBodyV1
      • TopologyResponseBodyV2
        • TopologyResponseBodyV2
      • Transaction
        • Transaction
      • TransactionEnvelope
        • TransactionEnvelope
      • TransactionExt
        • TransactionExt
      • TransactionHistoryEntry
        • TransactionHistoryEntry
      • TransactionHistoryEntryExt
        • TransactionHistoryEntryExt
      • TransactionHistoryResultEntry
        • TransactionHistoryResultEntry
      • TransactionHistoryResultEntryExt
        • TransactionHistoryResultEntryExt
      • TransactionMeta
        • TransactionMeta
      • TransactionMetaV1
        • TransactionMetaV1
      • TransactionMetaV2
        • TransactionMetaV2
      • TransactionMetaV3
        • TransactionMetaV3
      • TransactionPhase
        • TransactionPhase
      • TransactionResult
        • TransactionResult
      • TransactionResultCode
        • TransactionResultCode
      • TransactionResultExt
        • TransactionResultExt
      • TransactionResultMeta
        • TransactionResultMeta
      • TransactionResultPair
        • TransactionResultPair
      • TransactionResultResult
        • TransactionResultResult
      • TransactionResultSet
        • TransactionResultSet
      • TransactionSet
        • TransactionSet
      • TransactionSetV1
        • TransactionSetV1
      • TransactionSignaturePayload
        • TransactionSignaturePayload
      • TransactionSignaturePayloadTaggedTransaction
        • TransactionSignaturePayloadTaggedTransaction
      • TransactionV0
        • TransactionV0
      • TransactionV0Envelope
        • TransactionV0Envelope
      • TransactionV0Ext
        • TransactionV0Ext
      • TransactionV1Envelope
        • TransactionV1Envelope
      • TrustLineAsset
        • TrustLineAsset
      • TrustLineEntry
        • TrustLineEntry
      • TrustLineEntryExt
        • TrustLineEntryExt
      • TrustLineEntryExtensionV2
        • TrustLineEntryExtensionV2
      • TrustLineEntryExtensionV2Ext
        • TrustLineEntryExtensionV2Ext
      • TrustLineEntryV1
        • TrustLineEntryV1
      • TrustLineEntryV1Ext
        • TrustLineEntryV1Ext
      • TrustLineFlags
        • TrustLineFlags
      • TxAdvertVector
        • TxAdvertVector
      • TxDemandVector
        • TxDemandVector
      • TxSetComponent
        • TxSetComponent
      • TxSetComponentTxsMaybeDiscountedFee
        • TxSetComponentTxsMaybeDiscountedFee
      • TxSetComponentType
        • TxSetComponentType
      • UInt128Parts
        • UInt128Parts
      • UInt256Parts
        • UInt256Parts
      • Uint256
        • Uint256
      • Uint32
        • Uint32
      • Uint64
        • Uint64
      • UnsignedHyper
        • UnsignedHyper
      • UnsignedInteger
        • UnsignedInteger
      • UpgradeEntryMeta
        • UpgradeEntryMeta
      • UpgradeType
        • UpgradeType
      • Value
        • Value
      • Constants
        • AUTH_MSG_FLAG_FLOW_CONTROL_BYTES_REQUESTED
        • CONTRACT_COST_COUNT_LIMIT
        • LIQUIDITY_POOL_FEE_V18
        • MASK_ACCOUNT_FLAGS
        • MASK_ACCOUNT_FLAGS_V17
        • MASK_CLAIMABLE_BALANCE_FLAGS
        • MASK_LEDGER_HEADER_FLAGS
        • MASK_OFFERENTRY_FLAGS
        • MASK_TRUSTLINE_FLAGS
        • MASK_TRUSTLINE_FLAGS_V13
        • MASK_TRUSTLINE_FLAGS_V17
        • MAX_OPS_PER_TX
        • MAX_SIGNERS
        • SCSYMBOL_LIMIT
        • SC_SPEC_DOC_LIMIT
        • TX_ADVERT_VECTOR_MAX_SIZE
        • TX_DEMAND_VECTOR_MAX_SIZE
py-stellar-base
  • Search


© Copyright 2019, StellarCN and Individual Contributors.

Built with Sphinx using a theme provided by Read the Docs.