Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewMsgServerImpl ¶
NewMsgServerImpl returns an implementation of the module MsgServer interface.
Types ¶
type Keeper ¶
type Keeper struct { // state management Schema collections.Schema Params collections.Item[types.Params] // contains filtered or unexported fields }
func NewKeeper ¶
func NewKeeper( cdc codec.BinaryCodec, storeService storetypes.KVStoreService, mintKeeper mintkeeper.Keeper, bankKeeper bankkeeper.Keeper, logger log.Logger, authority string, ) Keeper
NewKeeper creates a new poa Keeper instance
func (*Keeper) ExportGenesis ¶
func (k *Keeper) ExportGenesis(ctx context.Context) *types.GenesisState
ExportGenesis exports the module's state to a genesis state.
func (*Keeper) SetAuthority ¶
SetAuthority is only used for testing
Click to show internal directories.
Click to hide internal directories.