Cargo Features
[dependencies]
pallet-multisig = { version = "39.0.0", default-features = false, features = ["std", "try-runtime", "runtime-benchmarks"] }
- default = std
-
The
std
feature is set by default wheneverpallet-multisig
is added without
somewhere in the dependency tree.default-features = false - std default
-
Enables std of parity-scale-codec, polkadot-sdk-frame, log, and scale-info
log:
third party
- try-runtime
-
Enables try-runtime of polkadot-sdk-frame
- runtime-benchmarks
-
Enables runtime-benchmarks of polkadot-sdk-frame