use
keyword and ::
, also called a namespace qualifier, to chain library names like this: use std::auth::msg_sender;
use std::{
auth::msg_sender,
storage::StorageVec,
}
main.sw
file: use std::{
auth::msg_sender,
call_frames::msg_asset_id,
constants::BASE_ASSET_ID,
context::{
msg_amount,
this_balance,
},
asset::transfer,
hash::Hash
};