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
  • Basic Struct in CosmosSDK
  • Address
  • Coins
  • Context
  • Tag
  • Basic Interface in ComosSDK
  • Account
  • Msg
  • Tx
  • Rat

Appendix

Basic Struct in CosmosSDK

Address

Coins

Context

Tag

Basic Interface in ComosSDK

Account

Msg

Tx

Rat

PreviousMyModule

Last updated 7 years ago