Skip to content

RevokeSessionKeyResult

Defined in: src/session/revoke.ts:86

Result of revokeSessionKey.

Properties

success

readonly success: boolean | null

Defined in: src/session/revoke.ts:92

true if the bundler reported success, null if not awaited.


transactionHash

readonly transactionHash: `0x${string}` | null

Defined in: src/session/revoke.ts:90

Bundler transaction hash, present when waitForReceipt (default true).


userOpHash

readonly userOpHash: `0x${string}`

Defined in: src/session/revoke.ts:88

Hash of the uninstall UserOp.