Skip to content

Instantly share code, notes, and snippets.

@roughpandaz
Created March 7, 2024 23:37
Show Gist options
  • Save roughpandaz/56966fc6e0f2ec6b58f0a11c317d739c to your computer and use it in GitHub Desktop.
Save roughpandaz/56966fc6e0f2ec6b58f0a11c317d739c to your computer and use it in GitHub Desktop.
{
"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