fuels_code_gen/
lib.rs

1pub use program_bindings::*;
2
3pub mod error;
4mod program_bindings;
5pub mod utils;