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 Lease leasekeeper.Keeper Node nodekeeper.Keeper Plan plankeeper.Keeper Provider providerkeeper.Keeper Session sessionkeeper.Keeper Subscription subscriptionkeeper.Keeper }
func NewKeeper ¶
func NewKeeper( cdc codec.BinaryCodec, key storetypes.StoreKey, accountKeeper expected.AccountKeeper, bankKeeper expected.BankKeeper, distributionKeeper expected.DistributionKeeper, router *baseapp.MsgServiceRouter, authority, feeCollectorName string, ) Keeper
func (*Keeper) BeginBlock ¶
func (*Keeper) ExportGenesis ¶
func (k *Keeper) ExportGenesis(ctx sdk.Context) *v1.GenesisState
func (*Keeper) InitGenesis ¶
func (k *Keeper) InitGenesis(ctx sdk.Context, state *v1.GenesisState)
Click to show internal directories.
Click to hide internal directories.