Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewMsgServerImpl ¶
NewMsgServerImpl returns an implementation of the module MsgServer interface.
func NewQueryServerImpl ¶ added in v0.1.0
func NewQueryServerImpl(k Keeper) types.QueryServer
NewQueryServerImpl returns an implementation of the module QueryServer.
Types ¶
type Keeper ¶
type Keeper struct {
// contains filtered or unexported fields
}
Keeper of the x/obit store
func NewKeeper ¶
func NewKeeper(cdc codec.BinaryCodec, sk store.KVStoreService, nk types.NftKeeper) Keeper
NewKeeper constructor for Keeper
func (Keeper) ExportGenesis ¶
func (k Keeper) ExportGenesis(ctx sdk.Context) *types.GenesisState
ExportGenesis returns the capability module's exported genesis.
func (Keeper) InitGenesis ¶
InitGenesis initializes the capability module's state from a provided genesis state.
Click to show internal directories.
Click to hide internal directories.