Class CompileResponse
Inheritance
object
    CompileResponse
  Inherited Members
      object.Equals(object)
    
    
      object.Equals(object, object)
    
    
      object.GetHashCode()
    
    
      object.GetType()
    
    
      object.MemberwiseClone()
    
    
      object.ReferenceEquals(object, object)
    
    
      object.ToString()
    
  Namespace: Algorand.Algod.Model
Assembly: Algorand.dll
Syntax
public class CompileResponse
  Properties
| Improve this Doc View SourceHash
Declaration
[JsonProperty("hash", Required = Required.Always)]
[Required]
public string Hash { get; set; }
  Property Value
| Type | Description | 
|---|---|
| string | 
Result
Declaration
[JsonProperty("result", Required = Required.Always)]
[Required]
public string Result { get; set; }
  Property Value
| Type | Description | 
|---|---|
| string | 
Sourcemap
Declaration
[JsonProperty("sourcemap", Required = Required.Default, NullValueHandling = NullValueHandling.Ignore)]
public byte[] Sourcemap { get; set; }
  Property Value
| Type | Description | 
|---|---|
| byte[] |