Struct ArIdentity
- Namespace
- Concordium.Sdk.Types
- Assembly
- Concordium.Sdk.dll
Identity of the anonymity revoker on the chain. This defines their evaluation point for secret sharing, and thus it cannot be 0.
public readonly record struct ArIdentity : IEquatable<ArIdentity>
- Implements
- Inherited Members
Constructors
ArIdentity(uint)
Identity of the anonymity revoker on the chain. This defines their evaluation point for secret sharing, and thus it cannot be 0.
public ArIdentity(uint Id)
Parameters
Id
uint
Properties
Id
public uint Id { get; init; }