Documentation ¶
Index ¶
- func NewMsgServerImpl(keeper Keeper) types.MsgServer
- type Keeper
- func (k Keeper) GetExcludeCirculatingAddr(ctx sdk.Context) []sdk.AccAddress
- func (k Keeper) GetMaxSupply(ctx sdk.Context) string
- func (k Keeper) GetParams(ctx sdk.Context) (params types.Params)
- func (k Keeper) Logger(ctx sdk.Context) log.Logger
- func (k Keeper) SetParams(ctx sdk.Context, params types.Params)
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, paramSpace paramtypes.Subspace, ) Keeper
func (Keeper) GetExcludeCirculatingAddr ¶
func (k Keeper) GetExcludeCirculatingAddr(ctx sdk.Context) []sdk.AccAddress
GetExcludeCirculatingAddr return list exclude address do not calculator for circulating
func (Keeper) GetMaxSupply ¶
GetMaxSupply return max supply of aura coin
Click to show internal directories.
Click to hide internal directories.