Versions in this module Expand all Collapse all v0 v0.2.17 Dec 28, 2019 v0.2.15 Dec 28, 2019 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