cosmos-sdk/tests/cli/helpers/constants.go

14 lines
253 B
Go
Raw Normal View History

2020-04-29 08:52:30 -07:00
package helpers
const (
Denom = "stake"
KeyFoo = "foo"
KeyBar = "bar"
FooDenom = "footoken"
FeeDenom = "feetoken"
Fee2Denom = "fee2token"
KeyBaz = "baz"
KeyVesting = "vesting"
KeyFooBarBaz = "foobarbaz"
)