Skip to content

Commit

Permalink
Merge branch 'master' into chore/use-fuel-asm-instead-vm
Browse files Browse the repository at this point in the history
  • Loading branch information
hal3e authored Jul 11, 2023
2 parents 31819cd + 8332578 commit 0711159
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion packages/fuels-core/src/types.rs
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
use std::fmt;

pub use fuel_tx::{Address, AssetId, ContractId};
pub use fuel_tx::{Address, AssetId, ContractId, TxPointer, UtxoId};
pub use fuel_types::Nonce;

use fuel_types::bytes::padded_len;
use strum_macros::EnumString;

Expand Down

0 comments on commit 0711159

Please sign in to comment.