x402-chainlink
    Preparing search index...

    Function getTransactionUrl

    • Get explorer URL for a transaction

      Parameters

      • network: EVMNetworkId

        The network identifier

      • txHash: string

        The transaction hash

      Returns string | null

      Full URL to view transaction, or null if no explorer

      const url = getTransactionUrl('eip155:8453', '0x1234...');
      console.log(url); // 'https://basescan.org/tx/0x1234...'