IntentVersion
Namespace: IotaSdk
Byte signifying the version of an Intent
The version here is to distinguish between signing different versions of the struct or enum. Serialized output between two different versions of the same struct/enum might accidentally (or maliciously on purpose) match.
BCS
The BCS serialized form for this type is defined by the following ABNF:
intent-version = u8
public enum IntentVersion
Inheritance Object → ValueType → Enum → IntentVersion
Implements IComparable, ISpanFormattable, IFormattable, IConvertible
Fields
| Name | Value | Description |
|---|---|---|
| V0 | 0 |