package
Version:
v0.0.14-alpha
Opens a new window with list of versions in this module.
Published: May 12, 2021
License: Apache-2.0
Opens a new window with license information.
Imports: 4
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
CopyHeader creates a deep copy of a block header to prevent side effects from
modifying a header variable.
type ExtraData struct {
}
ExtraData
type MinimalEpochConsensusInfo struct {
Epoch uint64 `json:"epoch"`
ValidatorList []string `json:"validatorList"`
EpochStartTime uint64 `json:"epochTimeStart"`
SlotTimeDuration time.Duration `json:"slotTimeDuration"`
}
type PanHeaderHash struct {
}
vanBlockHash
type PandoraPendingHeaderFilter struct {
FromBlockHash common.Hash `json:"fromBlockHash"`
}
PandoraPendingHeaderFilter
Source Files
¶
Click to show internal directories.
Click to hide internal directories.