odos-sdk 5.0.0

Rust SDK for Odos
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
// SPDX-FileCopyrightText: 2025 Semiotic AI, Inc.
//
// SPDX-License-Identifier: Apache-2.0

/// Type-safe chain identifier with convenient constructors
mod chain;
/// Type-safe referral code
mod referral;
/// Type-safe slippage percentage with validation
mod slippage;

pub use chain::Chain;
pub use referral::ReferralCode;
pub use slippage::Slippage;