Documentation ¶
Overview ¶
Code generated by fastssz. DO NOT EDIT. Hash: de9f94bcb5d3d2ce746168f711a65978af02622a7f75df86ae2bd7a37090c91f Version: 0.1.3
Index ¶
- type BeaconBlockBlob
- 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
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) GetTree ¶
func (b *BeaconBlockBlob) GetTree() (*ssz.Node, error)
GetTree ssz hashes the BeaconBlockBlob object
func (*BeaconBlockBlob) HashTreeRoot ¶
func (b *BeaconBlockBlob) HashTreeRoot() ([32]byte, error)
HashTreeRoot ssz hashes the BeaconBlockBlob object
func (*BeaconBlockBlob) HashTreeRootWith ¶
func (b *BeaconBlockBlob) HashTreeRootWith(hh ssz.HashWalker) (err error)
HashTreeRootWith ssz hashes the BeaconBlockBlob object with a hasher
func (*BeaconBlockBlob) MarshalSSZ ¶
func (b *BeaconBlockBlob) MarshalSSZ() ([]byte, error)
MarshalSSZ ssz marshals the BeaconBlockBlob object
func (*BeaconBlockBlob) MarshalSSZTo ¶
func (b *BeaconBlockBlob) MarshalSSZTo(buf []byte) (dst []byte, err error)
MarshalSSZTo ssz marshals the BeaconBlockBlob object to a target array
func (*BeaconBlockBlob) SizeSSZ ¶
func (b *BeaconBlockBlob) SizeSSZ() (size int)
SizeSSZ returns the ssz encoded size in bytes for the BeaconBlockBlob object
func (*BeaconBlockBlob) UnmarshalSSZ ¶
func (b *BeaconBlockBlob) UnmarshalSSZ(buf []byte) error
UnmarshalSSZ ssz unmarshals the BeaconBlockBlob object
Click to show internal directories.
Click to hide internal directories.