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 DistributionKeeper ¶ added in v0.4.0
type ProviderKeeper ¶
type ProviderKeeper interface {
HasProvider(ctx sdk.Context, addr hubtypes.ProvAddress) bool
}
type SubscriptionKeeper ¶ added in v0.11.0
type SubscriptionKeeper interface {
CreateSubscriptionForNode(ctx sdk.Context, accAddr sdk.AccAddress, nodeAddr hubtypes.NodeAddress, gigabytes, hours int64, denom string) (*subscriptiontypes.NodeSubscription, error)
}
Click to show internal directories.
Click to hide internal directories.