Output_OutputBuilder_Variant enum
Values
- p2sh → const Output_OutputBuilder_Variant
- p2pk → const Output_OutputBuilder_Variant
- p2pkh → const Output_OutputBuilder_Variant
- p2wsh → const Output_OutputBuilder_Variant
- p2wpkh → const Output_OutputBuilder_Variant
- p2trKeyPath → const Output_OutputBuilder_Variant
- p2trScriptPath → const Output_OutputBuilder_Variant
- p2trDangerousAssumeTweaked → const Output_OutputBuilder_Variant
- brc20Inscribe → const Output_OutputBuilder_Variant
- opReturn → const Output_OutputBuilder_Variant
- babylonStaking → const Output_OutputBuilder_Variant
- babylonUnbonding → const Output_OutputBuilder_Variant
- babylonStakingOpReturn → const Output_OutputBuilder_Variant
- notSet → const Output_OutputBuilder_Variant
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<
Output_OutputBuilder_Variant> - A constant List of the values in this enum, in order of their declaration.