class Eth::Configuration

Attributes

chain_id[RW]
tx_data_hex[RW]

Public Class Methods

new() click to toggle source
# File lib/eth.rb, line 71
def initialize
  self.tx_data_hex = true
end