Documentation ¶
Index ¶
- func NewMsgServerImpl(keeper Keeper) types.MsgServer
- type Keeper
- func (k Keeper) AddressPrefix(goCtx context.Context, req *types.QueryAddressPrefixRequest) (*types.QueryAddressPrefixResponse, error)
- func (k Keeper) CheckAccAddress(ctx sdk.Context, denom, address string) error
- func (k Keeper) CheckValAddress(ctx sdk.Context, denom, address string) error
- func (k Keeper) GetAccAddressPrefix(ctx sdk.Context, denom string) (val string, found bool)
- func (k Keeper) GetAddressPrefixList(ctx sdk.Context) []*types.AddressPrefix
- func (k Keeper) GetParams(ctx sdk.Context) types.Params
- func (k Keeper) GetValAddressPrefix(ctx sdk.Context, denom string) (val string, found bool)
- 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) SetAccAddressPrefix(ctx sdk.Context, denom, addrPrefix string)
- func (k Keeper) SetParams(ctx sdk.Context, params types.Params)
- func (k Keeper) SetValAddressPrefix(ctx sdk.Context, denom, addrPrefix string)
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, ps paramtypes.Subspace, sudoKeeper types.SudoKeeper, bankKeeper types.BankKeeper, ) *Keeper
func (Keeper) AddressPrefix ¶
func (k Keeper) AddressPrefix(goCtx context.Context, req *types.QueryAddressPrefixRequest) (*types.QueryAddressPrefixResponse, error)
func (Keeper) CheckAccAddress ¶
func (Keeper) CheckValAddress ¶
func (Keeper) GetAccAddressPrefix ¶
func (Keeper) GetAddressPrefixList ¶
func (k Keeper) GetAddressPrefixList(ctx sdk.Context) []*types.AddressPrefix
func (Keeper) GetValAddressPrefix ¶
func (Keeper) Params ¶
func (k Keeper) Params(c context.Context, req *types.QueryParamsRequest) (*types.QueryParamsResponse, error)
func (Keeper) SetAccAddressPrefix ¶
Click to show internal directories.
Click to hide internal directories.