Skip to main content

ConfigKey

Namespace: IotaSdk

Key identifying a per-type deny-list config (0x2::deny_list::ConfigKey).

public record class ConfigKey : System.IEquatable`1[[IotaSdk.ConfigKey, IotaSdk, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]

Inheritance ObjectConfigKey
Implements IEquatable<ConfigKey>
Attributes NullableContextAttribute, NullableAttribute

Properties

PerTypeIndex

public ulong PerTypeIndex { get; init; }

Property Value

UInt64

PerTypeKey

public Byte[] PerTypeKey { get; init; }

Property Value

Byte[]

Constructors

ConfigKey(UInt64, Byte[])

Key identifying a per-type deny-list config (0x2::deny_list::ConfigKey).

public ConfigKey(ulong PerTypeIndex, Byte[] PerTypeKey)

Parameters

PerTypeIndex UInt64

PerTypeKey Byte[]