uint from parity

This commit is contained in:
NikVolf 2016-11-22 17:09:20 +03:00
parent b2c08567fd
commit 6c7f2ed1ae
2 changed files with 1743 additions and 0 deletions

View File

@ -3,5 +3,10 @@ extern crate rustc_serialize;
pub mod bytes;
pub mod hash;
pub mod uint;
pub use rustc_serialize::hex;
pub use uint::U256;
pub use hash::{H160, H256};
pub use bytes::Bytes;

1738
primitives/src/uint.rs Normal file

File diff suppressed because it is too large Load Diff