preVerificationGas property

  1. @TagNumber(5)
List<int> get preVerificationGas

The amount of gas to pay for to compensate the bundler for pre-verification execution and calldata

Implementation

@$pb.TagNumber(5)
$core.List<$core.int> get preVerificationGas => $_getN(4);
  1. @TagNumber(5)
set preVerificationGas (List<int> v)

Implementation

@$pb.TagNumber(5)
set preVerificationGas($core.List<$core.int> v) {
  $_setBytes(4, v);
}