Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CountTXDecorator ¶
type CountTXDecorator struct {
// contains filtered or unexported fields
}
func NewCountTXDecorator ¶
func NewCountTXDecorator(storeKey storetypes.StoreKey) *CountTXDecorator
func (CountTXDecorator) AnteHandle ¶
type GRPCQueryRouter ¶
type GRPCQueryRouter interface {
Route(path string) baseapp.GRPCQueryHandler
}
type Keeper ¶
type Keeper struct{}
func NewKeeper ¶
func NewKeeper( codec.Codec, storetypes.StoreKey, paramtypes.Subspace, types.AccountKeeper, types.BankKeeper, types.StakingKeeper, types.DistributionKeeper, types.ChannelKeeper, types.PortKeeper, types.CapabilityKeeper, types.ICS20TransferPortSource, MessageRouter, GRPCQueryRouter, string, types.WasmConfig, string, ...Option, ) Keeper
type LimitSimulationGasDecorator ¶
type LimitSimulationGasDecorator struct {
// contains filtered or unexported fields
}
func NewLimitSimulationGasDecorator ¶
func NewLimitSimulationGasDecorator(gasLimit *sdk.Gas) *LimitSimulationGasDecorator
func (LimitSimulationGasDecorator) AnteHandle ¶
type MessageRouter ¶
type MessageRouter interface {
Handler(msg sdk.Msg) baseapp.MsgServiceHandler
}
type Option ¶
type Option struct{}
func WithVMCacheMetrics ¶
func WithVMCacheMetrics(prometheus.Registerer) Option
type ValidatorSetSource ¶
type ValidatorSetSource interface {
ApplyAndReturnValidatorSetUpdates(sdk.Context) (updates []abci.ValidatorUpdate, err error)
}
Click to show internal directories.
Click to hide internal directories.