Multicurrency Sending on a TestnetThe first transaction is a send of an atomic currency, AT1, using a fee delegate currency, MC2. The fee is reported in this transaction. The second transaction shows just the fee, from the client that mined it, which happened to be the same as the sender.
% ./mcd gettransaction 50eba9051d0043ae6e25e71f4c7d099fb09688447a13c87c8bd3f681a769b982
{
"txid" : "50eba9051d0043ae6e25e71f4c7d099fb09688447a13c87c8bd3f681a769b982",
"version" : 1,
"time" : 1446096588,
"locktime" : 0,
"vin" : [
{
"txid" : "d86da4d9b67c5476d471d2fcd3daece059268257fd1c09a5c42de53cdd485f8c",
"vout" : 0,
"scriptSig" : {
"asm" : "3045022100b168774cd9cdcac19e526330b700e69d385f3078603fbb8cc61efab867c6505702201a4ba9e5e03bfcf9179815fd11929b54b78b0319afe3820ccd084d5233e5f33101 0324eee2c3c5271e766f16940b95a63a02fecc02d217bb4d9f58767fac2c6294d2",
"hex" : "483045022100b168774cd9cdcac19e526330b700e69d385f3078603fbb8cc61efab867c6505702201a4ba9e5e03bfcf9179815fd11929b54b78b0319afe3820ccd084d5233e5f33101210324eee2c3c5271e766f16940b95a63a02fecc02d217bb4d9f58767fac2c6294d2"
},
"sequence" : 4294967295,
"value" : 100.00000000,
"addresses" : [
"Bzi8zqRmyeaH3MRDmsgnPvXaA3gp77Ljksy"
]
},
{
"txid" : "ab0a5a2f42c7199b6df4be4da370e267da32c9920fb17f8d7ae51cc53f2c52e0",
"vout" : 0,
"scriptSig" : {
"asm" : "304402207917e0c17ff6fd757ee73766636207f66bb1acdc0fa9920c59512835671dda6702205eacac2d12396e43bc8f87943d9eeb12b085156f02c283efd3944927bd50f5d901 02615d7acaf558930794e2c972b051b2c1de06ee2b06d1322ec59b27012fcc0458",
"hex" : "47304402207917e0c17ff6fd757ee73766636207f66bb1acdc0fa9920c59512835671dda6702205eacac2d12396e43bc8f87943d9eeb12b085156f02c283efd3944927bd50f5d9012102615d7acaf558930794e2c972b051b2c1de06ee2b06d1322ec59b27012fcc0458"
},
"sequence" : 4294967295,
"value" : 0.01000000,
"addresses" : [
"BrbYvDZpve9pegyz74cNFMy6aXQ6v34G8YA"
]
}
],
"vout" : [
{
"value" : 99.00000000,
"n" : 0,
"scriptPubKey" : {
"asm" : "OP_DUP OP_HASH160 12c4a662e6d5029ac9b698fb104b528b619b4b78 OP_EQUALVERIFY OP_CHECKSIG",
"reqSigs" : 1,
"type" : "pubkeyhash",
"addresses" : [
"BzQ5gPw8V8k9qujYDoowwaV9phxqV3cZgcn"
]
}
},
{
"value" : 1.00000000,
"n" : 1,
"scriptPubKey" : {
"asm" : "OP_DUP OP_HASH160 0affec40bc89dbc5ab03758c179cc232f913499b OP_EQUALVERIFY OP_CHECKSIG",
"reqSigs" : 1,
"type" : "pubkeyhash",
"addresses" : [
"BzPNbzkgCaQwmyAvnPypeKcinoa5U1BDEs2"
]
}
}
],
"amounts" : {
"MC1" : 0.00000000,
"MC2" : 0.00000000,
"AT1" : -1.00000000
},
"fee" : {
"MC2" : -0.01000000
},
"confirmations" : 5,
"blockhash" : "0000000628ab124b4ef88091c57ee47c22a4acdcfb91c2265d912f5e027956f6",
"blockindex" : 1,
"blocktime" : 1446096615,
"txid" : "50eba9051d0043ae6e25e71f4c7d099fb09688447a13c87c8bd3f681a769b982",
"time" : 1446096588,
"timereceived" : 1446096588,
"details" : [
{
"account" : "",
"address" : "BzPNbzkgCaQwmyAvnPypeKcinoa5U1BDEs2",
"category" : "send",
"amount" : -1.00000000,
"currency" : "AT1",
"fee" : 0.00000000
}
]
}
% ./mcd gettransaction e51d5fc584f8c8578d9fec8736588cf720cb4a834db47997436e3f66ae13689e
{
"txid" : "e51d5fc584f8c8578d9fec8736588cf720cb4a834db47997436e3f66ae13689e",
"version" : 1,
"time" : 1446096600,
"locktime" : 0,
"vin" : [
],
"vout" : [
{
"value" : 0.01000000,
"n" : 0,
"scriptPubKey" : {
"asm" : "OP_DUP OP_HASH160 97832c1174373538af81117700fb92d0db82a4ad OP_EQUALVERIFY OP_CHECKSIG",
"reqSigs" : 1,
"type" : "pubkeyhash",
"addresses" : [
"BrZRW8oF5KdU8FbxurL3Uc4b3ExH9UotawN"
]
}
}
],
"amounts" : {
"MC1" : 0.00000000,
"MC2" : 0.01000000,
"AT1" : 0.00000000
},
"confirmations" : 30,
"generated" : true,
"blockhash" : "0000000628ab124b4ef88091c57ee47c22a4acdcfb91c2265d912f5e027956f6",
"blockindex" : 0,
"blocktime" : 1446096615,
"txid" : "e51d5fc584f8c8578d9fec8736588cf720cb4a834db47997436e3f66ae13689e",
"time" : 1446096615,
"timereceived" : 1446096616,
"details" : [
{
"account" : "",
"address" : "BrZRW8oF5KdU8FbxurL3Uc4b3ExH9UotawN",
"category" : "generate",
"amount" : 0.01000000,
"currency" : "MC2"
}
]
}