Options
All
  • Public
  • Public/Protected
  • All
Menu

Module view/ContractsInfo

Type aliases

Functions

Type aliases

Props

Props: object

React props for ContractsInfo component

Type declaration

  • onClose: function

    Function which should be called when the popup should be closed

      • (): void
      • Returns void

  • open: boolean

    True if the popup should be opened

Functions

Const ContractsInfo

  • ContractsInfo(__namedParameters: object): Element
  • React Component representing popup with list of used Ethereum contracts and their addresses as links to the defined blockchain explorer.

    Parameters

    • __namedParameters: object
      • onClose: function
          • (): void
          • Returns void

      • open: boolean

    Returns Element

Generated using TypeDoc