module Eth
module Eth::Sedes
module Eth::Utils
class Eth::Configuration
class Eth::Key
class Eth::OpenSsl
class Eth::Tx
eth
0.3.3
# from
def from return @from if @from @from ||= OpenSsl.recover_compact(signature_hash, signature) if signature end