Documentation ¶
Index ¶
Constants ¶
View Source
const BLSSignatureSize = 96
Variables ¶
This section is empty.
Functions ¶
Types ¶
type BlsSignatureBytes ¶ added in v0.7.0
type BlsSignatureBytes [BLSSignatureSize]byte
func BytesToSig ¶ added in v0.7.0
func BytesToSig(b []byte) BlsSignatureBytes
func (BlsSignatureBytes) Bytes ¶ added in v0.7.0
func (h BlsSignatureBytes) Bytes() []byte
Bytes gets the byte representation of the underlying hash.
func (*BlsSignatureBytes) SetBytes ¶ added in v0.7.0
func (bls *BlsSignatureBytes) SetBytes(b []byte)
type PanExtraDataWithBLSSig ¶ added in v0.7.0
type PanExtraDataWithBLSSig struct { ExtraData BlsSignatureBytes BlsSignatureBytes }
PanExtraDataWithBLSSig
type PandoraHeaderInfo ¶ added in v0.7.0
PandoraHeaderInfo
type PandoraPendingHeaderFilter ¶ added in v0.7.0
PandoraPendingHeaderFilter
type VanguardShardInfo ¶ added in v0.7.0
type VanguardShardInfo struct { Slot uint64 ShardInfo *eth2Types.PandoraShard BlockHash []byte }
VanguardShardInfo
Click to show internal directories.
Click to hide internal directories.