UserOperation class

Constructors

UserOperation({String? sender, int? nonce, String? initCode, String? callData, int? callGasLimit, int? verificationGasLimit, int? preVerificationGas, int? maxFeePerGas, int? maxPriorityFeePerGas, String? paymasterAndData, String? signature})
UserOperation.fromJson(Map<String, dynamic> json)
factory

Properties

callData String?
getter/setter pair
callGasLimit int?
getter/setter pair
getCallData String?
no setter
getCallGasLimit int?
no setter
getInitCode String?
no setter
getMaxFeePerGas int?
no setter
getMaxPriorityFeePerGas int?
no setter
getNonce int?
no setter
getPaymasterAndData String?
no setter
getPreVerificationGas int?
no setter
getSender String?
no setter
getSignature String?
no setter
getVerificationGasLimit int?
no setter
hashCode int
The hash code for this object.
no setterinherited
initCode String?
getter/setter pair
maxFeePerGas int?
getter/setter pair
maxPriorityFeePerGas int?
getter/setter pair
nonce int?
getter/setter pair
paymasterAndData String?
getter/setter pair
preVerificationGas int?
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
sender String?
getter/setter pair
setCallData String?
no getter
setCallGasLimit int?
no getter
setInitCode String?
no getter
setMaxFeePerGas int?
no getter
setMaxPriorityFeePerGas int?
no getter
setNonce int?
no getter
setPaymasterAndData String?
no getter
setPreVerificationGas int?
no getter
setSender String?
no getter
setSignature String?
no getter
setVerificationGasLimit int?
no getter
signature String?
getter/setter pair
verificationGasLimit int?
getter/setter pair

Methods

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

Operators

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