cosmos-sdk/types
Jae Kwon ba2b4f0f21 WIP: refactor
Refactor

* No more decorators, but rather types.AntiHandler
* No more handlers, but rather types.MsgHandler
* Ability to pass "stores" in NewXYZHandler()
* Coins live in types, and Accounts have coins
* Coinstore -> bank
2018-01-12 19:17:17 -08:00
..
account.go WIP: refactor 2018-01-12 19:17:17 -08:00
codec.go WIP: refactor 2018-01-12 19:17:17 -08:00
coin_test.go Initial commit for permissioning... 2018-01-12 19:17:17 -08:00
coin.go Initial commit for permissioning... 2018-01-12 19:17:17 -08:00
context.go WIP: refactor 2018-01-12 19:17:17 -08:00
handler.go WIP: refactor 2018-01-12 19:17:17 -08:00
result.go App compiles. Ready to build on it 2017-12-26 17:04:48 -08:00
signature.go new basecoin example 2018-01-03 20:20:21 -05:00
store.go WIP: refactor 2018-01-12 19:17:17 -08:00
tx_msg.go WIP: refactor 2018-01-12 19:17:17 -08:00