ckb-dao 0.119.0

This crate provides implementation to calculate dao field
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[package]
name = "ckb-dao"
version = "0.119.0"
license = "MIT"
authors = ["Nervos Core Dev <dev@nervos.org>"]
edition = "2021"
description = "This crate provides implementation to calculate dao field"
homepage = "https://github.com/nervosnetwork/ckb"
repository = "https://github.com/nervosnetwork/ckb"

[dependencies]
byteorder = "1.3.1"
ckb-types = { path = "../types", version = "= 0.119.0" }
ckb-chain-spec = { path = "../../spec", version = "= 0.119.0" }
ckb-dao-utils = { path = "./utils", version = "= 0.119.0" }
ckb-traits = { path = "../../traits", version = "= 0.119.0" }

[dev-dependencies]