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 Object → ConfigKey
Implements IEquatable<ConfigKey>
Attributes NullableContextAttribute, NullableAttribute
Properties
PerTypeIndex
public ulong PerTypeIndex { get; init; }
Property Value
PerTypeKey
public Byte[] PerTypeKey { get; init; }
Property Value
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[]