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