Documentation ¶
Index ¶
Constants ¶
View Source
const ( EvmClientName = "EVM" CosmosClientName = "COSMOS" TikiExchangeClientName = "TIKI" EvmClientID = 0 CosmosClientID = 1 TikiExchangeClientID = 2 )
Variables ¶
This section is empty.
Functions ¶
func InitExplorer ¶
func InitExplorer(chainID string)
Types ¶
type ExplorerDetail ¶
var Explorer ExplorerDetail
func (ExplorerDetail) FormatAccountURL ¶
func (d ExplorerDetail) FormatAccountURL(accountAddr string) string
func (ExplorerDetail) FormatTxURL ¶
func (d ExplorerDetail) FormatTxURL(txHash string) string
func (ExplorerDetail) FormatValidatorURL ¶
func (d ExplorerDetail) FormatValidatorURL(valAddr string) string
Click to show internal directories.
Click to hide internal directories.