Class BlockExplorerService

Constructors

Methods

Constructors

Methods

  • Returns the link to the transaction on Blockscout.

    Parameters

    • chainId: ChainId

      The chain ID of the network

    • hash: string

      The transaction hash

    Returns undefined | string

    The URL to view the transaction on Blockscout, or undefined if the chain ID or hash is invalid

""