Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type LnMsgDecorator ¶
type LnMsgDecorator struct { ChannelKeeper *channelkeeper.Keeper BankKeeper evmtypes.BankKeeper }
GasWantedDecorator keeps track of the gasWanted amount on the current block in transient store for BaseFee calculation. NOTE: This decorator does not perform any validation
func NewLnMsgDecorator ¶
func NewLnMsgDecorator(channelkeeper *channelkeeper.Keeper, bankkeeper evmtypes.BankKeeper) LnMsgDecorator
NewGasWantedDecorator creates a new NewGasWantedDecorator
func (LnMsgDecorator) AnteHandle ¶
Click to show internal directories.
Click to hide internal directories.