Documentation ¶ Index ¶ type Bytes func (b Bytes) Bytes() []byte func (b *Bytes) SetBytes(bytes []byte) type RLPHeader func (h *RLPHeader) DecodeRLP(s *rlp.Stream) error func (h *RLPHeader) EncodeRLP(w io.Writer) error func (h *RLPHeader) Hash() common.Hash func (h *RLPHeader) Header() *types.Header Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type Bytes ¶ type Bytes []byte func (Bytes) Bytes ¶ func (b Bytes) Bytes() []byte func (*Bytes) SetBytes ¶ func (b *Bytes) SetBytes(bytes []byte) type RLPHeader ¶ type RLPHeader types.Header func (*RLPHeader) DecodeRLP ¶ func (h *RLPHeader) DecodeRLP(s *rlp.Stream) error func (*RLPHeader) EncodeRLP ¶ func (h *RLPHeader) EncodeRLP(w io.Writer) error func (*RLPHeader) Hash ¶ func (h *RLPHeader) Hash() common.Hash func (*RLPHeader) Header ¶ func (h *RLPHeader) Header() *types.Header Source Files ¶ View all Source files types.go Directories ¶ Show internal Expand all Path Synopsis serializers Click to show internal directories. Click to hide internal directories.