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
| 9gTwECPCotYwBfjXCWoBjUM8bo7NpDfkxET7AnRpP6xfiw8osrD | |
| 9gTwECPCotYwBfjXCWoBjUM8bo7NpDfkxET7AnRpP6xfiw8osrS | |
| 9gTwECPCotYwBfjXCWoBjUM8bo8NpDfkxET7AnRpP3xfiw8osrS | |
| 9gTwECPCotYwBfjXDJoBjUM8bo7NpDfkxET7AnRpP6xfiw8osrS | |
| 9gTwEGDGotYwBfjXCWoBjUM8bo7NpDfkxET7AnRpP6xfiw8osrS | |
| 9gTxiZgkBxi2xsFfENu794D6p35TNkMeMkLkqtpVCPWBugVjLho | |
| 9gTxiZgkBxi2xsFfENu794D6p35TNkMeMkLkqtpVCPWBugVjLhp | |
| 9gtyiFwVMwajx32Z7Xw2GbPXhnTrSsDbaPt7RSizbXhJspGJhkf | |
| 9gtzRbGtNSGqjVEUkUsigF2qbnjMuxUSVjR4R4NqPB2i5PSRmfK | |
| 9gu71JzAFATv9x9y2r2wUkxuqUvGL1RGQLtrDXAhAK1jdc3askY |
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
| {"inputs":[{"boxId":"73c1caca123b79f43deed1599549105708d548397bd88c2ff4939ff772b74b27","spendingProof":{"proofBytes":"f38394a9a26a7ba1685de51d17ab8fc8396c21974054a2c4425cf3ebc692674d864c88cc94a5c4fd48058e4d5ae9cd6e9b54ce47ab428856","extension":{}}}],"dataInputs":[],"outputs":[{"assets":[],"additionalRegisters":{},"id":"","value":700000000,"creationHeight":212393,"address":{"address":"9gTwECPCotYwBfjXCWoBjUM8bo7NpDfkxET7AnRpP6xfiw8osrD","addrBytes":{"type":"Buffer","data":[1,3,0,75,137,6,175,166,39,224,78,236,247,174,78,51,179,149,32,53,92,15,231,246,184,195,207,194,166,184,114,60,7,154,189,104,82,206]}},"ergoTree":"0008cd03004b8906afa627e04eecf7ae4e33b39520355c0fe7f6b8c3cfc2a6b8723c079a"},{"assets":[],"additionalRegisters":{},"id":"","value":700000000,"creationHeight":212393,"address":{"address":"9gTwECPCotYwBfjXCWoBjUM8bo7NpDfkxET7AnRpP6xfiw8osrS","addrBytes":{"type":"Buffer","data":[1,3,0,75,137,6,175,166,39,224,78,236,247,174,78,51,179,149,32,53,92,15,231,246,184,195,207,194,166,184,114,60,7,154,189,104,82 |
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
| INFO:DB:DB version: 7 | |
| INFO:DB:coin: EcoDollar | |
| INFO:DB:network: mainnet | |
| INFO:DB:height: 9 | |
| INFO:DB:tip: 00000b8e80f0136afc2a015a4dcafc46ddc0a0fde2b6e210c588e31d4c8ae657 | |
| INFO:DB:tx count: 9 | |
| INFO:DB:flushing DB cache at 1,200 MB | |
| INFO:DB:sync time so far: 13m 31s | |
| INFO:History:history DB version: 0 | |
| INFO:History:flush count: 1 |
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
| const bitGoUTXO = require('bitgo-utxo-lib'); | |
| const wif = '******'; | |
| const inputAmount = 1000000; | |
| const minerFee = 1000; | |
| const inputTxId = '83ec80bdecd69def653209f86d45621d54885c3def2590a62eb8bc7218477e27'; | |
| const inputOutputN = 0; | |
| const toAddress = 't1YjypJzDtHkPZVQ8nLu5xFGxbBPjydK2SS'; | |
| const inputScriptHex = '76a9140ec26089e8b143fc7bea13a7340ee3b0e6c123f688ac'; | |
| const inputScript = Buffer.from(inputScriptHex, 'hex'); |