Canton dAppBooster
    Preparing search index...
    InitOptions: NonNullable<Parameters<DappSDK["init"]>[0]>

    What DappSDK.init accepts, read off the SDK rather than restated. The init actor defaults defaultAdapters to empty, dropping the SDK's bundled dev gateway, and whatever is set here wins over that default.

    const initOptions: InitOptions = { additionalAdapters: [createMockAdapter()] }