Class: ABI::Bytes

Inherits:
Type
  • Object
show all
Defined in:
lib/abicoder/types.rb

Overview

class Address

Instance Method Summary collapse

Methods inherited from Type

#dynamic?, parse

Instance Method Details

#==(another_type) ⇒ Object



49
# File 'lib/abicoder/types.rb', line 49

def ==(another_type)  another_type.kind_of?( Bytes ); end

#formatObject



48
# File 'lib/abicoder/types.rb', line 48

def format() 'bytes'; end

#sizeObject

note: dynamic (not known at compile-time)



47
# File 'lib/abicoder/types.rb', line 47

def size() nil; end