Documentation ¶
Index ¶
- func NewMsgServerImpl(keeper Keeper) types.MsgServer
- func NewQuerier(keeper Keeper) types.QueryServer
- type Keeper
- func (k Keeper) GetGasEstimate(ctx sdk.Context, network string) (types.GasEstimate, error)
- func (k Keeper) GetParams(ctx sdk.Context) (params types.Params)
- func (k Keeper) Logger(ctx sdk.Context) log.Logger
- func (k Keeper) SetGasEstimate(ctx sdk.Context, gasEstimate types.GasEstimate)
- 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 gasestimate MsgServer interface for the provided Keeper.
func NewQuerier ¶
func NewQuerier(keeper Keeper) types.QueryServer
NewQuerier returns an implementation of the gasestimate QueryServer interface for the provided Keeper.
Types ¶
type Keeper ¶
type Keeper struct { IBCKeeper *ibctransfer.Keeper BankKeeper types.BankKeeper // contains filtered or unexported fields }
func NewKeeper ¶
func NewKeeper( cdc codec.BinaryCodec, storeKey storetypes.StoreKey, authority string, ) Keeper
NewKeeper constructs a new keeper for gasestimate module.
func (Keeper) GetGasEstimate ¶
get gas estimates
func (Keeper) SetGasEstimate ¶
func (k Keeper) SetGasEstimate(ctx sdk.Context, gasEstimate types.GasEstimate)
set gas estimates
Click to show internal directories.
Click to hide internal directories.