Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AccountKeeper ¶ added in v0.4.0
type BankKeeper ¶ added in v0.8.0
type NodeKeeper ¶
type ProviderKeeper ¶
type ProviderKeeper interface {
HasProvider(ctx sdk.Context, addr hubtypes.ProvAddress) bool
}
type SubscriptionKeeper ¶ added in v0.11.0
type SubscriptionKeeper interface {
CreateSubscriptionForPlan(ctx sdk.Context, accAddr sdk.AccAddress, id uint64, denom string) (*subscriptiontypes.PlanSubscription, error)
}
Click to show internal directories.
Click to hide internal directories.