# Functions
NewDevnetGroupedExplorer creates a preconfigured grouped explorer for the public testnet nodes.
NewExplorer creates a new explorer client for a public explorer running at the given url, expecting the given user agent string.
NewGroupedExplorer creates a new GroupedExplorer from existing regular Explorers.
NewMainnetGroupedExplorer creates a preconfigured grouped explorer for the public testnet nodes.
NewTestnetGroupedExplorer creates a preconfigured grouped explorer for the public testnet nodes.
# Variables
ErrNoHealthyExplorers is returned if all explorers in the group fail to respond in time.
# Structs
DevnetGroupedExplorer is a GroupedExplorer preconfigured for the official public testnet explorers.
No description provided by the author
GroupedExplorer is a Backend which can call multiple explorers, calling another explorer if one is down.
MainnetGroupedExplorer is a GroupedExplorer preconfigured for the official public testnet explorers.
TestnetGroupedExplorer is a GroupedExplorer preconfigured for the official public testnet explorers.