Struct BakerId
- Namespace
- Concordium.Sdk.Types
- Assembly
- Concordium.Sdk.dll
Internal short id of the baker.
public readonly record struct BakerId : IEquatable<BakerId>
- Implements
- Inherited Members
Constructors
BakerId(AccountIndex)
Internal short id of the baker.
public BakerId(AccountIndex Id)
Parameters
Id
AccountIndex
Properties
Id
public AccountIndex Id { get; init; }