Class Branch
- Namespace
- Concordium.Sdk.Types
- Assembly
- Concordium.Sdk.dll
Response type for GetBranches.
public sealed record Branch : IEquatable<Branch>
- Inheritance
-
Branch
- Implements
- Inherited Members
Constructors
Branch(BlockHash, List<Branch>)
Response type for GetBranches.
public Branch(BlockHash BlockHash, List<Branch> Children)
Parameters
BlockHash
BlockHashThe hash of the block.
Children
List<Branch>Further blocks branching of this block.
Properties
BlockHash
The hash of the block.
public BlockHash BlockHash { get; init; }
Property Value
Children
Further blocks branching of this block.
public List<Branch> Children { get; init; }