7e5af52cd1
I think it is important we maintain some reasoning that an Input script is actually a script signature, but in the end, these names are more coherent and understandable when reasoning with our code. So I think its OK we break tradition with bitcoind.
71 lines
2.3 KiB
JSON
71 lines
2.3 KiB
JSON
{
|
|
"valid": [
|
|
{
|
|
"description": "pubKeyHash",
|
|
"network": "bitcoin",
|
|
"version": 0,
|
|
"hex": "751e76e8199196d454941c45d1b3a323f1433bd6",
|
|
"base58check": "1BgGZ9tcN4rm9KBzDn7KprQz87SZ26SAMH",
|
|
"script": "76a914751e76e8199196d454941c45d1b3a323f1433bd688ac"
|
|
},
|
|
{
|
|
"description": "scriptHash",
|
|
"network": "bitcoin",
|
|
"version": 5,
|
|
"hex": "cd7b44d0b03f2d026d1e586d7ae18903b0d385f6",
|
|
"base58check": "3LRW7jeCvQCRdPF8S3yUCfRAx4eqXFmdcr",
|
|
"script": "a914cd7b44d0b03f2d026d1e586d7ae18903b0d385f687"
|
|
},
|
|
{
|
|
"description": "pubKeyHash",
|
|
"network": "testnet",
|
|
"version": 111,
|
|
"hex": "751e76e8199196d454941c45d1b3a323f1433bd6",
|
|
"base58check": "mrCDrCybB6J1vRfbwM5hemdJz73FwDBC8r",
|
|
"script": "76a914751e76e8199196d454941c45d1b3a323f1433bd688ac"
|
|
},
|
|
{
|
|
"description": "scriptHash",
|
|
"network": "testnet",
|
|
"version": 196,
|
|
"hex": "cd7b44d0b03f2d026d1e586d7ae18903b0d385f6",
|
|
"base58check": "2NByiBUaEXrhmqAsg7BbLpcQSAQs1EDwt5w",
|
|
"script": "a914cd7b44d0b03f2d026d1e586d7ae18903b0d385f687"
|
|
}
|
|
],
|
|
"invalid": {
|
|
"fromBase58Check": [
|
|
{
|
|
"description": "hash too short",
|
|
"base58check": "7SeEnXWPaCCALbVrTnszCVGfRU8cGfx",
|
|
"exception": "Invalid hash length"
|
|
},
|
|
{
|
|
"description": "hash too long",
|
|
"base58check": "j9ywUkWg2fTQrouxxh5rSZhRvrjMkEUfuiKe",
|
|
"exception": "Invalid hash length"
|
|
}
|
|
],
|
|
"fromOutputScript": [
|
|
{
|
|
"description": "pubkey has no matching Address",
|
|
"hex": "21031f1e68f82112b373f0fe980b3a89d212d2b5c01fb51eb25acb8b4c4b4299ce95ac"
|
|
},
|
|
{
|
|
"description": "multisig has no matching Address",
|
|
"hex": "5121032487c2a32f7c8d57d2a93906a6457afd00697925b0e6e145d89af6d3bca330162102308673d16987eaa010e540901cc6fe3695e758c19f46ce604e174dac315e685a52ae"
|
|
},
|
|
{
|
|
"description": "nulldata has no matching Address",
|
|
"hex": "6a2606deadbeef03f895a2ad89fb6d696497af486cb7c644a27aa568c7a18dd06113401115185474"
|
|
}
|
|
],
|
|
"toOutputScript": [
|
|
{
|
|
"description": "24kPZCmVgzfkpGdXExy56234MRHrsqQxNWE has no matching Script",
|
|
"hex": "751e76e8199196d454941c45d1b3a323f1433bd6",
|
|
"version": 153
|
|
}
|
|
]
|
|
}
|
|
}
|