class Ethereum::FunctionOutput
Attributes
name[RW]
type[RW]
Public Class Methods
new(data)
click to toggle source
# File lib/ethereumex/function_output.rb, line 7 def initialize(data) @type = data["type"] @name = data["name"] end