Interface V3PoolActionSimulation

interface V3PoolActionSimulation {
    transaction: EncodedEvmTransaction;
    blockNumber: bigint;
    returnData: null | `0x${string}`;
    gasEstimate: bigint;
    returnedPoolAddress: null | `0x${string}`;
}

Hierarchy (View Summary)

Properties

blockNumber: bigint
returnData: null | `0x${string}`
gasEstimate: bigint
returnedPoolAddress: null | `0x${string}`