Re-exports§
pub use stellar_rpc_client;
Modules§
Structs§
- Account
Config - Configuration options for setting up or modifying a Stellar account.
- Authorized
Calls ForContract - Client
Contract Configs - Configuration for client interaction with a deployed contract
- Contract
- Represents a Soroban smart contract
- Contract
Id - Env
- The environment for Soroban operations.
- EnvConfigs
- Configuration for a Soroban environment.
- GetTransaction
Response - Mock
GetTransaction Response - Mock
Transaction Meta - Mock
Transaction Result - Multisig
Account - Represents a multisig account.
- Operations
- Factory for creating Soroban operations.
- Parser
- Signer
- A transaction signer for Soroban operations.
- Single
Account - Represents a single-signature account.
- Soroban
Transaction Response - Extended transaction response with methods to extract Soroban-specific data
- Transaction
Builder - Builder for creating and configuring Stellar transactions.
Enums§
- Account
- Represents either a single-signature or multisig account.
- Guard
- Parse
Result - Parser
Type - Soroban
Helper Error - Errors that can occur when using the Soroban helpers library.
Traits§
- Into
ScVal - A trait for converting native rust values into a
ScVal.