Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type TxGasHandlerMock ¶
type TxGasHandlerMock struct {
// contains filtered or unexported fields
}
TxGasHandlerMock -
func NewTxGasHandlerMock ¶ added in v1.0.17
func NewTxGasHandlerMock() *TxGasHandlerMock
NewTxGasHandlerMock -
func (*TxGasHandlerMock) ComputeTxFee ¶ added in v1.0.17
func (ghm *TxGasHandlerMock) ComputeTxFee(tx data.TransactionWithFeeHandler) *big.Int
ComputeTxFee -
func (*TxGasHandlerMock) IsInterfaceNil ¶
func (ghm *TxGasHandlerMock) IsInterfaceNil() bool
IsInterfaceNil -
func (*TxGasHandlerMock) WithGasPriceModifier ¶ added in v1.0.17
func (ghm *TxGasHandlerMock) WithGasPriceModifier(gasPriceModifier float64) *TxGasHandlerMock
WithGasPriceModifier -
Click to show internal directories.
Click to hide internal directories.