Crate substrate_stellar_sdk

Source
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§

Curve25519Secret
Autogenerated definition for type Curve25519Secret
FeeBumpTransaction
Autogenerated definition for type FeeBumpTransaction
LumenAmount
MilliSecondEpochTime
Operation
Autogenerated definition for type Operation
Price
Autogenerated definition for type Price
ReadStream
An helper structure for efficiently decoding XDR data
SecondEpochTime
SecretKey
An Ed25519 signing keypair
Signer
Autogenerated definition for type Signer
StroopAmount
TimeBounds
Autogenerated definition for type TimeBounds
Transaction
Autogenerated definition for type Transaction
WriteStream
An helper structure for efficiently encoding XDR data

Enums§

AsBinary
Asset
Autogenerated definition for type Asset
AssetCode
Autogenerated definition for type AssetCode
ClaimPredicate
Autogenerated definition for type ClaimPredicate
ClaimableBalanceId
Autogenerated definition for type ClaimableBalanceId
Claimant
Autogenerated definition for type Claimant
LedgerKey
Autogenerated definition for type LedgerKey
Memo
Autogenerated definition for type Memo
MuxedAccount
Autogenerated definition for type MuxedAccount
PublicKey
Autogenerated definition for type PublicKey
SignerKey
Autogenerated definition for type SignerKey
StellarSdkError
TransactionEnvelope
Autogenerated definition for type TransactionEnvelope
TrustLineFlags
Autogenerated definition for type TrustLineFlags

Constants§

BASE_FEE_STROOPS
STROOPS_PER_LUMEN

Traits§

IntoAccountId
IntoAmount
IntoClaimbleBalanceId
IntoDataValue
IntoHash
IntoMuxedAccountId
IntoPublicKey
IntoSecretKey
IntoTimePoint
StellarTypeToString
A trait used to convert any Stellar specific type T as a String This also immediately converts the standard Error to a user-defined Error E Helpful for functions that will accept:
XdrCodec
The XDR decoder/encoder trait

Type Aliases§

AccountId
Autogenerated definition for type AccountId
DataValue
Autogenerated definition for type DataValue
Hash
Autogenerated definition for type Hash
Signature