Canton dAppBooster
    Preparing search index...

    Interface CantonConnectProviderProps

    Props for CantonConnectProvider. config is read once, when the connection actor is created: a walletPicker or additionalAdapters swapped later reaches config on the context, never the connection, which keeps the adapters it booted with. Pass the final values first.

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