snarkvm-console-types-boolean 0.14.6

Type operations for a decentralized virtual machine
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[package]
name = "snarkvm-console-types-boolean"
version = "0.14.6"
authors = [ "The Aleo Team <hello@aleo.org>" ]
description = "Type operations for a decentralized virtual machine"
license = "Apache-2.0"
edition = "2021"

[dependencies.snarkvm-console-network-environment]
path = "../../network/environment"
version = "=0.14.6"

[dev-dependencies.bincode]
version = "1.3"

[dev-dependencies.serde_json]
version = "1.0"
features = [ "preserve_order" ]