Initial stateDB and related interface implementations

This commit is contained in:
Aleksandr Bezobchuk
2018-10-02 20:22:15 -04:00
parent 17fa941fa1
commit be81045e26
10 changed files with 678 additions and 38 deletions
+7
View File
@@ -0,0 +1,7 @@
package bank
const (
// DenomEthereum defines the single coin type/denomination supported in
// Ethermint.
DenomEthereum = "ETH"
)