Documentation ¶
Index ¶
- func NewMsgServerImpl(keeper Keeper) types.MsgServer
- type Keeper
- func (k Keeper) ChangeParamsProposal(ctx sdk.Context, proposal *types.ChangeParamsProposal) error
- func (k Keeper) GetAllHash(ctx sdk.Context) (list []types.Hash)
- func (k Keeper) GetHash(ctx sdk.Context, index string) (val types.Hash, found bool)
- func (k Keeper) GetParams(ctx sdk.Context) (params types.Params)
- func (k Keeper) Hash(goCtx context.Context, req *types.QueryGetHashRequest) (*types.QueryGetHashResponse, error)
- func (k Keeper) HashAll(goCtx context.Context, req *types.QueryAllHashRequest) (*types.QueryAllHashResponse, error)
- func (k Keeper) Logger(ctx sdk.Context) log.Logger
- func (k Keeper) Params(c context.Context, req *types.QueryParamsRequest) (*types.QueryParamsResponse, error)
- func (k Keeper) RemoveHash(ctx sdk.Context, index string)
- func (k Keeper) SetHash(ctx sdk.Context, hash types.Hash)
- func (k Keeper) SetParams(ctx sdk.Context, params types.Params)
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
}
func NewKeeper ¶
func NewKeeper( cdc codec.BinaryCodec, storeKey, memKey storetypes.StoreKey, bankKeeper types.BankKeeper, rarimocoreKeeper types.RarimocoreKeeper, tokenmanagerKeepr types.TokenmanagerKeeper, ) *Keeper
func (Keeper) ChangeParamsProposal ¶
func (Keeper) GetAllHash ¶
GetAllHash returns all hash
func (Keeper) Hash ¶
func (k Keeper) Hash(goCtx context.Context, req *types.QueryGetHashRequest) (*types.QueryGetHashResponse, error)
func (Keeper) HashAll ¶
func (k Keeper) HashAll(goCtx context.Context, req *types.QueryAllHashRequest) (*types.QueryAllHashResponse, error)
func (Keeper) Params ¶
func (k Keeper) Params(c context.Context, req *types.QueryParamsRequest) (*types.QueryParamsResponse, error)
func (Keeper) RemoveHash ¶
RemoveHash removes a hash from the store
Click to show internal directories.
Click to hide internal directories.