Erc4337FetchResult
Erc4337FetchResult =
object
Defined in: trackers/erc4337Tracker.ts:34
The result erc4337Fetcher reports on each polling tick.
Properties
hash?
optionalhash?:Hex
Defined in: trackers/erc4337Tracker.ts:40
The hash of the bundle transaction that included the UserOperation, once known.
reason?
optionalreason?:string
Defined in: trackers/erc4337Tracker.ts:42
The failure reason: the revert reason of the receipt, or a validation message.
receipt
receipt:
Erc4337UserOpReceipt|null
Defined in: trackers/erc4337Tracker.ts:36
The UserOperation receipt, or null while it is not available.
status
status:
"pending"|"success"|"failed"
Defined in: trackers/erc4337Tracker.ts:38
pending while the UserOperation is not bundled, then success or failed.
Last updated on