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
--- a/pallets/nft/src/eth/mod.rs
+++ b/pallets/nft/src/eth/mod.rs
@@ -1,2 +1,5 @@
 pub mod account;
 use account::CrossAccountId;
+pub mod abi;
+use abi::{AbiReader, AbiWriter};
+