We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 09cd458 commit 75c98eeCopy full SHA for 75c98ee
packages/fungible-token/bridge-fungible-token/src/data_structures/metadata_message.sw
@@ -1,11 +1,13 @@
1
library;
2
3
-use std::alloc::alloc_bytes;
4
-use std::bytes::*;
5
-use std::constants::ZERO_B256;
6
-use std::string::String;
7
-use std::inputs::input_message_data;
8
-use std::primitive_conversions::u64::*;
+use std::{
+ alloc::alloc_bytes,
+ bytes::*,
+ constants::ZERO_B256,
+ inputs::input_message_data,
+ primitive_conversions::u64::*,
9
+ string::String,
10
+};
11
use ::data_structures::constants::{
12
OFFSET_NAME_PTR,
13
OFFSET_SYMBOL_PTR,
0 commit comments