WitnessVersion enum
Values
- v0 → const WitnessVersion
-
Initial version of witness program. Used for P2WPKH and P2WPK outputs
- v1 → const WitnessVersion
-
Version of witness program used for Taproot P2TR outputs.
- v2 → const WitnessVersion
-
Future (unsupported) version of witness program.
- v3 → const WitnessVersion
-
Future (unsupported) version of witness program.
- v4 → const WitnessVersion
-
Future (unsupported) version of witness program.
- v5 → const WitnessVersion
-
Future (unsupported) version of witness program.
- v6 → const WitnessVersion
-
Future (unsupported) version of witness program.
- v7 → const WitnessVersion
-
Future (unsupported) version of witness program.
- v8 → const WitnessVersion
-
Future (unsupported) version of witness program.
- v9 → const WitnessVersion
-
Future (unsupported) version of witness program.
- v10 → const WitnessVersion
-
Future (unsupported) version of witness program.
- v11 → const WitnessVersion
-
Future (unsupported) version of witness program.
- v12 → const WitnessVersion
-
Future (unsupported) version of witness program.
- v13 → const WitnessVersion
-
Future (unsupported) version of witness program.
- v14 → const WitnessVersion
-
Future (unsupported) version of witness program.
- v15 → const WitnessVersion
-
Future (unsupported) version of witness program.
- v16 → const WitnessVersion
-
Future (unsupported) version of witness program.
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- index → int
-
A numeric identifier for the enumerated value.
no setterinherited
- name → String
-
Available on Enum, provided by the EnumName extension
The name of the enum value.no setter - runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Constants
-
values
→ const List<
WitnessVersion> - A constant List of the values in this enum, in order of their declaration.