Documentation
¶
Overview ¶
Code generated by dynamic-ssz. DO NOT EDIT. Hash: 23bf9253bd464b9b7de959992b6fdec85e98f9c27de44f535c2cedfd324cf85c Version: v1.3.0 (https://github.com/pk910/dynamic-ssz)
Index ¶
- type BeaconBlockBlob
- func (t *BeaconBlockBlob) HashTreeRoot() (root [32]byte, err error)
- func (t *BeaconBlockBlob) HashTreeRootWith(hh sszutils.HashWalker) error
- func (t *BeaconBlockBlob) MarshalSSZ() ([]byte, error)
- func (t *BeaconBlockBlob) MarshalSSZTo(buf []byte) (dst []byte, err error)
- func (t *BeaconBlockBlob) SizeSSZ() (size int)
- func (t *BeaconBlockBlob) UnmarshalSSZ(buf []byte) (err error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type BeaconBlockBlob ¶
BeaconBlockBlob provides information about blobs.
func (*BeaconBlockBlob) HashTreeRoot ¶
func (t *BeaconBlockBlob) HashTreeRoot() (root [32]byte, err error)
HashTreeRoot computes the SSZ hash tree root of the *BeaconBlockBlob.
func (*BeaconBlockBlob) HashTreeRootWith ¶
func (t *BeaconBlockBlob) HashTreeRootWith(hh sszutils.HashWalker) error
HashTreeRootWith computes the SSZ hash tree root of the *BeaconBlockBlob using the given hash walker.
func (*BeaconBlockBlob) MarshalSSZ ¶
func (t *BeaconBlockBlob) MarshalSSZ() ([]byte, error)
MarshalSSZ marshals the *BeaconBlockBlob to SSZ-encoded bytes.
func (*BeaconBlockBlob) MarshalSSZTo ¶
func (t *BeaconBlockBlob) MarshalSSZTo(buf []byte) (dst []byte, err error)
MarshalSSZTo marshals the *BeaconBlockBlob to SSZ-encoded bytes, appending to the provided buffer.
func (*BeaconBlockBlob) SizeSSZ ¶
func (t *BeaconBlockBlob) SizeSSZ() (size int)
SizeSSZ returns the SSZ encoded size of the *BeaconBlockBlob.
func (*BeaconBlockBlob) UnmarshalSSZ ¶
func (t *BeaconBlockBlob) UnmarshalSSZ(buf []byte) (err error)
UnmarshalSSZ unmarshals the *BeaconBlockBlob from SSZ-encoded bytes.