ParentToChildMessageGasEstimator
Type Aliases
PercentIncrease
type PercentIncrease = object;
Defined in: message/ParentToChildMessageGasEstimator.ts:43
An optional big number percentage increase
Properties
base?
optional base: BigNumber;
Defined in: message/ParentToChildMessageGasEstimator.ts:47
If provided, will override the estimated base
percentIncrease?
optional percentIncrease: BigNumber;
Defined in: message/ParentToChildMessageGasEstimator.ts:52
How much to increase the base by. If not provided system defaults may be used.