Skip to content

Instantly share code, notes, and snippets.

@imylomylo
Created July 27, 2021 07:24
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save imylomylo/b5012a7ce8807a639059d8c0941cc276 to your computer and use it in GitHub Desktop.
Save imylomylo/b5012a7ce8807a639059d8c0941cc276 to your computer and use it in GitHub Desktop.
decode raw tx
```
{
"txid": "5d9f4a5f726e3f3bf8dba9bb161e87d4c53b40bb86567d222bdc917bd03b2ec2",
"overwintered": true,
"version": 4,
"versiongroupid": "892f2085",
"locktime": 0,
"expiryheight": 90470,
"vin": [
{
"txid": "532f343debb4a9d41e597c2774f2e5605fa0b60d69c933270c6722339d3f8d9d",
"vout": 0,
"scriptSig": {
"asm": "",
"hex": ""
},
"sequence": 4294967295
},
{
"txid": "3580a4dbd5966314abcb3257fc1d9c242129b3cb41d46942859ba17cff0a423d",
"vout": 0,
"scriptSig": {
"asm": "",
"hex": ""
},
"sequence": 4294967295
},
{
"txid": "931a9801c94f75d8d8423d9148c1a2fd4055be7f083104b929d866af3e13bac6",
"vout": 0,
"scriptSig": {
"asm": "",
"hex": ""
},
"sequence": 4294967295
}
],
"vout": [
{
"value": 14733.99930000,
"valueZat": 1473399930000,
"n": 0,
"scriptPubKey": {
"asm": "OP_DUP OP_HASH160 6950bcf37e3e92533a8502c3a783a568eba4122c OP_EQUALVERIFY OP_CHECKSIG",
"hex": "76a9146950bcf37e3e92533a8502c3a783a568eba4122c88ac",
"reqSigs": 1,
"type": "pubkeyhash",
"addresses": [
"RJt3kSRU3XxikWoixmyoA8CFT8kMaSs72M"
]
}
}
],
"vjoinsplit": [
],
"valueBalance": 0.00000000,
"vShieldedSpend": [
],
"vShieldedOutput": [
]
}
```
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment