Cargo Features
[dependencies]
cw-tokenfactory-types = { version = "2.6.0", default-features = false, features = ["osmosis_tokenfactory", "cosmwasm_tokenfactory", "kujira_tokenfactory"] }
- default = osmosis_tokenfactory
-
The
osmosis_tokenfactory
feature is set by default whenevercw-tokenfactory-types
is added without
somewhere in the dependency tree.default-features = false - osmosis_tokenfactory default
-
use the /osmosis.tokenfactory... msg types
- cosmwasm_tokenfactory
-
use the /cosmwasm.tokenfactory... msg types
- kujira_tokenfactory
-
use the /kujira.denom... msg types