mantle-types 0.2.0

Types used by the Mantle blockchain framework.
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[package]
name = "mantle-types"
version = "0.2.0"
authors = ["Oasis Labs <feedback@oasislabs.com>"]
edition = "2018"
license = "Apache-2.0"
description = "Types used by the Mantle blockchain framework."
repository = "https://github.com/oasislabs/mantle.git"
readme = "README.md"
keywords = ["blockchain", "mantle"]

[dependencies]
blockchain-traits = { version = "0.2", path = "../blockchain-traits" }
hex = "0.3"
serde = { version = "1.0", features = ["derive"] }