//! Re-exports of Fuel core types used throughout the API.
//! These match `fuels::types::*` but come directly from `fuel-core-types`.
pubusefuel_core_types::{fuel_tx::{
Address,
Bytes32,
Bytes64,
ContractId,
TxId,
TxPointer,
UtxoId,},fuel_types::{
AssetId,
BlockHeight,},};