Cargo Features
[dependencies]
snarkvm-console-account = { version = "1.0.0", default-features = false, features = ["compute_key", "graph_key", "private_key", "signature", "view_key", "test"] }
- default = compute_key, graph_key, private_key, signature, view_key
-
These default features are set whenever
snarkvm-console-account
is added without
somewhere in the dependency tree.default-features = false - compute_key default private_key signature = private_key
-
Affects
snarkvm-console-account::compute_key
… - graph_key default = private_key
-
Affects
snarkvm-console-account::graph_key
… - private_key default compute_key graph_key = compute_key
-
Affects
snarkvm-console-account::private_key
… - signature default = compute_key
-
Affects
snarkvm-console-account::signature
… - view_key default
-
Affects
snarkvm-console-account::view_key
… - test