Versions in this module Expand all Collapse all v1 v1.0.0 Jul 16, 2024 Changes in this version + type BeaconBlockBlob struct + Blob deneb.Blob + func (b *BeaconBlockBlob) GetTree() (*ssz.Node, error) + func (b *BeaconBlockBlob) HashTreeRoot() ([32]byte, error) + func (b *BeaconBlockBlob) HashTreeRootWith(hh ssz.HashWalker) (err error) + func (b *BeaconBlockBlob) MarshalSSZ() ([]byte, error) + func (b *BeaconBlockBlob) MarshalSSZTo(buf []byte) (dst []byte, err error) + func (b *BeaconBlockBlob) SizeSSZ() (size int) + func (b *BeaconBlockBlob) UnmarshalSSZ(buf []byte) error