scematica-core 1.28.0

Core types, traits, and shared utilities for Scematica — config, RPC, wallet, metrics, token helpers.
1
2
3
4
5
6
7
8
9
10
11
pub mod config;
pub mod dex;
pub mod error;
pub mod metrics;
pub mod pool;
pub mod rpc;
pub mod token;
pub mod types;
pub mod wallet;

pub use error::{Result, ScematicaError};