Cargo Features
[dependencies]
satsnet-rpc = { version = "0.19.4", default-features = false, features = ["rand", "bitcoin_with_satsnet"] }
- default = rand
-
The
rand
feature is set by default wheneversatsnet-rpc
is added without
somewhere in the dependency tree.default-features = false - rand default
-
Enables rand of satsnet-rpc-json
- bitcoin_with_satsnet
-
Enables bitcoin_with_satsnet of satsnet-rpc-json
Affects
client::RpcApi.get_blockchain_info
…