Last active
October 22, 2019 15:33
-
-
Save malustewart/6070c51c863725a5600e2f8804a94def to your computer and use it in GitHub Desktop.
eda 2019 2c tp integrador
This file contains 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
{ | |
"tx" : [ | |
{ | |
"txid": "id", | |
"nTxin": 1, | |
"vin": [ | |
{ | |
"blockid": "uijhnzfdmsk", | |
"txid": "nalsjfsken" | |
} | |
], | |
"nTxout": 1, | |
"vout": [ | |
{ | |
"publicid": "nkefkmles", | |
"txid": "onsdklj", | |
"amount": 32 | |
} | |
] | |
} | |
], | |
"height" : 4, | |
"nonce" : 305419896, | |
"blockid" : "0123456789012345678901234567890123456789012345678901234567890123", | |
"merkleroot" : "0123456789012345678901234567890123456789012345678901234567890123", | |
"nTx" : 1 | |
} |
This file contains 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
{ | |
"blockid": "dnkjfdfn", | |
"nTx": 2, | |
"pathlength": 3, | |
"txposinblock": [ | |
0, | |
2 | |
], | |
"tx": [ | |
{ | |
"blockid": "asdfghjklasdfghjkl", | |
"txid": "nfdklffskl" | |
}, | |
{ | |
"blockid": "uijhnzfdmsk", | |
"txid": "nalsjfsken" | |
} | |
], | |
"path": [ | |
[ | |
"jbskerngerksj", | |
"fnksjelansemw", | |
"qleocnjszpkfo" | |
], | |
[ | |
"golzzmxcbqpdj", | |
"jlriewlsvnnmr", | |
"pqwermrolzvnd" | |
] | |
] | |
} |
This file contains 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
{ | |
"txid": "id", | |
"nTxin": 2, | |
"vin": [ | |
{ | |
"blockid": "asdfghjklasdfghjkl", | |
"txid": "nfdklffskl" | |
}, | |
{ | |
"blockid": "uijhnzfdmsk", | |
"txid": "nalsjfsken" | |
} | |
], | |
"nTxout": 1, | |
"vout": [ | |
{ | |
"publicid": "nkefkmles", | |
"amount": 32 | |
} | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment