Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewMsgServer ¶
func NewQueryServer ¶
func NewQueryServer(keeper *Keeper) types.QueryServer
Types ¶
type Keeper ¶
type Keeper struct { GasPrices collections.Item[types.GasPrices] BypassMessages collections.KeySet[string] // contains filtered or unexported fields }
func NewKeeper ¶
func NewKeeper( authority string, registry codectypes.InterfaceRegistry, service store.KVStoreService, cdc codec.Codec, ) *Keeper
func (*Keeper) GetBypassMessages ¶
GetBypassMessages is a utility that returns all bypass messages from state.
Click to show internal directories.
Click to hide internal directories.