Documentation ¶
Index ¶
- func NewQuerier(keeper Keeper) sdk.Querier
- type Keeper
- func (k *Keeper) GetFixedGasParams(ctx sdk.Context) types.FixedGasParams
- func (k *Keeper) GetMinGasPrice(ctx sdk.Context) sdk.DecCoin
- func (k *Keeper) GetSupervisors(ctx sdk.Context) []string
- func (k *Keeper) SetFixedGasParams(ctx sdk.Context, out types.FixedGasParams)
- func (k *Keeper) SetMinGasPrice(ctx sdk.Context, price sdk.DecCoin)
- func (k *Keeper) SetSupervisors(ctx sdk.Context, supervisors []string)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewQuerier ¶
NewQuerier creates a new querier for token clients.
Types ¶
type Keeper ¶
type Keeper struct {
// contains filtered or unexported fields
}
Keeper maintains the link to data storage and exposes getter/setter methods for the various parts of the state machine
func (*Keeper) GetFixedGasParams ¶
func (k *Keeper) GetFixedGasParams(ctx sdk.Context) types.FixedGasParams
func (*Keeper) GetSupervisors ¶
GetSupervisors returns the current supervisors
func (*Keeper) SetFixedGasParams ¶
func (k *Keeper) SetFixedGasParams(ctx sdk.Context, out types.FixedGasParams)
Click to show internal directories.
Click to hide internal directories.