package bank const ( // DenomEthereum defines the single coin type/denomination supported in // Ethermint. DenomEthereum = "ETH" )