handler

package
v2.1.0-alpha.aep86.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jun 4, 2026 License: Apache-2.0 Imports: 6 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func NewMsgServerImpl

func NewMsgServerImpl(k keeper.Keeper) vtypes.MsgServer

Types

type MarketStatsKeeper

type MarketStatsKeeper interface {
	GetProviderLeaseStats(ctx sdk.Context, provider sdk.Address) (ProviderLeaseStats, bool)
}

type ProviderKeeper

type ProviderKeeper interface {
	Get(ctx sdk.Context, id sdk.Address) (ptypes.Provider, bool)
}

type ProviderLeaseStats

type ProviderLeaseStats struct {
	Completed  uint64
	Terminated uint64
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL