github.com/Finschia/finschia-sdk@v0.48.1/x/bank/legacy/v043/keys.go (about)

     1  package v043
     2  
     3  const (
     4  	// ModuleName is the name of the module
     5  	ModuleName = "bank"
     6  )
     7  
     8  // KVStore keys
     9  var (
    10  	BalancesPrefix = []byte{0x02}
    11  	SupplyKey      = []byte{0x00}
    12  )