ante

package
v11.0.0 Latest Latest
Warning

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

Go to latest
Published: Jul 6, 2023 License: Apache-2.0 Imports: 7 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type FeeDecorator

type FeeDecorator struct {
	// contains filtered or unexported fields
}

func (FeeDecorator) AnteHandle

func (mfd FeeDecorator) AnteHandle(ctx sdk.Context, tx sdk.Tx, simulate bool, next sdk.AnteHandler) (newCtx sdk.Context, err error)

AnteHandle implements the AnteDecorator interface

type GlobalFeeReaderExpected

type GlobalFeeReaderExpected interface {
	GetContractAuthorization(ctx sdk.Context, contractAddr sdk.AccAddress) (types.ContractAuthorization, bool)
	GetCodeAuthorization(ctx sdk.Context, codeID uint64) (types.CodeAuthorization, bool)
	GetContractInfo(ctx sdk.Context, contractAddress sdk.AccAddress) *wasmtypes.ContractInfo
	GetParams(ctx sdk.Context) types.Params
}

type StakingReaderExpected

type StakingReaderExpected interface {
	BondDenom(ctx sdk.Context) string
}

Jump to

Keyboard shortcuts

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