difftreelog
fmt
in: master
2 files changed
pallets/nonfungible/src/erc.rsdiffbeforeafterboth35use pallet_common::{35use pallet_common::{36 erc::{CommonEvmHandler, PrecompileResult, CollectionCall, static_property::{key, value as property_value}},36 erc::{37 CommonEvmHandler, PrecompileResult, CollectionCall,38 static_property::{key, value as property_value},39 },37 CollectionHandle, CollectionPropertyPermissions,40 CollectionHandle, CollectionPropertyPermissions,38};41};pallets/unique/src/eth/mod.rsdiffbeforeafterboth30 CollectionById,30 CollectionById,31 erc::{static_property::{key, value as property_value}, CollectionHelpersEvents},31 erc::{32 static_property::{key, value as property_value},33 CollectionHelpersEvents,34 },32};35};33use crate::{SelfWeightOf, Config, weights::WeightInfo};36use crate::{SelfWeightOf, Config, weights::WeightInfo};