Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewMsgServer ¶ added in v1.5.0
func NewMsgServer( keeper Keeper, bankKeeper types.BankKeeper, tokenKeeper types.TokenKeeper, communityKeeper types.CommunityKeeper, ) types.MsgServer
NewMsgServer returns an implementation of the MsgServer interface for the provided Keeper.
func NewQueryServer ¶ added in v1.5.0
func NewQueryServer(keeper Keeper, tokenKeeper types.TokenKeeper) types.QueryServer
NewQueryServer returns an implementation of the QueryServer interface for the provided Keeper.
Types ¶
type Keeper ¶
type Keeper struct {
// contains filtered or unexported fields
}
func NewKeeper ¶
func NewKeeper( cdc codec.BinaryCodec, storeKey sdk.StoreKey, paramSpace paramtypes.Subspace, ) *Keeper
func (Keeper) IsSupervisor ¶ added in v1.5.0
Click to show internal directories.
Click to hide internal directories.