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

     1  /*
     2  Package std defines all the common and standard inter-module Cosmos SDK types and definitions
     3  modules and applications can depend on. These types and definitions serve as
     4  convenient starting point and also to act as an example or template of how said
     5  types and definitions can be overridden/redefined.
     6  
     7  Typically these will be used in application-specific units of business logic. These
     8  types and definitions are different from the types you may find in a "core" or "types"
     9  package as those should be considered the defacto types to be used and are not
    10  application-specific.
    11  */
    12  package std