Documentation ¶
Index ¶
- func NewMsgServerImpl(keeper Keeper) types.MsgServer
- type Keeper
- func (k Keeper) GetBurnRatio(ctx sdk.Context) (res sdk.Dec)
- func (k Keeper) GetGasAdjustments(ctx sdk.Context) (res []types.GasAdjustment)
- func (k Keeper) GetGasRefunds(ctx sdk.Context) (res []types.GasRefund)
- func (k Keeper) GetMinGasPrice(ctx sdk.Context) (res sdk.Dec)
- func (k Keeper) GetMinInitialDepositRatio(ctx sdk.Context) (res sdk.Dec)
- func (k Keeper) GetParams(ctx sdk.Context) (params types.Params)
- func (k Keeper) Logger(ctx sdk.Context) log.Logger
- func (k Keeper) Params(c context.Context, req *types.QueryParamsRequest) (*types.QueryParamsResponse, error)
- 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 storeTypes.StoreKey, authority string, ) *Keeper
func (Keeper) GetBurnRatio ¶
GetBurnRatio returns the BurnRatio param.
func (Keeper) GetGasAdjustments ¶
func (k Keeper) GetGasAdjustments(ctx sdk.Context) (res []types.GasAdjustment)
GetGasAdjustments returns the GasAdjustments param.
func (Keeper) GetGasRefunds ¶
GetGasRefunds returns the GasRefunds param.
func (Keeper) GetMinGasPrice ¶
GetMinGasPrice returns the MinGasPrice param.
func (Keeper) GetMinInitialDepositRatio ¶
GetMinInitialDepositRatio returns the MinInitialDepositRatio param.
func (Keeper) Params ¶
func (k Keeper) Params(c context.Context, req *types.QueryParamsRequest) (*types.QueryParamsResponse, error)
Click to show internal directories.
Click to hide internal directories.