github.com/lino-network/lino@v0.6.11/types/README.md (about)

     1  # Lino Blockchain Types
     2  
     3  This directory is used to define all models in our internal blockchain storage. For example we need to define *account* and *post* here.
     4  
     5  For example, in *account* model, we need to define all account KVStore models and provide a middleware to interact with all models related operation.  
     6  
     7  
     8  [Design Doc](https://docs.google.com/document/d/1Ytd57axPfJ13TSGVU_Yykv8ijW_VuWtx1s79ny6i5M8).
     9  [Cosmos Example](https://github.com/cosmos/cosmos-sdk/tree/develop/examples/basecoin).