mirror of
https://github.com/dashpay/dash.git
synced 2024-12-26 20:42:59 +01:00
56d1d13c43
* Merge #8824: Refactor TxToJSON() and ScriptPubKeyToJSON()
0ff9320
refactor TxToJSON() and ScriptPubKeyToJSON() (jonnynewbs)
Tree-SHA512: caf7d590829e221522edd5b1ab8ce67b53a2c6986d3bbe8477eab420b1007bf60f885ed0a25ba9587e468c00768360ddc31db37847e862858573eaed5ed8b0d6
* remove witness and vsize
Signed-off-by: Pasta <Pasta@dash.org>
* Add valueSat
To preserve rpc output format
* Move extrapayload and special tx json output to `TxToUniv`
* Add spent index info
22 lines
460 B
JSON
22 lines
460 B
JSON
{
|
|
"txid": "0481afb29931341d0d7861d8a2f6f26456fa042abf54a23e96440ed7946e0715",
|
|
"version": 2,
|
|
"size": 19,
|
|
"locktime": 0,
|
|
"vin": [
|
|
],
|
|
"vout": [
|
|
{
|
|
"value": 0.00,
|
|
"valueSat": 0,
|
|
"n": 0,
|
|
"scriptPubKey": {
|
|
"asm": "",
|
|
"hex": "",
|
|
"type": "nonstandard"
|
|
}
|
|
}
|
|
],
|
|
"hex": "02000000000100000000000000000000000000"
|
|
}
|