Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( ErrRlpMinusValue = errors.New("rlp: negative values are not encodable") ErrStringPrefix = errors.New("rlp: strings must start with 0x") )
Functions ¶
func DecodeUint64 ¶ added in v0.1.3
DecodeUint64 returns a uint64 value for a 0~8 bytes long value, and will panic if the buffer is longer than that
func EncodeValue ¶
EncodeValue encodes a single value into rlp format
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.