UniDevKit - v1.0.12
    Preparing search index...

    Interface QuoteResponse

    Response structure for a successful quote simulation.

    interface QuoteResponse {
        amountOut: bigint;
        estimatedGasUsed: bigint;
        timestamp: number;
    }
    Index

    Properties

    amountOut: bigint

    The estimated amount of tokens out for the given input amount.

    estimatedGasUsed: bigint

    The estimated gas used for the transaction.

    timestamp: number

    The timestamp when the quote was fetched.