mirror of
https://github.com/seigler/dash-docs
synced 2025-07-27 01:36:13 +00:00
parent
6823404c68
commit
64e4c549bc
16 changed files with 44 additions and 44 deletions
|
@ -22,7 +22,7 @@ optional:
|
|||
- data carrier transactions
|
||||
|
||||
not_to_be_confused_with_capitalize_first_letter:
|
||||
- OP_RETURN (an op code used in one of the outputs in an OP_RETURN transaction)
|
||||
- OP_RETURN (an opcode used in one of the outputs in an OP_RETURN transaction)
|
||||
|
||||
links_html_or_markdown_style_capitalize_first_letter:
|
||||
- "[Null data transaction](/en/developer-guide#term-null-data) --- Bitcoin.org Developer Guide"
|
||||
|
|
|
@ -4,31 +4,31 @@
|
|||
|
||||
required:
|
||||
#-------------40 characters-------------#
|
||||
title_max_40_characters_no_formatting: Op Code
|
||||
title_max_40_characters_no_formatting: Opcode
|
||||
|
||||
summary_max_255_characters_no_formatting: >
|
||||
Operation codes from the Bitcoin Script language which push data
|
||||
or perform functions within a pubkey script or signature script.
|
||||
|
||||
synonyms_shown_in_glossary_capitalize_first_letter:
|
||||
- Op code
|
||||
- Data-pushing op code
|
||||
- Non-data-pushing op code
|
||||
- Opcode
|
||||
- Data-pushing opcode
|
||||
- Non-data-pushing opcode
|
||||
|
||||
optional:
|
||||
synonyms_and_pluralizations_not_shown_in_glossary:
|
||||
- op codes
|
||||
- opcodes
|
||||
- opcode
|
||||
- opcodes
|
||||
- data-pushing op codes
|
||||
- data-pushing opcodes
|
||||
- non-data-pushing op codes
|
||||
- data-pushing opcodes
|
||||
- non-data-pushing opcodes
|
||||
- non-data-pushing opcodes
|
||||
|
||||
not_to_be_confused_with_capitalize_first_letter:
|
||||
|
||||
links_html_or_markdown_style_capitalize_first_letter:
|
||||
- "[Op codes](/en/developer-reference#op-codes) --- Bitcoin.org Developer Reference"
|
||||
- "[List of op codes](https://en.bitcoin.it/wiki/Script) --- Bitcoin Wiki"
|
||||
- "[Opcodes](/en/developer-reference#opcodes) --- Bitcoin.org Developer Reference"
|
||||
- "[List of opcodes](https://en.bitcoin.it/wiki/Script) --- Bitcoin Wiki"
|
||||
|
||||
---
|
||||
|
|
|
@ -26,7 +26,7 @@ optional:
|
|||
not_to_be_confused_with_capitalize_first_letter:
|
||||
- P2PK output (an output paying a public key directly)
|
||||
- P2PKH address, P2PKH output (an address comprising a hashed pubkey, and its corresponding output)
|
||||
- P2SH multisig (a particular instance of P2SH where the script uses a multisig op code)
|
||||
- P2SH multisig (a particular instance of P2SH where the script uses a multisig opcode)
|
||||
|
||||
links_html_or_markdown_style_capitalize_first_letter:
|
||||
- "[P2SH](/en/developer-guide#term-p2sh) --- Bitcoin.org Developer Guide"
|
||||
|
|
|
@ -8,7 +8,7 @@ required:
|
|||
|
||||
summary_max_255_characters_no_formatting: >
|
||||
A P2SH output where the redeem script uses one of the multisig
|
||||
op codes. Up until Bitcoin Core 0.10.0, P2SH multisig scripts
|
||||
opcodes. Up until Bitcoin Core 0.10.0, P2SH multisig scripts
|
||||
were standard transactions, but most other P2SH scripts were
|
||||
not.
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue