Expand description
A low-level library that offers a comprehensive set of functions for reading, writing, hashing, and signing primitive XDR constructs utilized in the Stellar network. It provides a nice abstraction for building and signing transactions
Modulesยง
- account
Accountrepresents a single account in the Stellar network and its sequence number. Create a newAccountobject.- address
Addressrepresents a single address in the Stellar network.- asset
- Asset class represents an asset, either the native asset (
XLM) or an asset code / issuer account ID pair - claimant
- contract
Contractrepresents a single contract in the Stellar network- get_
liquidity_ pool - hashing
- Utility Sha256 Hash Function
- keypair
Keypairrepresents public (and secret) keys of the account.- liquidity_
pool_ asset - liquidity_
pool_ id - memo
- muxed_
account - network
- Contains passphrases for common networks
- operation
- Operations are individual commands that modify the ledger.
- signer_
key - signing
- This module provides the signing functionality used by the stellar network
- soroban
- soroban_
data_ builder - transaction
- transaction_
builder - Builder pattern to construct new transactions that interact with Stellar environment
- utils
- Util Functions
- xdr
- Re-exporting XDR from stellar-xdr