Versions in this module Expand all Collapse all v1 v1.10.3 Dec 16, 2024 v1.10.2 Dec 15, 2024 Changes in this version + type Header interface + Bloom func() types.Bloom + Coinbase func() common.Address + Copy func() Header + CrossLinks func() []byte + Epoch func() *big.Int + Extra func() []byte + GasLimit func() uint64 + GasUsed func() uint64 + GetShardState func() (shard.State, error) + Hash func() common.Hash + IncomingReceiptHash func() common.Hash + LastCommitBitmap func() []byte + LastCommitSignature func() [96]byte + Logger func(logger *zerolog.Logger) *zerolog.Logger + MixDigest func() common.Hash + Number func() *big.Int + OutgoingReceiptHash func() common.Hash + ParentHash func() common.Hash + ReceiptHash func() common.Hash + Root func() common.Hash + SetBloom func(newBloom types.Bloom) + SetCoinbase func(newCoinbase common.Address) + SetCrossLinks func(newCrossLinks []byte) + SetEpoch func(newEpoch *big.Int) + SetExtra func(newExtra []byte) + SetGasLimit func(newGasLimit uint64) + SetGasUsed func(newGasUsed uint64) + SetIncomingReceiptHash func(newIncomingReceiptHash common.Hash) + SetLastCommitBitmap func(newLastCommitBitmap []byte) + SetLastCommitSignature func(newLastCommitSignature [96]byte) + SetMixDigest func(newMixDigest common.Hash) + SetNumber func(newNumber *big.Int) + SetOutgoingReceiptHash func(newOutgoingReceiptHash common.Hash) + SetParentHash func(newParentHash common.Hash) + SetReceiptHash func(newReceiptHash common.Hash) + SetRoot func(newRoot common.Hash) + SetShardID func(newShardID uint32) + SetShardState func(newShardState []byte) + SetShardStateHash func(newShardStateHash common.Hash) + SetSlashes func(newSlashes []byte) + SetTime func(newTime *big.Int) + SetTxHash func(newTxHash common.Hash) + SetVdf func(newVdf []byte) + SetViewID func(newViewID *big.Int) + SetVrf func(newVrf []byte) + ShardID func() uint32 + ShardState func() []byte + ShardStateHash func() common.Hash + Size func() common.StorageSize + Slashes func() []byte + Time func() *big.Int + TxHash func() common.Hash + Vdf func() []byte + ViewID func() *big.Int + Vrf func() []byte