Struct BlockHashResponse
Namespace: Algorand.Unity.Algod
Assembly: cs.temp.dll.dll
Syntax
[AlgoApiObject("", "", 0)]
[Serializable]
public struct BlockHashResponse : IEquatable<BlockHashResponse>
Properties
BlockHash
Block header hash.
Declaration
[AlgoApiField("blockHash")]
public string BlockHash { get; set; }
Property Value
| Type | Description |
|---|---|
| String |
Methods
Equals(BlockHashResponse)
Declaration
public bool Equals(BlockHashResponse other)
Parameters
| Type | Name | Description |
|---|---|---|
| BlockHashResponse | other |
Returns
| Type | Description |
|---|---|
| Boolean |