class Eth::Configuration
Attributes
chain_id[RW]
tx_data_hex[RW]
Public Class Methods
new()
click to toggle source
# File lib/eth.rb, line 61 def initialize self.chain_id = nil self.tx_data_hex = true end