module Eth
module Eth::Sedes
module Eth::Utils
class Eth::Address
class Eth::Configuration
class Eth::Gas
class Eth::InvalidTransaction
class Eth::Key
class Eth::Key::Decrypter
class Eth::Key::Encrypter
class Eth::OpenSsl
class Eth::Secp256k1
class Eth::Tx
class Eth::ValidationError
eth
0.4.10
# valid?
def valid? if !matches_any_format? false elsif not_checksummed? true else checksum_matches? end end