renegade-sdk 0.1.4

A Rust SDK for the Renegade protocol
Documentation
1
2
3
4
5
6
7
8
//! Types for the Renegade SDK

// We re-export these types here because they were previously re-exported here
// from `renegade` dependencies, and we don't want to break existing code that
// uses them.
pub use crate::external_match_client::api_types::{
    ApiExternalQuote, AtomicMatchApiBundle, ExternalOrder, OrderSide, SignedExternalQuote,
};