Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type IKeeper ¶
type IKeeper interface { Codec() codec.BinaryCodec StoreKey() sdk.StoreKey SetParams(ctx sdk.Context, params types.Params) error GetParams(ctx sdk.Context) (params types.Params) MinCommissionRate(ctx sdk.Context) sdk.Dec }
func NewKeeper ¶
func NewKeeper(cdc codec.BinaryCodec, skey sdk.StoreKey, pspace paramtypes.Subspace) IKeeper
NewKeeper creates and returns an instance for Provider keeper
Click to show internal directories.
Click to hide internal directories.