Global

Type Definitions

MetaMaskOptions

Source:
Properties:
Name Type Description
platform Platform

An object including platform-specific functions.

Type:
  • object

Platform

Source:
Properties:
Name Type Description
reload function

A function to reload the application.

openWindow function

Opens a URL in the web browser.

getVersion function

Gets the current version of MetaMask.

openExtensionInBrowser function

Opens the MetaMask UI in a full window.

getPlatformInfo function

Callback function that returns info about the current platform.

An object that provides a variety of platform-specific functions.

Type:
  • object