Documentation ¶
Index ¶
Constants ¶
View Source
const ( // module name ModuleName = "cron" // StoreKey to be used when creating the KVStore StoreKey = ModuleName )
Variables ¶
View Source
var (
DailyTimestampKey = []byte{0x01} // key for daily
)
View Source
var ModuleCdc = codec.New()
Functions ¶
func RegisterCodec ¶
RegisterCodec registers concrete types on the Amino codec
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.