forked from cerc-io/laconicd-deprecated
Initial stateDB and related interface implementations
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
package bank
|
||||
|
||||
const (
|
||||
// DenomEthereum defines the single coin type/denomination supported in
|
||||
// Ethermint.
|
||||
DenomEthereum = "ETH"
|
||||
)
|
||||
Reference in New Issue
Block a user