Struct BlockResponse
A wrapped Block from the GetBlock(UInt64, ResponseFormat)
Namespace: Algorand.Unity
Assembly: cs.temp.dll.dll
Syntax
[AlgoApiObject("", "", 0)]
[Serializable]
public struct BlockResponse : IEquatable<BlockResponse>Fields
BlockHeader
Block data.
Declaration
[AlgoApiField("block")]
public BlockHeader BlockHeaderField Value
| Type | Description | 
|---|---|
| BlockHeader | 
Cert
Block certificate object.
Declaration
[AlgoApiField("cert")]
public AlgoApiObject CertField Value
| Type | Description | 
|---|---|
| AlgoApiObject | 
Methods
Equals(BlockResponse)
Declaration
public bool Equals(BlockResponse other)Parameters
| Type | Name | Description | 
|---|---|---|
| BlockResponse | other | 
Returns
| Type | Description | 
|---|---|
| Boolean |