CDP Frontend SDK
    Preparing search index...

    Interface CDPContextValue

    Core context value interface for the CDP (Coinbase Developer Platform) provider.

    interface CDPContextValue {
        isInitialized: boolean;
        currentUser: null | User;
        isSignedIn: boolean;
        config: Config;
    }
    Index

    Properties

    isInitialized: boolean

    Whether the CDP SDK has completed initialization

    currentUser: null | User

    The currently authenticated user, or null if not signed in

    isSignedIn: boolean

    Convenience boolean indicating if there is an authenticated user

    config: Config

    The CDP config