IdOperation
Namespace: IotaSdk
Defines what happened to an ObjectId during execution
BCS
The BCS serialized form for this type is defined by the following ABNF:
id-operation = id-operation-none
=/ id-operation-created
=/ id-operation-deleted
id-operation-none = %d00
id-operation-created = %d01
id-operation-deleted = %d02
public enum IdOperation : byte
Inheritance Object → ValueType → Enum → IdOperation
Implements IComparable, ISpanFormattable, IFormattable, IConvertible
Fields
| Name | Value | Description |
|---|---|---|
| None | 0 | |
| Created | 1 | |
| Deleted | 2 |