Documentation ¶
Index ¶
- func NewMsgServerImpl(keeper Keeper) types.MsgServer
- type Keeper
- func (k Keeper) GetFees(ctx sdk.Context) (*types.Fees, error)
- func (k Keeper) GetParams(ctx sdk.Context) types.Params
- func (k Keeper) Logger(ctx sdk.Context) log.Logger
- func (k Keeper) ModuleName() string
- func (k Keeper) Params(c context.Context, req *types.QueryParamsRequest) (*types.QueryParamsResponse, error)
- func (k Keeper) QueryFees(c context.Context, req *types.QueryFeesRequest) (*types.Fees, error)
- func (k Keeper) SetCommunityFundFee(ctx sdk.Context, fee string) error
- func (k Keeper) SetParams(ctx sdk.Context, params types.Params)
- func (k Keeper) SetSecurityFee(ctx sdk.Context, fee string) error
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 { Scheduler types.Scheduler Chains []xchain.FundCollecter KeeperUtil keeperutil.KeeperUtilI[*types.Fees] Store types.TreasuryStore // contains filtered or unexported fields }
func NewKeeper ¶
func NewKeeper( cdc codec.BinaryCodec, storeKey, memKey storetypes.StoreKey, ps paramtypes.Subspace, bank types.BankKeeper, account types.AccountKeeper, scheduler types.Scheduler, ) *Keeper
func (Keeper) ModuleName ¶
func (Keeper) Params ¶
func (k Keeper) Params(c context.Context, req *types.QueryParamsRequest) (*types.QueryParamsResponse, error)
func (Keeper) SetCommunityFundFee ¶ added in v1.4.0
Click to show internal directories.
Click to hide internal directories.