Cargo Features
[dependencies]
encointer-balances-tx-payment = { version = "15.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 ^39.0.0, frame-system ^39.1.0, log, pallet-asset-tx-payment ^39.0.0, pallet-encointer-balances, pallet-encointer-ceremonies, pallet-transaction-payment ^39.0.0, and sp-runtime ^40.1.0
frame-support:
substrate dependencies
- try-runtime
-
Enables try-runtime of frame-system ^39.1.0, pallet-encointer-balances, and pallet-encointer-ceremonies
- runtime-benchmarks
-
Enables runtime-benchmarks of frame-support ^39.0.0, frame-system ^39.1.0, pallet-encointer-balances, and pallet-encointer-ceremonies