Documentation ¶
Index ¶
- func DecodeAndRead(r io.Reader, val ssz.EncodableSSZ, b *clparams.BeaconChainConfig, ...) error
- func DecodeAndReadNoForkDigest(r io.Reader, val ssz.EncodableSSZ, version clparams.StateVersion) error
- func DecodeListSSZ(data []byte, count uint64, list []ssz.EncodableSSZ, ...) error
- func EncodeAndWrite(w io.Writer, val ssz.Marshaler, prefix ...byte) error
- func ReadUvarint(r io.Reader) (x, n uint64, err error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func DecodeAndRead ¶
func DecodeAndRead(r io.Reader, val ssz.EncodableSSZ, b *clparams.BeaconChainConfig, ethClock eth_clock.EthereumClock) error
func DecodeAndReadNoForkDigest ¶
func DecodeAndReadNoForkDigest(r io.Reader, val ssz.EncodableSSZ, version clparams.StateVersion) error
func DecodeListSSZ ¶
func DecodeListSSZ(data []byte, count uint64, list []ssz.EncodableSSZ, b *clparams.BeaconChainConfig, ethClock eth_clock.EthereumClock) error
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.