Add pkg doc

This commit is contained in:
Aleksandr Bezobchuk 2020-03-05 09:44:11 -05:00
parent 4dac1abebf
commit 69ba71c28d
No known key found for this signature in database
GPG Key ID: 7DAC30FBD99879B0
1 changed files with 10 additions and 0 deletions

10
codec/std/doc.go Normal file
View File

@ -0,0 +1,10 @@
/*
Package std defines all the common and standard Cosmos SDK Protocol Buffer
message definitions and type implementations. The std package defines and exposes
a single concrete Codec type that implements all the necessary module codec
interfaces along with all the types necessary to use those modules.
Applications can choose to either use the codec directly or even extend it without
having the need to redefine all the message and type implementations.
*/
package std