Method: Types::Typed::StringType#typedclass_name
- Defined in:
- lib/solidity/typed/metatypes/types.rb
#typedclass_name ⇒ Object
note: use Types::String here to avoid confusion with ::String - why? why not? -fix-fix-fix- remove typedclass for “primitives” - used anywhere - why? why not?
130 |
# File 'lib/solidity/typed/metatypes/types.rb', line 130 def typedclass_name() Types::String.name; end |