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

difftreelog

feat eth abi coder

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

2 files changed

addedpallets/nft/src/eth/abi.rsdiffbeforeafterboth

no changes

modifiedpallets/nft/src/eth/mod.rsdiffbeforeafterboth
1pub mod account;1pub mod account;
2use account::CrossAccountId;2use account::CrossAccountId;
3pub mod abi;
4use abi::{AbiReader, AbiWriter};
35
6