Receipt Overview The receipt object is returned after a transaction is deployed on chain. Parameters .txidstringRequiredTransaction id/hash that has been sent on chain. You can view the txid on etherscan..ophashstringRequiredUser operation hash calculated in accordance to ERC4337. Usage const receipt = await wallet.transfer(auth, { to: "0x07Ac5A221e5b3263ad0E04aBa6076B795A91aef9", amount: 5, token: "USDC" })