difftreelog
feat eth abi coder
in: master
2 files changed
pallets/nft/src/eth/abi.rsdiffbeforeafterbothno changes
pallets/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};
+