Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type BlockChainState ¶
type BlockChainState struct {
// contains filtered or unexported fields
}
func NewBlockChainState ¶
func NewBlockChainState() *BlockChainState
func (*BlockChainState) GetEstimatedLatestBlockNumber ¶
func (*BlockChainState) SetLastBlockNumber ¶
func (s *BlockChainState) SetLastBlockNumber(chainID uint64, blockNumber uint64)
type LatestBlockData ¶
type LatestBlockData struct {
// contains filtered or unexported fields
}
Click to show internal directories.
Click to hide internal directories.