Versions in this module Expand all Collapse all v0 v0.1.0 Apr 10, 2026 Changes in this version + type Codec struct + func NewCodec() *Codec + func (Codec) Decode(b []byte, v **stdpem.Block) error + func (Codec) Encode(v *stdpem.Block) ([]byte, error) + type StreamCodec struct + func NewStreamCodec() *StreamCodec + func (StreamCodec) Decode(r io.Reader, v **stdpem.Block) error + func (StreamCodec) Encode(w io.Writer, v *stdpem.Block) error