Skip to content

VEProvider

The VEProvider class inherits from the VEProxy class and is used to represent the current provider of your DApp.

The Application Programming Interface of a VEProviderProxy instance is very smilar to the one of a VEProxy instance, except that :

  • If ethersInstance argument is not explicitly given during instantiation, the class will automatically try to find one
  • If extensionInstance argument in not explicitly given during instantiation, it defaults to a VEProviderExtension instance
  • If placeholderInstance argument in not explicitly given during instantiation, it defaults to a VEProviderPlaceholder instance

Released under the MIT License.