(to: Address, amount: bigint)
| 59 | } |
| 60 | |
| 61 | const encodeUSDCTransfer = (to: Address, amount: bigint) => |
| 62 | encodeFunctionData({ abi: erc20Abi, functionName: 'transfer', args: [to, amount] }) |
| 63 | |
| 64 | const encodeMemo = (target: Address, data: `0x${string}`, memoId: `0x${string}`, memo: `0x${string}`) => |
| 65 | encodeFunctionData({ |