Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewMsgServerImpl ¶
NewMsgServerImpl returns an implementation of the MsgServer interface for the provided Keeper.
Types ¶
type Keeper ¶
type Keeper struct {
// contains filtered or unexported fields
}
func NewKeeper ¶
func NewKeeper( cdc codec.BinaryCodec, storeKey, memKey storetypes.StoreKey, accountKeeper types.AccountKeeper, bankKeeper types.BankKeeper, authority string, ) *Keeper
func (Keeper) GetAuthority ¶ added in v0.5.0
GetAuthority returns the x/mint module's authority.
func (Keeper) GetModuleAccount ¶
GetModuleAccount gets the module account.
func (Keeper) GetModuleAccountAddress ¶
func (k Keeper) GetModuleAccountAddress(_ sdk.Context) sdk.AccAddress
GetModuleAccountAddress gets the module account address.
Click to show internal directories.
Click to hide internal directories.