Class ByteConstBlock
Inheritance
object
ByteConstBlock
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Algorand.Utils
Assembly: Algorand.dll
Syntax
public class ByteConstBlock
Constructors
| Improve this Doc View SourceByteConstBlock(int, List<byte[]>)
Declaration
public ByteConstBlock(int size, List<byte[]> results)
Parameters
Type | Name | Description |
---|---|---|
int | size | |
System.Collections.Generic.List<T><byte[]> | results |
Fields
| Improve this Doc View Sourceresults
Declaration
public List<byte[]> results
Field Value
Type | Description |
---|---|
System.Collections.Generic.List<T><byte[]> |
size
Declaration
public int size
Field Value
Type | Description |
---|---|
int |