Versions in this module Expand all Collapse all v1 v1.0.0 Jan 1, 2025 Changes in this version + var EmptyAnte = func(ctx sdk.Context, tx sdk.Tx, simulate bool) (sdk.Context, error) + type MockTx struct + func NewMockTx(msgs ...sdk.Msg) MockTx + func (tx MockTx) GetMsgs() []sdk.Msg + func (tx MockTx) GetMsgsV2() ([]protov2.Message, error) + func (tx MockTx) ValidateBasic() error + type MsgFilterDecorator struct + func FilterDecorator(blockedMsgTypes ...sdk.Msg) MsgFilterDecorator + func (mfd MsgFilterDecorator) AnteHandle(ctx sdk.Context, tx sdk.Tx, simulate bool, next sdk.AnteHandler) (newCtx sdk.Context, err error) + func (mfd MsgFilterDecorator) HasDisallowedMessage(ctx sdk.Context, msgs []sdk.Msg) bool