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.8.10
func NewQueryServerImpl(k Keeper) service.QueryServer
NewQueryServerImpl returns an implementation of the module QueryServer.
Types ¶
type Keeper ¶
type Keeper struct { // state management CollSchema collections.Schema Params collections.Item[service.Params] Records collections.Map[string, service.Record] // contains filtered or unexported fields }
Keeper defines the module's keeper.
func NewKeeper ¶
func NewKeeper(cdc codec.BinaryCodec, addressCodec address.Codec, storeService storetypes.KVStoreService, identityKeeper service.IdentityKeeper, bankKeeper service.BankKeeper, groupKeeper service.GroupKeeper, authority string, ) Keeper
NewKeeper creates a new Keeper instance
func (*Keeper) ExportGenesis ¶ added in v0.8.10
ExportGenesis exports the module state to a genesis state.
func (Keeper) GetAuthority ¶ added in v0.8.10
GetAuthority returns the module's authority.
func (*Keeper) InitGenesis ¶ added in v0.8.10
InitGenesis initializes the module state from a genesis state.
Click to show internal directories.
Click to hide internal directories.