ExplorerProvider class is responsible for generating URLs for blockchain explorers. It constructs explorer URLs and replaces placeholders with specific addresses or transaction IDs.
Constructor for ExplorerProvider class.
The base URL of the blockchain explorer
The template URL for address exploration
The template URL for transaction exploration
Private
Get the URL for exploring a specific address.
The address to be explored
The URL for exploring the specified address
Get the URL for exploring a specific transaction.
The transaction ID to be explored
The URL for exploring the specified transaction
Get the base URL of the blockchain explorer.
Generated using TypeDoc
ExplorerProvider class is responsible for generating URLs for blockchain explorers. It constructs explorer URLs and replaces placeholders with specific addresses or transaction IDs.