Versions in this module Expand all Collapse all v1 v1.7.4 Apr 15, 2023 v1.7.3 Apr 15, 2023 Changes in this version + var PrefixCollection = []byte + var PrefixDenom = []byte + var PrefixDenomName = []byte + var PrefixNFT = []byte + var PrefixOwners = []byte + func KeyCollection(denomID string) []byte + func KeyDenom(id string) []byte + func KeyDenomName(name string) []byte + func KeyNFT(denomID, tokenID string) []byte + func KeyOwner(address sdk.AccAddress, denomID, tokenID string) []byte + func Migrate(ctx sdk.Context, storeKey storetypes.StoreKey, cdc codec.Codec, ...) error + func UnsafeBytesToStr(b []byte) string + func UnsafeStrToBytes(s string) []byte + type SaveDenom func(ctx sdk.Context, id, name, schema, symbol string, creator sdk.AccAddress, ...) error