@alphafi/alphalend-sdk - v1.1.19
    Preparing search index...

    Interface quoteObject

    interface quoteObject {
        estimatedAmountOut: bigint;
        estimatedAmountOutInUSD: number;
        estimatedFeeAmount: bigint;
        gateway: string;
        inputAmount: bigint;
        inputAmountInUSD: number;
        rawQuote: QuoteResponse;
        slippage: number;
    }
    Index

    Properties

    estimatedAmountOut: bigint
    estimatedAmountOutInUSD: number
    estimatedFeeAmount: bigint
    gateway: string
    inputAmount: bigint
    inputAmountInUSD: number
    rawQuote: QuoteResponse
    slippage: number