Documentation
    Preparing search index...

    Interface SessionsSpotIds

    Ids the DeepBook spot session wrappers need on top of SessionsConfig. The Predict wrappers never take these, so they are kept off the main config rather than made optional there.

    interface SessionsSpotIds {
        deepbookCoreAccountPackageId: string;
        deepbookRegistry: string;
    }
    Index
    deepbookCoreAccountPackageId: string

    The deepbook_core_account Move package id.

    deepbookRegistry: string

    DeepBook's shared Registrydeepbook_registry on the spot entrypoints.