Documentation
¶
Overview ¶
* Copyright (C) 2020 The poly network Authors * This file is part of The poly network library. * * The poly network is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. * * The poly network is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU Lesser General Public License for more details. * You should have received a copy of the GNU Lesser General Public License * along with The poly network . If not, see <http://www.gnu.org/licenses/>.
* Copyright (C) 2020 The poly network Authors * This file is part of The poly network library. * * The poly network is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. * * The poly network is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU Lesser General Public License for more details. * You should have received a copy of the GNU Lesser General Public License * along with The poly network . If not, see <http://www.gnu.org/licenses/>.
Index ¶
- Variables
- func GetCurrentHeader(native *native.NativeService, chainID uint64) (*cty.Header, *big.Int, error)
- func GetCurrentHeaderHeight(native *native.NativeService, chainID uint64) (uint64, error)
- func GetHeaderByHash(native *native.NativeService, hash []byte, chainID uint64) (*cty.Header, *big.Int, error)
- func GetHeaderByHeight(native *native.NativeService, height, chainID uint64) (*cty.Header, *big.Int, error)
- func HashHeader(header *types.Header) (hash ethcommon.Hash)
- func IsHeaderExist(native *native.NativeService, hash []byte, chainID uint64) (bool, error)
- func RestructChain(native *native.NativeService, current, new *types.Header, chainID uint64) error
- type Caches
- type ETHHandler
- type HeaderWithDifficultySum
Constants ¶
This section is empty.
Variables ¶
Functions ¶
func GetCurrentHeader ¶
func GetCurrentHeaderHeight ¶
func GetCurrentHeaderHeight(native *native.NativeService, chainID uint64) (uint64, error)
func GetHeaderByHash ¶
func GetHeaderByHeight ¶
func IsHeaderExist ¶
func RestructChain ¶
Types ¶
type ETHHandler ¶
type ETHHandler struct { }
func NewETHHandler ¶
func NewETHHandler() *ETHHandler
func (*ETHHandler) SyncBlockHeader ¶
func (this *ETHHandler) SyncBlockHeader(native *native.NativeService) error
func (*ETHHandler) SyncCrossChainMsg ¶
func (this *ETHHandler) SyncCrossChainMsg(native *native.NativeService) error
func (*ETHHandler) SyncGenesisHeader ¶
func (this *ETHHandler) SyncGenesisHeader(native *native.NativeService) error