ethereum-types Public type, release 0.1.2

This commit is contained in:
debris 2018-01-02 16:04:11 +01:00
parent 17c3b51410
commit f630ed38db
2 changed files with 2 additions and 1 deletions

View File

@ -1,6 +1,6 @@
[package]
name = "ethereum-types"
version = "0.1.1"
version = "0.1.2"
authors = ["debris <marek.kotewicz@gmail.com>"]
license = "MIT"
homepage = "https://github.com/paritytech/primitives"

View File

@ -19,5 +19,6 @@ pub use hash::{H32, H64, H128, H160, H256, H264, H512, H520, H1024, H2048};
pub type Address = H160;
pub type Secret = H256;
pub type Public = H512;
pub type Signature = H520;
pub type LogBloom = H2048;