renegade_sdk/types.rs
1//! Re-exports of v1 types for backwards compatibility
2
3#[cfg(feature = "external-match-client")]
4pub use crate::external_match_client::api_types::{
5 OrderSide,
6 v1_types::{ApiExternalQuote, AtomicMatchApiBundle, ExternalOrder, SignedExternalQuote},
7};
8
9/// The address used to represent the native asset
10pub const NATIVE_ASSET_ADDR: &str = "0xEeeeeEeeeEeEeeEeEeEeeEEEeeeeEeeeeeeeEEeE";