UserOperationReceipt class

Constructors

UserOperationReceipt(String userOpHash, String? entrypoint, String sender, BigInt nonce, String? paymaster, BigInt actualGasCost, BigInt actualGasUsed, bool success, String? reason, List logs)
UserOperationReceipt.fromMap(Map<String, dynamic> map)
factory

Properties

actualGasCost BigInt
final
actualGasUsed BigInt
final
entrypoint String?
read / write
hashCode int
The hash code for this object.
read-onlyinherited
logs List
final
nonce BigInt
final
paymaster String?
read / write
reason String?
read / write
runtimeType Type
A representation of the runtime type of the object.
read-onlyinherited
sender String
final
success bool
final
userOpHash String
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