-
Notifications
You must be signed in to change notification settings - Fork 2
/
p2sh-address.yaml
36 lines (29 loc) · 1.46 KB
/
p2sh-address.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
---
# This file is licensed under the MIT License (MIT) available on
# http://opensource.org/licenses/MIT.
required:
#-------------40 characters-------------#
title_max_40_characters_no_formatting: P2SH Address, Pay To Script Hash
summary_max_255_characters_no_formatting: >
A Bitcoin payment address comprising a hashed script,
allowing the spender to create a standard pubkey script that
Pays To Script Hash (P2SH). The script can be almost any
valid pubkey script.
synonyms_shown_in_glossary_capitalize_first_letter:
- P2SH address
- P2SH output
optional:
synonyms_and_pluralizations_not_shown_in_glossary:
- P2SH addresses
- P2SH outputs
- P2SH pubkey script
- P2SH pubkey scripts
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 opcode)
links_html_or_markdown_style_capitalize_first_letter:
- "[P2SH](/en/developer-guide#term-p2sh) --- Developer Guide"
- "[BIP16: pay to script hash](https://github.com/bitcoin/bips/blob/master/bip-0016.mediawiki) --- Bitcoin Improvement Proposals"
- "[P2SH](https://en.bitcoin.it/wiki/P2SH) --- Bitcoin Wiki"
---