github.com/Finschia/finschia-sdk@v0.48.1/codec/legacy/doc.go (about)

     1  // Package legacy contains a global amino Cdc which is deprecated but
     2  // still used in several places within the SDK. This package is intended
     3  // to be removed at some point in the future when the global Cdc is removed.
     4  // It also contains a util function RegisterAminoMsg that checks a msg name length
     5  // before registering the concrete msg type with amino.
     6  package legacy