Versions in this module Expand all Collapse all v0 v0.2.10 Feb 3, 2020 Changes in this version + type Block struct + Bytes []byte + Length uint32 + func New() *Block + func (B *Block) Decode(b []byte) (out []byte) + func (B *Block) DecodeOne(b []byte) *Block + func (B *Block) Encode() (out []byte) + func (B *Block) Get() (b *wire.MsgBlock) + func (B *Block) Put(b *wire.MsgBlock) *Block