package types

const (
	ModuleName 	     = "rank"
	StoreKey         = ModuleName
	RouterKey        = ModuleName
	QuerierRoute     = ModuleName
)

var (
	GlobalStoreKeyPrefix  	 = []byte{0x00}

	LatestBlockNumber 		 = append(GlobalStoreKeyPrefix, []byte("latestBlockNumber")...)
	LatestMerkleTree 		 = append(GlobalStoreKeyPrefix, []byte("latestMerkleTree")...)
	NextMerkleTree 		     = append(GlobalStoreKeyPrefix, []byte("nextMerkleTree")...)
	NextRankCidCount 		 = append(GlobalStoreKeyPrefix, []byte("nextRankParticlesAmount")...)
	ContextCidCount 		 = append(GlobalStoreKeyPrefix, []byte("contextParticlesAmount")...)
	ContextLinkCount 		 = append(GlobalStoreKeyPrefix, []byte("contextLinkAmount")...)
)


Synonyms

go-cyber/app/keepers/keys.go
go-cyber/x/rank/types/keys.go
go-cyber/x/dmn/types/keys.go
go-cyber/x/resources/types/keys.go
space-pussy/x/grid/types/keys.go
go-cyber/x/graph/types/keys.go
space-pussy/x/cyberbank/types/keys.go
space-pussy/x/dmn/types/keys.go
go-cyber/x/liquidity/types/keys.go
go-cyber/x/grid/types/keys.go
go-cyber/x/cyberbank/types/keys.go
go-cyber/x/clock/types/keys.go
space-pussy/x/resources/types/keys.go
space-pussy/x/graph/types/keys.go
go-cyber/x/tokenfactory/types/keys.go
space-pussy/x/bandwidth/types/keys.go
go-cyber/x/bandwidth/types/keys.go

Neighbours