types

package
v0.7.32 Latest Latest
Warning

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

Go to latest
Published: Jan 10, 2024 License: GPL-3.0 Imports: 4 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type AccountKeeper

type AccountKeeper interface {
	GetModuleAccount(ctx sdk.Context, moduleName string) authtypes.ModuleAccountI
}

AccountKeeper defines the account contract that must be fulfilled when creating a x/bank keeper.

type DistributionKeeper

type DistributionKeeper interface {
	GetFeePool(sdk.Context) disttypes.FeePool
	SetFeePool(sdk.Context, disttypes.FeePool)
}

DistributionKeeper defines the distribution contract that must be fulfilled when creating a x/bank keeper.

type MintKeeper

type MintKeeper interface {
	GetParams(sdk.Context) minttypes.Params
}

Jump to

Keyboard shortcuts

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