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 SourceByteConstBlock(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 Sourceresults
Declaration
public List<byte[]> results
Field Value
Type | Description |
---|---|
System.Collections.Generic.List<System.Byte[]> |
size
Declaration
public int size
Field Value
Type | Description |
---|---|
System.Int32 |