package
0.8.5
Repository: https://github.com/puppeth/go-ethereum.git
Documentation: pkg.go.dev

# Functions

Decode parses RLP-encoded data from r and stores the result in the value pointed to by val.
Encode writes the RLP encoding of val to w.
EncodeBytes returns the RLP encoding of val.
EncodeReader returns a reader from which the RLP encoding of val can be read.
Flat wraps a value (which must encode as a list) so it encodes as the list's elements.
NewListStream creates a new stream that pretends to be positioned at an encoded list of the given length.
NewStream creates a new stream reading from r.

# Constants

No description provided by the author
No description provided by the author
No description provided by the author

# Variables

No description provided by the author
Common encoded values.
EOL is returned when the end of the current list has been reached during streaming.
No description provided by the author
No description provided by the author
Other errors.

# Structs

Stream can be used for piecemeal decoding of an input stream.

# Interfaces

ByteReader must be implemented by any input reader for a Stream.
Decoder is implemented by types that require custom RLP decoding rules or need to decode into private fields.
Encoder is implemented by types that require custom encoding rules or want to encode private fields.

# Type aliases

Kind represents the kind of value contained in an RLP stream.