Struct BlockResponse
Assembly: cs.temp.dll.dll
Syntax
[AlgoApiObject("", "", 0)]
[Serializable]
public struct BlockResponse : IEquatable<BlockResponse>
Properties
Block
Declaration
[AlgoApiField("block")]
public BlockHeader Block { get; set; }
Property Value
Cert
Optional certificate object. This is only included when the format is set to message pack.
Declaration
[AlgoApiField("cert")]
public BlockCertificate Cert { get; set; }
Property Value
Methods
Equals(BlockResponse)
Declaration
public bool Equals(BlockResponse other)
Parameters
Returns