FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
bitcoin-php/src/Script/ScriptType.php at main · ProtonMail/bitcoin-php · GitHub
Uh oh!
There was an error while loading.
Please reload this page
.
ProtonMail
/
bitcoin-php
Public
forked from
Bit-Wasp/bitcoin-php
Notifications
You must be signed in to change notification settings
Fork
23
Star
32
Code
Issues
3
Pull requests
1
Actions
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Security and quality
Insights
Expand file tree
Breadcrumbs
bitcoin-php
/
src
/
Script
/
ScriptType.php
Copy path
More file actions
More file actions
Latest commit
History
History
History
18 lines (15 loc) · 438 Bytes
Breadcrumbs
bitcoin-php
/
src
/
Script
/
ScriptType.php
Copy path
File metadata and controls
18 lines (15 loc) · 438 Bytes
Raw
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<?php
declare
(strict_types=
1
);
namespace
BitWasp
\
Bitcoin
\
Script
;
class
ScriptType
{
const
P2PK
=
'
pubkey
'
;
const
P2PKH
=
'
pubkeyhash
'
;
const
MULTISIG
=
'
multisig
'
;
const
NULLDATA
=
'
nulldata
'
;
const
P2SH
=
'
scripthash
'
;
const
P2WSH
=
'
witness_v0_scripthash
'
;
const
P2WKH
=
'
witness_v0_keyhash
'
;
const
WITNESS_COINBASE_COMMITMENT
=
'
witness_coinbase_commitment
'
;
const
NONSTANDARD
=
'
nonstandard
'
;
}
Back
|
FazBrowse Home
|
New Git URL