Struct BlockResponse
Namespace: Algorand.Unity.Algod
Assembly: cs.temp.dll.dll
Syntax
public struct BlockResponse : IEquatable<BlockResponse>
Properties
Block
Block header data.
Declaration
public BlockHeader Block { get; set; }
Property Value
| Type | Description |
|---|---|
| BlockHeader |
Cert
Optional certificate object. This is only included when the format is set to message pack.
Declaration
public BlockCertificate Cert { get; set; }
Property Value
| Type | Description |
|---|---|
| BlockCertificate |
Methods
Equals(BlockResponse)
Declaration
public bool Equals(BlockResponse other)
Parameters
| Type | Name | Description |
|---|---|---|
| BlockResponse | other |
Returns
| Type | Description |
|---|---|
| Boolean |