Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewHandler ¶
NewHandler returns a handler for "market" type messages
Types ¶
type DeploymentKeeper ¶
type DeploymentKeeper interface { GetGroup(ctx sdk.Context, id dtypes.GroupID) (dtypes.Group, bool) OnLeaseCreated(ctx sdk.Context, id dtypes.GroupID) OnLeaseInsufficientFunds(ctx sdk.Context, id dtypes.GroupID) OnLeaseClosed(ctx sdk.Context, id dtypes.GroupID) }
DeploymentKeeper Interface includes deployment methods
type Keepers ¶
type Keepers struct { Market keeper.Keeper Deployment DeploymentKeeper Provider ProviderKeeper Bank bank.Keeper }
Keepers include all modules keepers
Click to show internal directories.
Click to hide internal directories.