Created
March 9, 2021 15:14
-
-
Save StealthSend/5bd082b27d79210a4d809aa95d37fb65 to your computer and use it in GitHub Desktop.
Feeless XST Transaction Spending Multisig Input
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
StealthCoind gettransaction 3eb4af3e12079dbaf4d31c9abc6474c5431fe3481e34a390f33090b28695717a | |
{ | |
"txid" : "3eb4af3e12079dbaf4d31c9abc6474c5431fe3481e34a390f33090b28695717a", | |
"version" : 4, | |
"locktime" : 0, | |
"vin" : [ | |
{ | |
"txid" : "25662b566a2c5fb2d658cbcaae4eba05943cb29afe72e1c9ec4bba6324bdc7ba", | |
"vout" : 0, | |
"scriptSig" : { | |
"asm" : "0 304402203dca107384be469fe8c4662e1fd766dcc85483deed09ea5b1ba33f458b096d1d022054d835419aeecf972d434c49d35daae3610b980cdefddff42f7bbe3770bdb3ca01 512102cd85238b5e7615ede6661ae2a8fb57f71d6bdc24b23ec1f91d5b0a7a37e56c7b2102dd3bd7efe1cb4aeb0531329c91dbc300ed48d36ed552b41503173621f1148f8b52ae", | |
"hex" : "0047304402203dca107384be469fe8c4662e1fd766dcc85483deed09ea5b1ba33f458b096d1d022054d835419aeecf972d434c49d35daae3610b980cdefddff42f7bbe3770bdb3ca0147512102cd85238b5e7615ede6661ae2a8fb57f71d6bdc24b23ec1f91d5b0a7a37e56c7b2102dd3bd7efe1cb4aeb0531329c91dbc300ed48d36ed552b41503173621f1148f8b52ae" | |
}, | |
"sequence" : 4294967295 | |
} | |
], | |
"vout" : [ | |
{ | |
"value" : 20.00000000, | |
"n" : 0, | |
"scriptPubKey" : { | |
"asm" : "OP_DUP OP_HASH160 16dd552da5ea123973232fcc76639fc1e09ea167 OP_EQUALVERIFY OP_CHECKSIG", | |
"hex" : "76a91416dd552da5ea123973232fcc76639fc1e09ea16788ac", | |
"reqSigs" : 1, | |
"type" : "pubkeyhash", | |
"addresses" : [ | |
"mhbrJjyjXThn7xfp1NjUm5EAz1LBQM1dLT" | |
] | |
} | |
}, | |
{ | |
"value" : 0.00000000, | |
"n" : 1, | |
"scriptPubKey" : { | |
"asm" : "00425b6000000100f522b02401723ed6 OP_FEEWORK", | |
"hex" : "1000425b6000000100f522b02401723ed6d1", | |
"type" : "feework", | |
"height" : 4348768, | |
"block_hash" : "ea2170d87399e1164006e3b3c9abdbc84ebeec1eb6ffca79117f9a6bcc61273e", | |
"mcost" : 256, | |
"bytes" : 257, | |
"limit_hex" : "0006ffffffffffff", | |
"limit_denary" : 1970324836974591, | |
"work_hex" : "f522b02401723ed6", | |
"work_denary" : 17663874357190082262, | |
"hash_hex" : "00050ec28cf42b8b", | |
"hash_denary" : 1423603634809739, | |
"script_asm" : "00425b6000000100f522b02401723ed6 OP_FEEWORK", | |
"script_hex" : "1000425b6000000100f522b02401723ed6d1" | |
} | |
} | |
], | |
"amount" : 0.00000000, | |
"fee" : 0.00000000, | |
"confirmations" : 13, | |
"blockhash" : "132f1a374defbf51f2ddbfddc003d7fb0a556944db76548eeab2a72820f2ca92", | |
"blockindex" : 0, | |
"blocktime" : 1615301444, | |
"txid" : "3eb4af3e12079dbaf4d31c9abc6474c5431fe3481e34a390f33090b28695717a", | |
"time" : 1615301438, | |
"timereceived" : 1615301438, | |
"details" : [ | |
{ | |
"account" : "", | |
"address" : "mhbrJjyjXThn7xfp1NjUm5EAz1LBQM1dLT", | |
"category" : "send", | |
"amount" : -20.00000000, | |
"fee" : 0.00000000 | |
}, | |
{ | |
"account" : "", | |
"category" : "send", | |
"amount" : 0.00000000, | |
"fee" : 0.00000000 | |
}, | |
{ | |
"account" : "", | |
"address" : "mhbrJjyjXThn7xfp1NjUm5EAz1LBQM1dLT", | |
"category" : "receive", | |
"amount" : 20.00000000 | |
} | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment