Skip to main content

Enumeration: IntentVersion

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

Enumeration Members

V0

V0: 0;