Method: EvmClient::Formatter#to_bool
- Defined in:
- lib/evm_client/formatter.rb
#to_bool(hexstring) ⇒ Object
44 45 46 47 |
# File 'lib/evm_client/formatter.rb', line 44 def to_bool(hexstring) return nil if hexstring.nil? (hexstring == "0000000000000000000000000000000000000000000000000000000000000001") end |