Skip to main content

ParentToChildMessageGasEstimator

Type Aliases

PercentIncrease

type PercentIncrease = object;

Defined in: message/ParentToChildMessageGasEstimator.ts:43

An optional big number percentage increase

Properties

PropertyTypeDescriptionDefined in
base?BigNumberIf provided, will override the estimated basemessage/ParentToChildMessageGasEstimator.ts:47
percentIncrease?BigNumberHow much to increase the base by. If not provided system defaults may be used.message/ParentToChildMessageGasEstimator.ts:52