aftermath-ts-sdk - v3.3.3
    Preparing search index...

    Interface ScallopAddresses

    Object addresses used by Scallop integrations.

    interface ScallopAddresses {
        objects: {
            afSuiMarket: string;
            coinDecimalsRegistry: string;
            version: string;
            xOracle: string;
        };
    }
    Index
    objects: {
        afSuiMarket: string;
        coinDecimalsRegistry: string;
        version: string;
        xOracle: string;
    }

    Shared object IDs consumed by Scallop operations.

    Type Declaration

    • afSuiMarket: string

      afSUI market shared object.

    • coinDecimalsRegistry: string

      Coin-decimals registry shared object.

    • version: string

      Scallop version shared object.

    • xOracle: string

      Scallop xOracle shared object.