Search Results for

    Show / Hide Table of Contents

    Struct CompileResponse

    Namespace: Algorand.Unity.Algod
    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
    Type Description
    String

    Result

    base64 encoded program bytes

    Declaration
    [AlgoApiField("result")]
    public string Result { get; set; }
    Property Value
    Type Description
    String

    Sourcemap

    JSON of the source map

    Declaration
    [AlgoApiField("sourcemap")]
    public AlgoApiObject Sourcemap { get; set; }
    Property Value
    Type Description
    AlgoApiObject

    Methods

    Equals(CompileResponse)

    Declaration
    public bool Equals(CompileResponse other)
    Parameters
    Type Name Description
    CompileResponse other
    Returns
    Type Description
    Boolean
    ☀
    ☾
    In This Article
    Back to top
    Generated by DocFX
    ☀
    ☾