Created
March 7, 2024 23:37
-
-
Save roughpandaz/56966fc6e0f2ec6b58f0a11c317d739c to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"version": 1, | |
"inputs": [ | |
{ | |
"prev_tx_hash": "abcd1234... (previous transaction hash)", | |
"output_index": 0, | |
"scriptSig": "483045022100... (signature and public key)", | |
"sequence": 4294967295 | |
} | |
], | |
"outputs": [ | |
{ | |
"value": 5000000000, | |
"scriptPubKey": "76a914... (OP_DUP OP_HASH160 <pubKeyHash> OP_EQUALVERIFY OP_CHECKSIG)" | |
}, | |
], | |
"locktime": 0 | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment