Changes the format of the metadata appended at the end of the bytecode.
| 434 | |
| 435 | /// Changes the format of the metadata appended at the end of the bytecode. |
| 436 | void setMetadataFormat(MetadataFormat _metadataFormat) { m_metadataFormat = _metadataFormat; } |
| 437 | |
| 438 | bool isExperimentalSolidity() const; |
| 439 |
no outgoing calls