Expand description
An SDK for Stellar that can be used in Substrate projects
Modules§
- compound_
types - Generic types for encoding XDR variable length arrays and strings
- horizon
- network
- Stellar network passphrases
- types
- Autogenerated XDR types
Macros§
- parse_
stellar_ type - To easily convert any bytes to a Stellar type.
Structs§
- Curve25519
Secret - Autogenerated definition for type Curve25519Secret
- FeeBump
Transaction - Autogenerated definition for type FeeBumpTransaction
- Lumen
Amount - Milli
Second Epoch Time - Operation
- Autogenerated definition for type Operation
- Price
- Autogenerated definition for type Price
- Read
Stream - An helper structure for efficiently decoding XDR data
- Second
Epoch Time - Secret
Key - An Ed25519 signing keypair
- Signer
- Autogenerated definition for type Signer
- Stroop
Amount - Time
Bounds - Autogenerated definition for type TimeBounds
- Transaction
- Autogenerated definition for type Transaction
- Write
Stream - An helper structure for efficiently encoding XDR data
Enums§
- AsBinary
- Asset
- Autogenerated definition for type Asset
- Asset
Code - Autogenerated definition for type AssetCode
- Claim
Predicate - Autogenerated definition for type ClaimPredicate
- Claimable
Balance Id - Autogenerated definition for type ClaimableBalanceId
- Claimant
- Autogenerated definition for type Claimant
- Ledger
Key - Autogenerated definition for type LedgerKey
- Memo
- Autogenerated definition for type Memo
- Muxed
Account - Autogenerated definition for type MuxedAccount
- Public
Key - Autogenerated definition for type PublicKey
- Signer
Key - Autogenerated definition for type SignerKey
- Stellar
SdkError - Transaction
Envelope - Autogenerated definition for type TransactionEnvelope
- Trust
Line Flags - Autogenerated definition for type TrustLineFlags
Constants§
Traits§
- Into
Account Id - Into
Amount - Into
Claimble Balance Id - Into
Data Value - Into
Hash - Into
Muxed Account Id - Into
Public Key - Into
Secret Key - Into
Time Point - Stellar
Type ToString - A trait used to convert any Stellar specific type
T
as a String This also immediately converts the standard Error to a user-defined ErrorE
Helpful for functions that will accept: - XdrCodec
- The XDR decoder/encoder trait