hotmint-types 0.8.1

Core data types for the Hotmint BFT consensus framework
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[package]
name = "hotmint-types"
description = "Core data types for the Hotmint BFT consensus framework"
version.workspace = true
edition.workspace = true
license.workspace = true
repository.workspace = true
keywords.workspace = true

[dependencies]
serde = { workspace = true }
ruc = { workspace = true }
blake3 = { workspace = true }

[dev-dependencies]
postcard = { workspace = true }