Class CompileResponse
Inheritance
CompileResponse
Assembly: Algorand.dll
Syntax
[MessagePackObject(false)]
public class CompileResponse
Properties
|
Edit this page
View Source
Hash
Declaration
[JsonProperty("hash", Required = Required.Always)]
[Key("hash")]
[Required]
public string Hash { get; set; }
Property Value
|
Edit this page
View Source
Result
Declaration
[JsonProperty("result", Required = Required.Always)]
[Key("result")]
[Required]
public string Result { get; set; }
Property Value
|
Edit this page
View Source
Sourcemap
Declaration
[JsonProperty("sourcemap", Required = Required.Default, NullValueHandling = NullValueHandling.Ignore)]
[Key("sourcemap")]
public JObject Sourcemap { get; set; }
Property Value