Show / Hide Table of Contents

    Class ByteConstBlock

    Inheritance
    System.Object
    ByteConstBlock
    Inherited Members
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.ToString()
    Namespace: Algorand
    Assembly: Algorand.dll
    Syntax
    public class ByteConstBlock

    Constructors

    | Improve this Doc View Source

    ByteConstBlock(Int32, List<Byte[]>)

    Declaration
    public ByteConstBlock(int size, List<byte[]> results)
    Parameters
    Type Name Description
    System.Int32 size
    System.Collections.Generic.List<System.Byte[]> results

    Fields

    | Improve this Doc View Source

    results

    Declaration
    public List<byte[]> results
    Field Value
    Type Description
    System.Collections.Generic.List<System.Byte[]>
    | Improve this Doc View Source

    size

    Declaration
    public int size
    Field Value
    Type Description
    System.Int32
    • Improve this Doc
    • View Source
    Back to top Generated by DocFX