ethers_primitives 0.2.2

Primitive types for ethereum, including Rlp/ABI encode/decode support
Documentation
1
2
3
4
5
6
7
8
//! Primitive int/uint type support for the ethereum rpc/abi
//!

mod unsigned;
pub use unsigned::*;

mod signed;
pub use signed::*;