Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewMsgServerImpl ¶
NewMsgServerImpl returns an implementation of the x/mint MsgServer interface.
Types ¶
type GrpcQuerier ¶
type GrpcQuerier struct {
// contains filtered or unexported fields
}
func NewGrpcQuerier ¶
func NewGrpcQuerier(k Keeper) GrpcQuerier
func (GrpcQuerier) Params ¶
func (g GrpcQuerier) Params(stdCtx context.Context, _ *types.QueryParamsRequest) (*types.QueryParamsResponse, error)
Params return global-fee params
type Keeper ¶
type Keeper struct {
// contains filtered or unexported fields
}
Keeper of the globalfee store
func NewKeeper ¶
func NewKeeper( cdc codec.BinaryCodec, key storetypes.StoreKey, authority string, ) Keeper
func (Keeper) GetAuthority ¶
GetAuthority returns the x/globalfee module's authority.
Click to show internal directories.
Click to hide internal directories.