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 (BlsSignatureBytes) Bytes ¶ added in v0.7.0
func (h BlsSignatureBytes) Bytes() []byte
Bytes gets the byte representation of the underlying hash.
type HeaderHash ¶
type HeaderHash struct { HeaderHash common.Hash `json:"headerHash"` Status Status `json:"status"` // TODO: For temporary purpose we are using it. We need to change it while refactoring Signature []byte `json:"signature,omitempty"` PandoraShardHash common.Hash `json:"pandoraShardHash,omitempty"` }
generic header hash
type PanExtraDataWithBLSSig ¶ added in v0.7.0
type PanExtraDataWithBLSSig struct { ExtraData BlsSignatureBytes *BlsSignatureBytes }
type PandoraPendingHeaderFilter ¶ added in v0.7.0
PandoraPendingHeaderFilter
Click to show internal directories.
Click to hide internal directories.