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.3
# to_h
def to_h hash_keys.inject({}) do |hash, field| hash[field] = send field hash end end