Class MeteorWebProvider

Hierarchy

Constructors

Properties

_provider?: EthersProvider
address?: string
appId?: string
chain?: Chain
communicator?: Communicator
destroyed: boolean = false
ethereumProvider?: ExternalProvider
isConnected?: boolean
onInitializing: boolean = false
userInfo?: any
wallet?: WALLET

Methods

  • Parameters

    • Optional params: {
          provider?: any;
      }
      • Optional provider?: any

    Returns Promise<{
        address: string;
        chain: Chain;
        userInfo?: any;
        wallet: WALLET;
    }>

Generated using TypeDoc