We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents cf1c055 + 881a003 commit a3a9817Copy full SHA for a3a9817
core/src/main/java/com/neemre/btcdcli4j/core/domain/enums/ScriptTypes.java
@@ -16,12 +16,13 @@
16
@JsonIgnoreProperties(ignoreUnknown = true)
17
public enum ScriptTypes {
18
19
- // https://github.com/bitcoin/bitcoin/blob/8152d3fe57a991e9088d0b9d261d2b10936f45a9/src/script/standard.cpp
+ // https://github.com/bitcoin/bitcoin/blob/28.x/src/script/solver.cpp#L21-L31
20
PUB_KEY("pubkey"),
21
PUB_KEY_HASH("pubkeyhash"),
22
SCRIPT_HASH("scripthash"),
23
MULTISIG("multisig"),
24
NULL_DATA("nulldata"),
25
+ ANCHOR("anchor"),
26
WITNESS_V0_KEYHASH("witness_v0_keyhash"),
27
WITNESS_V0_SCRIPTHASH("witness_v0_scripthash"),
28
WITNESS_UNKNOWN("witness_unknown"),
0 commit comments