UnchangedSharedKind
Namespace: IotaSdk
Type of unchanged shared object
BCS
The BCS serialized form for this type is defined by the following ABNF:
unchanged-shared-object-kind = read-only-root
=/ mutate-deleted
=/ read-deleted
=/ canceled
=/ per-epoch-config
read-only-root = %d00 u64 digest
mutate-deleted = %d01 u64
read-deleted = %d02 u64
canceled = %d03 u64
per-epoch-config = %d04
public record class UnchangedSharedKind : System.IDisposable, System.IEquatable`1[[IotaSdk.UnchangedSharedKind, IotaSdk, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]
Inheritance Object → UnchangedSharedKind
Implements IDisposable, IEquatable<UnchangedSharedKind>
Attributes NullableContextAttribute, NullableAttribute
Constructors
UnchangedSharedKind()
public UnchangedSharedKind()
Methods
Dispose()
public void Dispose()