@xoxno/sdk-js
    Preparing search index...

    Interface StellarQuoteFetchOptions

    interface StellarQuoteFetchOptions {
        baseUrl: string;
        fetchOptions?: RequestInit;
        network?: StellarNetwork;
    }
    Index

    Properties

    baseUrl: string

    Quote-server base URL selected by the host application.

    fetchOptions?: RequestInit

    Per-call fetch options (signal, headers, etc.).

    network?: StellarNetwork

    The URL is explicit; network is retained for source compatibility.