exported

package
v1.10.1 Latest Latest
Warning

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

Go to latest
Published: Aug 1, 2024 License: Apache-2.0 Imports: 3 Imported by: 0

Documentation

Index

Constants

View Source
const (
	ModuleName     = types.ModuleName
	RouterKey      = types.RouterKey
	RegisterAction = types.RegisterAction
	RecordAction   = types.RecordAction

	PurchaseStorageFee     = types.PurchaseStorageFee
	DefaultStorageLimit    = types.DefaultStorageLimit
	DefaultMaxStorageLimit = types.DefaultMaxStorageLimit
)

Variables

View Source
var (
	ErrIncorrectFeeDenomination = types.ErrIncorrectFeeDenomination
	ErrInsufficientBeaconFee    = types.ErrInsufficientBeaconFee
	ErrTooMuchBeaconFee         = types.ErrTooMuchBeaconFee
	ErrExceedsMaxStorage        = types.ErrExceedsMaxStorage
)

Functions

func CheckIsBeaconTx

func CheckIsBeaconTx(tx sdk.Tx) bool

Types

type ParamSet added in v1.10.0

type ParamSet = paramtypes.ParamSet

type Subspace added in v1.10.0

type Subspace interface {
	GetParamSet(ctx sdk.Context, ps ParamSet)
}

Subspace defines an interface that implements the legacy x/params Subspace type.

NOTE: This is used solely for migration of x/params managed parameters.

Jump to

Keyboard shortcuts

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