Class UpdateKeysIndex
- Namespace
- Concordium.Sdk.Transactions
- Assembly
- Concordium.Sdk.dll
Index of a key in an authorizations update payload.
public sealed record UpdateKeysIndex : IEquatable<UpdateKeysIndex>
- Inheritance
-
UpdateKeysIndex
- Implements
- Inherited Members
Constructors
UpdateKeysIndex(byte)
Index of a key in an authorizations update payload.
public UpdateKeysIndex(byte Value)
Parameters
Value
byte
Properties
Value
public byte Value { get; init; }