ReadonlyreceiptStatus
receiptStatus: "success" | "reverted"
ReadonlypoolCreated
poolCreated: null | Readonly<{ poolAddress: `0x${string}`; logIndex: number }>
Readonlyinitialization
initialization:
| null
| Readonly<
{
poolAddress: `0x${string}`;
sqrtPriceX96: bigint;
tick: number;
logIndex: number;
},
>