Module transaction

Source

Re-exports§

pub use stellar::AssetSpec;
pub use stellar::AuthSpec;
pub use stellar::ContractSource;
pub use stellar::DecoratedSignature;
pub use stellar::HostFunctionSpec;
pub use stellar::MemoSpec;
pub use stellar::OperationSpec;
pub use stellar::WasmSource;
pub use request::*;
pub use solana::*;

Modules§

request
solana
stellar
Stellar transaction types and conversions

Structs§

EvmTransactionData
EvmTransactionDataSignature
EvmTransactionResponse
SolanaTransactionData
SolanaTransactionResponse
StellarTransactionData
StellarTransactionResponse
TransactionRepoModel
TransactionUpdateRequest

Enums§

NetworkTransactionData
SponsoredTransactionBuildResponse
Network-agnostic prepare transaction response for gasless transactions. Contains network-specific prepare transaction results.
SponsoredTransactionQuoteResponse
Network-agnostic fee estimate response for gasless transactions. Contains network-specific fee estimate results.
TransactionInput
Represents different input types for Stellar transactions
TransactionResponse
TransactionStatus

Traits§

EvmTransactionDataTrait