Documentation ¶
Index ¶
Constants ¶
View Source
const ( // ModuleName is the name of the module ModuleName = "token" // StoreKey to be used when creating the KVStore StoreKey = ModuleName // RouterKey to be used for routing msgs RouterKey = ModuleName // QuerierRoute to be used for querierer msgs QuerierRoute = ModuleName )
View Source
const (
Denominator int64 = 1 * 10e6
)
Variables ¶
View Source
var ( StorePrefix = []byte{0x00} // prefix for keys that store balance StatsPrefix = []byte{0x01} // prefix for index keys )
Key prefixes
View Source
var ModuleCdc = codec.New()
ModuleCdc is the codec for the module
Functions ¶
func RegisterCodec ¶
RegisterCodec registers concrete types on codec
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.