Based on conversation with @Jannis this morning... dramatically cuts down on the amount of types that we would have to generate by opting for an EthereumValue type which can be converted to a concrete value using a method such as toString, toUInt256, etc. (or throw otherwise).
Based on conversation with @Jannis this morning... dramatically cuts down on the amount of types that we would have to generate by opting for an
EthereumValue
type which can be converted to a concrete value using a method such astoString
,toUInt256
, etc. (or throw otherwise).