User-specified additional computation factor (minimum 0).
0
is provided, no additional logic is applied to the computation limit.0
tells the node that it needs to treat the transaction
as if it uses more gas than its serialized size indicates.1
increases the "wasm lane" size bucket for this transaction by 1
.For example:
0
and additionalComputationFactor = 2
,
the transaction will be treated as if it belongs to bucket 2
.The tolerance for gas price fluctuations in fixed pricing mode.
Generated using TypeDoc
Represents the fixed pricing mode, including a parameter for gas price tolerance.