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 DepositKeeper ¶ added in v0.3.1
type NodeKeeper ¶ added in v0.4.0
type PlanKeeper ¶
type SubscriptionKeeper ¶
type SubscriptionKeeper interface { GetSubscription(ctx sdk.Context, id uint64) (subscriptiontypes.Subscription, bool) GetSubscriptionsForNode(ctx sdk.Context, address hubtypes.NodeAddress, skip, limit int64) subscriptiontypes.Subscriptions HasSubscriptionForNode(ctx sdk.Context, address hubtypes.NodeAddress, id uint64) bool GetActiveSubscriptionsForAddress(ctx sdk.Context, address sdk.AccAddress, skip, limit int64) subscriptiontypes.Subscriptions SetQuota(ctx sdk.Context, id uint64, quota subscriptiontypes.Quota) GetQuota(ctx sdk.Context, id uint64, address sdk.AccAddress) (subscriptiontypes.Quota, bool) HasQuota(ctx sdk.Context, id uint64, address sdk.AccAddress) bool }
Click to show internal directories.
Click to hide internal directories.