CDP Frontend SDK
    Preparing search index...
    type User = {
        userId: string;
        authenticationMethods: AuthenticationMethods;
        evmAccounts?: EvmAddress[];
        evmSmartAccounts?: EvmAddress[];
    }
    Index

    Properties

    userId: string
    authenticationMethods: AuthenticationMethods
    evmAccounts?: EvmAddress[]
    evmSmartAccounts?: EvmAddress[]