Table of Contents

Class Compiler

Namespace
Thirdweb.Api
Assembly
Thirdweb.dll
public class Compiler
Inheritance
Compiler
Inherited Members

Properties

AdditionalProperties

[JsonExtensionData]
public IDictionary<string, object> AdditionalProperties { get; set; }

Property Value

IDictionary<string, object>

Version

Solidity compiler version used to compile the contract.

[JsonProperty("version", Required = Required.Always)]
[Required(AllowEmptyStrings = true)]
public string Version { get; set; }

Property Value

string