Re-exports§
pub use chain_client::ChainClient;pub use client::AspensClient;pub use client::AspensClientBuilder;pub use client::JwtToken;pub use executor::AsyncExecutor;pub use executor::BlockingExecutor;pub use executor::DirectExecutor;pub use wallet::chain_curve;pub use wallet::load_admin_wallet;pub use wallet::load_trader_wallet;pub use wallet::load_trader_wallet_for_chain;pub use wallet::load_trader_wallet_for_network;pub use wallet::CurveType;pub use wallet::Wallet;
Modules§
- attestation
- chain_
client - Chain-aware RPC client that dispatches between Alloy (EVM) and
solana-client (Solana) based on the chain’s
architecturefield. - client
- commands
- evm
- EVM client-side helpers for the Midrib V2 cross-chain order flow.
- executor
- grpc
- gRPC channel utilities for connecting to Aspens servers.
- health
- orders
- Chain-agnostic order primitives.
- proto
- solana
- Solana on-chain program (Midrib) client-side helpers.
- wallet
- Curve-agnostic wallet abstraction for signing.