Skip to content

TransferJpycResult

Defined in: src/client/transfer-jpyc.ts:53

Result of a transferJpyc call.

Properties

success

readonly success: boolean | null

Defined in: src/client/transfer-jpyc.ts:58

true if the bundler receipt reported success; null if not awaited.


transactionHash

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

Defined in: src/client/transfer-jpyc.ts:56

null when waitForReceipt: false was requested.


userOpHash

readonly userOpHash: `0x${string}`

Defined in: src/client/transfer-jpyc.ts:54