Canton dAppBooster
    Preparing search index...

    Props for FakeSessionProvider. status starts the session mid-flight and account is what a connect resolves to; readingAccounts reaches the pending face over a live session, and sdk drives a hook's own pending, error and reset(), never what a wallet returns.

    interface FakeSessionProviderProps {
        account?: Wallet;
        children: ReactNode;
        connectError?: Error;
        isLocked?: boolean;
        readingAccounts?: boolean;
        sdk?: Partial<DappSdkMethods>;
        status?: ConnectionStatus;
    }
    Index
    account?: Wallet
    children: ReactNode
    connectError?: Error
    isLocked?: boolean
    readingAccounts?: boolean
    sdk?: Partial<DappSdkMethods>