1#![cfg_attr(not(feature = "std"), no_std)] 2use scale_info::prelude::vec::Vec; 3 4pub mod abi; 5pub mod side_effect; 6 7pub type Bytes = Vec<u8>;