SimulationResponse defines the response generated when a transaction is successfully simulated.

interface SimulationResponse {
    gasInfo: undefined | GasInfo;
    result?: Result;
}

Properties

Properties

gasInfo: undefined | GasInfo
result?: Result