Receipt

Overview

The receipt object is returned after a transaction is deployed on chain.

Parameters

.txid
string
Required

Transaction id/hash that has been sent on chain. You can view the txid on etherscan.

.ophash
string
Required

User operation hash calculated in accordance to ERC4337.

Usage

const receipt = await wallet.transfer(auth, { to: "0x07Ac5A221e5b3263ad0E04aBa6076B795A91aef9", amount: 5, token: "USDC" })
On this page