Interface AlgebraPoolActionSimulation

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

Hierarchy (View Summary)

Properties

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