RevokeSessionKeyResult
Defined in: src/session/revoke.ts:103
Result of revokeSessionKey.
Properties
success
readonlysuccess:boolean|null
Defined in: src/session/revoke.ts:109
true if the bundler reported success, null if not awaited.
transactionHash
readonlytransactionHash:`0x${string}`|null
Defined in: src/session/revoke.ts:107
Bundler transaction hash, present when waitForReceipt (default true).
userOpHash
readonlyuserOpHash:`0x${string}`
Defined in: src/session/revoke.ts:105
Hash of the uninstall UserOp.