Class: TEALrb::Logs

Inherits:
OpcodeType show all
Defined in:
lib/tealrb/logs.rb

Instance Method Summary collapse

Methods inherited from OpcodeType

#[]

Constructor Details

#initialize(contract) ⇒ Logs

Returns a new instance of Logs.



5
6
7
8
# File 'lib/tealrb/logs.rb', line 5

def initialize(contract)
  @field = 'Logs'
  super
end