types

package
v2.5.4 Latest Latest
Warning

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

Go to latest
Published: Sep 14, 2023 License: GPL-3.0 Imports: 3 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.

Jump to

Keyboard shortcuts

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