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
12
13
14
15
16
17
18
//! Re-exports of Fuel core types used throughout the API.
//! These match `fuels::types::*` but come directly from `fuel-core-types`.

pub use fuel_core_types::{
    fuel_tx::{
        Address,
        Bytes32,
        Bytes64,
        ContractId,
        TxId,
        TxPointer,
        UtxoId,
    },
    fuel_types::{
        AssetId,
        BlockHeight,
    },
};