git.delta.rocks / unique-network / refs/commits / c0388a3fec74

difftreelog

feat eth logger

Yaroslav Bolyukin2021-04-30parent: #c019326.patch.diff
in: master

2 files changed

addedpallets/nft/src/eth/log.rsdiffbeforeafterboth

no changes

modifiedpallets/nft/src/eth/mod.rsdiffbeforeafterboth
2use account::CrossAccountId;2use account::CrossAccountId;
3pub mod abi;3pub mod abi;
4use abi::{AbiReader, AbiWriter};4use abi::{AbiReader, AbiWriter};
5pub mod log;
56
67