Versions in this module Expand all Collapse all v1 v1.2.2 Apr 7, 2024 Changes in this version + const ChainGroupETH + const ChainGroupMAP + const ChainTypeMAP + const ChainTypeMAPDev + const ChainTypeMAPTest + var ChainTypeList = []ChainType + var ErrNotSupportChain = errors.New("not supported chain") + var ErrRLPDecode = errors.New("rlp decode error") + var EthereumHeaderStoreAddress = common.BytesToAddress([]byte("EthereumHeaderStoreAddress")) + func ChainType2ChainID(chain ChainType) (uint64, error) + func ChainType2LondonBlock(chain ChainType) (*big.Int, error) + func IsSupportedChain(chain ChainType) bool + type ChainGroup uint64 + func ChainType2ChainGroup(chain ChainType) (ChainGroup, error) + type ChainType uint64 + const ChainTypeETH + const ChainTypeETHTest