Documentation ¶
Index ¶
- func NewMsgServerImpl(keeper Keeper) auction.MsgServer
- func NewQueryServerImpl(k Keeper) auction.QueryServer
- type Keeper
- func (k *Keeper) ExportGenesis(ctx context.Context) (*auction.GenesisState, error)
- func (k Keeper) GetAuthority() string
- func (k Keeper) GetNameRecord(ctx context.Context, name string) (auction.Name, error)
- func (k *Keeper) InitGenesis(ctx context.Context, data *auction.GenesisState) error
- func (keeper Keeper) Logger(ctx sdk.Context) log.Logger
- type Migrator
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewMsgServerImpl ¶
func NewQueryServerImpl ¶
func NewQueryServerImpl(k Keeper) auction.QueryServer
NewQueryServerImpl returns an implementation of the module QueryServer.
Types ¶
type Keeper ¶
type Keeper struct { // state management Schema collections.Schema Names collections.Map[string, auction.Name] // contains filtered or unexported fields }
func NewKeeper ¶
func NewKeeper(cdc codec.BinaryCodec, addressCodec address.Codec, storeService storetypes.KVStoreService, authority string, bk auction.BankKeeper, denom string) Keeper
func (*Keeper) ExportGenesis ¶
func (Keeper) GetAuthority ¶
func (Keeper) GetNameRecord ¶
func (*Keeper) InitGenesis ¶
Click to show internal directories.
Click to hide internal directories.