Documentation ¶
Index ¶
- type DyncommDecorator
- func (dd DyncommDecorator) AnteHandle(ctx sdk.Context, tx sdk.Tx, simulate bool, next sdk.AnteHandler) (sdk.Context, error)
- func (dd DyncommDecorator) FilterMsgsAndProcessMsgs(ctx sdk.Context, msgs ...sdk.Msg) (err error)
- func (dd DyncommDecorator) ProcessEditValidator(ctx sdk.Context, msg sdk.Msg) (err error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DyncommDecorator ¶
type DyncommDecorator struct {
// contains filtered or unexported fields
}
DyncommDecorator checks for EditValidator and rejects edits that do not conform with dyncomm
func NewDyncommDecorator ¶
func NewDyncommDecorator(cdc codec.BinaryCodec, dk dyncommkeeper.Keeper, sk *stakingkeeper.Keeper) DyncommDecorator
func (DyncommDecorator) AnteHandle ¶
func (DyncommDecorator) FilterMsgsAndProcessMsgs ¶
func (DyncommDecorator) ProcessEditValidator ¶
Click to show internal directories.
Click to hide internal directories.