Canton dApp Booster
    Preparing search index...

    Interface CantonConnectProviderProps

    Props for CantonConnectProvider. config is read field by field, so hoist or memoise walletPicker and additionalAdapters: a fresh one of either rebuilds the DappSDK or its adapters and re-runs discovery on every render.

    <CantonConnectProvider config={{ appName: 'Vesting' }}>{children}</CantonConnectProvider>
    
    interface CantonConnectProviderProps {
        children: ReactNode;
        config: CantonConnectConfig;
    }
    Index
    children: ReactNode