cosmos-sdk/x/bank
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
..
errors.go WIP: refactor 2018-01-12 19:17:17 -08:00
handler.go WIP: refactor 2018-01-12 19:17:17 -08:00
store.go WIP: refactor 2018-01-12 19:17:17 -08:00
tx_test.go WIP: refactor 2018-01-12 19:17:17 -08:00
tx.go WIP: refactor 2018-01-12 19:17:17 -08:00