Script class
Represents a script in a transaction.
- Implementers
Properties
- commands → List
-
Script commands.
no setter
- hashCode → int
-
The hash code for this object.
no setteroverride
- isCoinbase ↔ bool
-
getter/setter pair
- length → int
-
The length of the script.
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
-
rawSerialize(
) → String -
serialize(
) → String - Serialize the script.
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
override
Static Methods
-
parseToCommand(
Uint8List script, {bool isCoinbase = false}) → List - Parse the script from the given script bytes.