git.delta.rocks / unique-network / refs/commits / 6434da338828

difftreelog

fmt

Trubnikov Sergey2022-07-25parent: #00f4540.patch.diff
in: master

2 files changed

modifiedpallets/nonfungible/src/erc.rsdiffbeforeafterboth
35use 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};
modifiedpallets/unique/src/eth/mod.rsdiffbeforeafterboth
30 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};