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

    Interface StellarDeployment

    Public XOXNO Stellar deployment metadata.

    The API URL is deliberately absent: it belongs to XOXNOClientOptions and may use a different host from the chain infrastructure. Consumers choose a manifest entry by network and may pass its addresses/URLs to their own transaction and RPC clients.

    interface StellarDeployment {
        aggregatorRouter: string;
        aquariusApiUrl: string;
        aquariusRouter: string;
        explorerNetwork: "testnet" | "public";
        governance: string;
        horizonUrl: string;
        lendingController: string;
        name: StellarNetwork;
        passphrase: string;
        positionNftContract: string;
        priceAggregator: string;
        quoteUrl: string;
        sorobanRpcUrl: string;
    }
    Index

    Properties

    aggregatorRouter: string
    aquariusApiUrl: string
    aquariusRouter: string
    explorerNetwork: "testnet" | "public"
    governance: string
    horizonUrl: string
    lendingController: string
    passphrase: string
    positionNftContract: string
    priceAggregator: string
    quoteUrl: string
    sorobanRpcUrl: string