Versions in this module Expand all Collapse all v9 v9.0.0 Feb 12, 2025 Changes in this version + func NewMsgServer(k *Keeper) types.MsgServer + func NewQueryServer(k *Keeper) types.QueryServer + type Keeper struct + Assets collections.Map[string, types.Asset] + Schema collections.Schema + TickerIndexes collections.KeySet[collections.Pair[string, string]] + func NewKeeper(cdc codec.Codec, storeService corestoretypes.KVStoreService, authority string) *Keeper + func (k *Keeper) ExportGenesis(ctx sdk.Context) (*types.GenesisState, error) + func (k *Keeper) GetAsset(ctx context.Context, denom string) (types.Asset, error) + func (k *Keeper) GetAuthority() string + func (k *Keeper) InitGenesis(ctx sdk.Context, state *types.GenesisState) error + func (k *Keeper) Logger(ctx context.Context) log.Logger + func (k *Keeper) RemoveAsset(ctx context.Context, denom string) error + func (k *Keeper) SetAsset(ctx context.Context, asset types.Asset) error Other modules containing this package github.com/milkyway-labs/milkyway github.com/milkyway-labs/milkyway/v10 github.com/milkyway-labs/milkyway/v11 github.com/milkyway-labs/milkyway/v12 github.com/milkyway-labs/milkyway/v2 github.com/milkyway-labs/milkyway/v3 github.com/milkyway-labs/milkyway/v4 github.com/milkyway-labs/milkyway/v5 github.com/milkyway-labs/milkyway/v6 github.com/milkyway-labs/milkyway/v7