Cargo Features
archway-bindings has no features set by default.
[dependencies]
archway-bindings = { version = "0.2.1", features = ["backtraces", "staking"] }
- backtraces
-
Enables backtraces of cosmwasm-std ^1.4.0
- staking
-
Enables staking of cosmwasm-std ^1.4.0
cosmwasm-std:
staking exposes bindings to a required staking moudle in the runtime, via new CosmosMsg types, and new QueryRequest types. This should only be enabled on contracts that require these types, so other contracts can be used on systems with eg. PoA consensus
archway-bindings has 2 features without comments.