Skip to main content

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 ObjectValueTypeEnumIdOperation
Implements IComparable, ISpanFormattable, IFormattable, IConvertible

Fields

NameValueDescription
None0
Created1
Deleted2