Versions in this module Expand all Collapse all v1 v1.1.1 Sep 27, 2021 v1.1.0 Sep 27, 2021 Changes in this version + func WriteToExplorerBlockHeight(items []*Block) error + type Block struct + Coin string + CreatedAt string + ExplorerName string + Hash string + Height int64 + Link string + UpdatedAt string + func GetExplorerBlockInfo(coinList []string) (result []*Block, err error) + func GetExplorerBlockInfoByTime(datetime string) (result []*Block, err error)