Skip to content

Commit

Permalink
re-export starknet-types-core felt module
Browse files Browse the repository at this point in the history
  • Loading branch information
kariy committed Jun 26, 2024
1 parent 016f3ee commit 08c908f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion starknet-core/src/types/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ use serde_with::serde_as;

use crate::serde::unsigned_field_element::UfeHex;

pub use starknet_types_core::felt::{Felt, NonZeroFelt};
pub use starknet_types_core::felt::*;

mod conversions;

Expand Down

0 comments on commit 08c908f

Please sign in to comment.