Class: Etherlite::Types::String

Inherits:
Base
  • Object
show all
Defined in:
lib/etherlite/types/string.rb

Instance Method Summary collapse

Methods inherited from Base

#decode, #dynamic?, #fixed?, #size

Instance Method Details

#encode(_value) ⇒ Object



7
8
# File 'lib/etherlite/types/string.rb', line 7

def encode(_value)
end

#signatureObject



3
4
5
# File 'lib/etherlite/types/string.rb', line 3

def signature
  "string"
end