tendermint/go-amino

Expose (and document) an amino.(Binary/Json)Marshaller interface

Opened this issue · 0 comments

It is possible to write custom (un)marshallers in amino. This isn't documented, neither is there an interface that clarifies which methods need to be implemented (an equivalent of https://golang.org/pkg/encoding/json/#Marshaler for).