Hierarchy

  • AbstractClientWallet<EmbeddedWalletOptions, EmbeddedWalletConnectionArgs>
    • EmbeddedWallet

Constructors

Properties

connector?: EmbeddedWalletConnector
options: EmbeddedWalletOptions
id: "embeddedWallet" = walletIds.embeddedWallet
meta: {
    iconURL: string;
    name: string;
} = ...

Type declaration

  • iconURL: string
  • name: string

Methods

  • Parameters

    • oauthOption: OauthOption

    Returns Promise<undefined | {
        error: string;
        success?: undefined;
    } | {
        error?: undefined;
        success: boolean;
    }>

  • Parameters

    • otp: string

    Returns Promise<undefined | {
        error: string;
        success?: undefined;
    } | {
        error?: undefined;
        success: boolean;
    }>

Generated using TypeDoc