package
0.0.0-20200604101126-5bd6cff2be45
Repository: https://github.com/bcbchain/bclib.git
Documentation: pkg.go.dev

# Functions

No description provided by the author

# Structs

wrap a BytesOut encoder with a standard stateful bytes.Buffer to provide the TMEncoderBuilder.
Implementation of the TMEncoder interface.

# Interfaces

Simplest pure interface for encoding and generally preferred.
Allow chaining builder pattern syntactic sugar variation of Facade teb.EncodeInt8(42).EncodeInt32(my_integer).Bytes().
Legacy interface following old code as closely as possible.