o2-api-types 0.1.23

Shared domain and API types for the Fuel O2 exchange
Documentation
1
2
3
4
5
6
7
8
9
10
11
pub mod domain;
pub mod error_codes;
pub mod fuel_types;
pub mod parse;
pub mod primitives;
pub mod requests;
pub mod responses;
pub mod websocket;

/// Order ID type alias.
pub type OrderId = fuel_types::Bytes32;