CosmosSDK in Action
  • Introduction
  • Outline
    • CosmosSDK
    • Tendermint
    • ABCI
  • Module Create
    • Setup the main app
      • baseapp.go
      • app.go
    • Defining the message(msg)
      • msg.go
      • msg.go - mymodule
    • Create the Object (types)
      • types.go
      • types.go - mymodule
    • Get and Set Values(keeper)
      • keeper.go
      • keeper.go - mymodule
    • Message Handler(handler)
      • handle.go
      • handle.go - mymodule
    • Wire
      • wire.go
      • wire.go - mymodule
    • other
      • tick.go
      • tick.go - mymodule
    • Add My Module
  • Module CLI
  • Module Test
  • Example
    • MyModule
  • Appendix
Powered by GitBook
On this page
  1. Module Create
  2. Create the Object (types)

types.go - mymodule

Source Code:types.go

Previoustypes.goNextGet and Set Values(keeper)

Last updated 7 years ago