Options
All
  • Public
  • Public/Protected
  • All
Menu

Module view/ExplorerLink

Type aliases

Variables

Functions

Type aliases

Props

Props: object

React props for ExplorerLink component

Type declaration

  • address: string

    Address which should be shown in blockchain explorer

  • type: "address" | "transaction"

    Type of that address (user account or transaction id)

Variables

Const useStyles

useStyles: function = makeStyles(theme => ({link: {fontFamily: "Roboto Mono, monospace",borderBottom: "1px dotted",marginLeft: "10px",}}))

CSS style hook for ExplorerLink component

Type declaration

    • (props?: any): ClassNameMap<ClassKey>
    • Parameters

      • Optional props: any

      Returns ClassNameMap<ClassKey>

Functions

Const ExplorerLink

  • ExplorerLink(__namedParameters: object): Element
  • React Component representing text link which opens new browser tab with default blockchain explorer at given address, according to the given type ("address" or "transaction")

    Parameters

    • __namedParameters: object
      • address: string
      • type: "address" | "transaction"

    Returns Element

Generated using TypeDoc