Documentation
¶
Overview ¶
Package rlp provides wrapper types for go-ethereum's rlp implementation
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( Encode = rlp.Encode EncodeToBytes = rlp.EncodeToBytes EncodeToReader = rlp.EncodeToReader Decode = rlp.Decode DecodeBytes = rlp.DecodeBytes NewStream = rlp.NewStream NewListStream = rlp.NewListStream NewEncoderBuffer = rlp.NewEncoderBuffer ListSize = rlp.ListSize AppendUint64 = rlp.AppendUint64 List = rlp.List Byte = rlp.Byte BytesSize = rlp.BytesSize SplitList = rlp.SplitList Split = rlp.Split )
Re-export functions
View Source
var ( EmptyString = rlp.EmptyString EmptyList = rlp.EmptyList )
Re-export constants
View Source
var ( ErrNegativeBigInt = rlp.ErrNegativeBigInt ErrExpectedString = rlp.ErrExpectedString ErrExpectedList = rlp.ErrExpectedList ErrCanonInt = rlp.ErrCanonInt ErrCanonSize = rlp.ErrCanonSize ErrElemTooLarge = rlp.ErrElemTooLarge ErrValueTooLarge = rlp.ErrValueTooLarge )
Re-export errors
Functions ¶
This section is empty.
Types ¶
Click to show internal directories.
Click to hide internal directories.