Documentation
    Preparing search index...

    Interface SessionsConfig

    Deployed ids the sessions builders address.

    accountPackageId / accountRegistry are the same shared-account ids AccountContract takes — sessions is an Account app, so it addresses the same registry. sessionsPackageId and sessionsConfig come from the sessions deployment.

    interface SessionsConfig {
        accountPackageId: string;
        accountRegistry: string;
        sessionsConfig: string;
        sessionsPackageId: string;
    }

    Hierarchy

    • DeepbookSessionsConfig
      • SessionsConfig
    Index
    accountPackageId: string

    The shared account Move package id.

    accountRegistry: string

    The shared AccountRegistry object id.

    sessionsConfig: string

    The shared SessionsConfig object id.

    sessionsPackageId: string

    The deepbook_sessions Move package id.