BitcoinOpCodeConst class
ignore_for_file: constant_identifier_names, equal_keys_in_map, non_constant_identifier_names Constants and identifiers used in the Bitcoin-related code.
Constructors
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- 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
-
ABSOLUTE_TIMELOCK_SEQUENCE
→ const List<
int> -
DEFAULT_TX_LOCKTIME
→ const List<
int> - Default values and sequences
-
DEFAULT_TX_SEQUENCE
→ const List<
int> -
DEFAULT_TX_VERSION
→ const List<
int> -
EMPTY_TX_SEQUENCE
→ const List<
int> - LEAF_VERSION_TAPSCRIPT → const int
- Script version and Bitcoin-related identifiers
- NEGATIVE_SATOSHI → const int
-
OP_CODES
→ const Map<
String, List< int> > - P2PKH_ADDRESS → const String
- Bitcoin address types
- P2SH_ADDRESS → const String
- P2TR_ADDRESS_V1 → const String
- P2WPKH_ADDRESS_V0 → const String
- P2WSH_ADDRESS_V0 → const String
-
REPLACE_BY_FEE_SEQUENCE
→ const List<
int> - SATOSHIS_PER_BITCOIN → const int
- SIGHASH_ALL → const int
- SIGHASH_ANYONECANPAY → const int
- SIGHASH_FORKED → const int
- SIGHASH_NONE → const int
- SIGHASH_SINGLE → const int
- SIGHASH types
- TAPROOT_SIGHASH_ALL → const int
- TYPE_ABSOLUTE_TIMELOCK → const int
- Transaction lock types
- TYPE_RELATIVE_TIMELOCK → const int
- TYPE_REPLACE_BY_FEE → const int