UserOperationGas class

Constructors

UserOperationGas({required BigInt preVerificationGas, required BigInt verificationGasLimit, BigInt? validAfter, BigInt? validUntil, required BigInt callGasLimit})
UserOperationGas.fromMap(Map<String, dynamic> map)
factory

Properties

callGasLimit BigInt
final
hashCode int
The hash code for this object.
read-onlyinherited
preVerificationGas BigInt
final
runtimeType Type
A representation of the runtime type of the object.
read-onlyinherited
validAfter BigInt?
read / write
validUntil BigInt?
read / write
verificationGasLimit BigInt
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited