Struct UpdateKeysIndex
- Namespace
- Concordium.Sdk.Types
- Assembly
- Concordium.Sdk.dll
An identifier of a key that can sign update instructions. A signature of an update instruction is a collection of signatures. An UpdateKeysIndex identifies keys that correspond to the signatures.
public readonly record struct UpdateKeysIndex : IEquatable<UpdateKeysIndex>
- Implements
- Inherited Members
Constructors
UpdateKeysIndex(ushort)
An identifier of a key that can sign update instructions. A signature of an update instruction is a collection of signatures. An UpdateKeysIndex identifies keys that correspond to the signatures.
public UpdateKeysIndex(ushort Index)
Parameters
Index
ushort
Properties
Index
public ushort Index { get; init; }