Table of Contents

Class AccessStructure

Namespace
Concordium.Sdk.Types
Assembly
Concordium.Sdk.dll

And access structure for performing chain updates. The access structure is only meaningful in the context of a list of update keys to which the indices refer to.

public sealed record AccessStructure : IEquatable<AccessStructure>
Inheritance
AccessStructure
Implements
Inherited Members

Constructors

AccessStructure(ImmutableHashSet<UpdateKeysIndex>, UpdateKeysThreshold)

And access structure for performing chain updates. The access structure is only meaningful in the context of a list of update keys to which the indices refer to.

public AccessStructure(ImmutableHashSet<UpdateKeysIndex> AuthorizedKeys, UpdateKeysThreshold Threshold)

Parameters

AuthorizedKeys ImmutableHashSet<UpdateKeysIndex>
Threshold UpdateKeysThreshold

Properties

AuthorizedKeys

public ImmutableHashSet<UpdateKeysIndex> AuthorizedKeys { get; init; }

Property Value

ImmutableHashSet<UpdateKeysIndex>

Threshold

public UpdateKeysThreshold Threshold { get; init; }

Property Value

UpdateKeysThreshold