Struct CompileResponse
Assembly: cs.temp.dll.dll
Syntax
[AlgoApiObject("", "", 0)]
[Serializable]
public struct CompileResponse : IEquatable<CompileResponse>
Properties
Hash
base32 SHA512_256 of program bytes (Address style)
Declaration
[AlgoApiField("hash")]
public string Hash { get; set; }
Property Value
Result
base64 encoded program bytes
Declaration
[AlgoApiField("result")]
public string Result { get; set; }
Property Value
Sourcemap
Declaration
[AlgoApiField("sourcemap")]
public AlgoApiObject Sourcemap { get; set; }
Property Value
Methods
Equals(CompileResponse)
Declaration
public bool Equals(CompileResponse other)
Parameters
Returns