# Functions
No description provided by the author
GetDeployCodeHash deals with the issue described in https://github.com/ethereum/solidity/issues/7101 When a library contract (one declared with "libary { }" rather than "contract { }"), the deployed code will not match what the solidity compiler said it would be.
LoadSolidityContract is the opposite of the .Save() method.
No description provided by the author
No description provided by the author
# Structs
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
Compile response object.
SolidityContract is defined for each contract defined in the solidity source code.
SolidityInput is a structure for the solidity compiler input json form, see: https://solidity.readthedocs.io/en/v0.5.9/using-the-compiler.html#compiler-input-and-output-json-description.
SolidityInputSource should be set for each solidity input source file in SolidityInput.
SolidityMetadata is the json field metadata.
SolidityOutput is a structure for the output of the solidity json output form.