express_relay_api_types/
lib.rs

1
2
3
4
5
pub mod auction;
pub mod opportunity;
pub mod serde;

pub type ChainId = String;