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

    Interface StellarQuoteFetchOptions

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

    Properties

    baseUrl?: string

    Override the resolved base URL (useful for tests / preview).

    fetchOptions?: RequestInit

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

    Network selects which base URL to hit.