Documentation ¶
Index ¶
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
}
Keeper of this module maintains distributing tokens to all stakers.
func NewKeeper ¶
func NewKeeper( cdc codec.BinaryCodec, storeKey storetypes.StoreKey, sk types.SequencerKeeper, bk types.BankKeeper, tk types.TransferKeeper, hooks types.MultiDenomMetadataHooks, ) Keeper
NewKeeper creates new instances of the Keeper
func (*Keeper) GetHooks ¶
func (k *Keeper) GetHooks() types.MultiDenomMetadataHooks
GetHooks get the denommetadata hooks
func (*Keeper) SetHooks ¶
func (k *Keeper) SetHooks(sh types.MultiDenomMetadataHooks)
SetHooks set the denommetadata hooks
type Querier ¶
type Querier struct {
Keeper
}
Querier defines a wrapper around the x/FeeShare keeper providing gRPC method handlers.
func NewQuerier ¶
func (Querier) IBCDenomByDenomTrace ¶
func (q Querier) IBCDenomByDenomTrace( _ context.Context, req *types.QueryGetIBCDenomByDenomTraceRequest, ) (*types.QueryIBCDenomByDenomTraceResponse, error)
IBCDenomByDenomTrace returns IBC denom base on denom trace
Click to show internal directories.
Click to hide internal directories.