cosmos-sdk/examples/basecoin/cmd
Adrian Brink 0789a5eed0
NewBasecoinApp takes a map of databases
NewBasecoinApp takes a map[string]dbm.DB . This stabilises the API,
since it allows us to add more stores without a breaking change. The
convention is that the keys of the dbs correspond to the names of the
capKeys.
2018-03-30 12:18:12 +02:00
..
basecli ParseAccount -> AccountDecoder 2018-03-21 02:22:15 +01:00
basecoind NewBasecoinApp takes a map of databases 2018-03-30 12:18:12 +02:00