Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Keeper ¶
type Keeper struct { Deposit depositkeeper.Keeper Provider providerkeeper.Keeper Node nodekeeper.Keeper Plan plankeeper.Keeper Subscription subscriptionkeeper.Keeper Session sessionkeeper.Keeper }
func NewKeeper ¶
func NewKeeper( cdc codec.BinaryCodec, key sdk.StoreKey, paramsKeeper expected.ParamsKeeper, accountKeeper expected.AccountKeeper, bankKeeper expected.BankKeeper, distributionKeeper expected.DistributionKeeper, feeCollectorName string, ) (k Keeper)
Click to show internal directories.
Click to hide internal directories.