@cfxlabsinc/b2b-services
    Preparing search index...
    type SwapEstimate = {
        fees: SwapQuote["fees"];
        rawQuote?: any;
        source: Omit<SwapSide, "wallet">;
        target: Omit<SwapSide, "wallet">;
    }
    Index

    Properties

    rawQuote?: any
    source: Omit<SwapSide, "wallet">
    target: Omit<SwapSide, "wallet">