I’ve a TXid in my pockets that incorporates a number of transactions (a number of sends and receives). From what I learn these are transactions the community creates facilitate splitting/combining a number of inputs/outputs and so on. After I gettransaction
within the pockets I’ve I see
gettransaction 3dda59bf9801f88...5498dd7fd1c3f9577963b94
{
"quantity": -17.00000000,
"payment": 20.00000000,
"particulars": [
{
"account": "",
"category": "send",
"amount": 0.00000000,
"vout": 0,
"fee": 20.00000000
},
{
"account": "",
"address": "GPP7ic67...9TgitCB21r",
"category": "send",
"amount": -20.00000000,
"vout": 1,
"fee": 20.00000000
},
{
"account": "",
"address": "GPP7ic67...9TgitCB21r",
"category": "send",
"amount": -17.00000000,
"vout": 2,
"fee": 20.00000000
},
{
"account": "TestWallet",
"address": "GPP7ic67...9TgitCB21r",
"category": "receive",
"amount": 20.00000000,
"vout": 1
}
],
So, I am attempting to determine what the online results of this transaction is. I obtained -17 and I had 20 payment. Does that imply I internet loss 37?