add doc for address

This commit is contained in:
NikVolf 2016-08-16 11:47:12 +03:00
parent 9e88acb8c8
commit b45020fc7f
1 changed files with 1 additions and 0 deletions

View File

@ -156,5 +156,6 @@ pub use log::*;
pub use kvdb::*;
pub use timer::*;
/// 160-bit integer representing account address
pub type Address = H160;