Canton dApp Booster
    Preparing search index...

    Props for FakeSessionProvider. party is what a connect resolves to, and omitting it stands for a wallet reporting none; status starts the session mid-flight, and its default of 'disconnected' makes a component's connect face render first.

    interface FakeSessionProviderProps {
        children: ReactNode;
        connectError?: Error;
        isLocked?: boolean;
        party?: Party;
        status?: ConnectionStatus;
    }
    Index
    children: ReactNode
    connectError?: Error
    isLocked?: boolean
    party?: Party