Cargo Features
[dependencies]
encointer-balances-tx-payment = { version = "14.1.0", default-features = false, features = ["std", "try-runtime", "runtime-benchmarks"] }
- default = std
-
The
std
feature is set by default wheneverencointer-balances-tx-payment
is added without
somewhere in the dependency tree.default-features = false - std default
-
Enables std of encointer-primitives, frame-support ^38.0.0, frame-system ^38.0.0, log, pallet-asset-tx-payment ^38.0.0, pallet-encointer-balances, pallet-encointer-ceremonies, pallet-transaction-payment ^38.0.0, and sp-runtime ^39.0.1
frame-support:
substrate dependencies
- try-runtime
-
Enables try-runtime of frame-system ^38.0.0, pallet-encointer-balances, and pallet-encointer-ceremonies
- runtime-benchmarks
-
Enables runtime-benchmarks of frame-support ^38.0.0, frame-system ^38.0.0, pallet-encointer-balances, and pallet-encointer-ceremonies