# Gavin Andresen # 2010-12-19 02:19:03 # https://bitcointalk.org/index.php?topic=2343.msg31522#msg31522 @s{quotedtext} @s{quotedtext} @p{brk} move is its own category (and may be + or -, never has a txid or fees). And the output I pasted is what listtransactions does right now (it doesn't report bitcoin addresses). @p{par} After some private feedback, I'm now leaning towards listtransactions giving multiple category:send entries (with the same txid) for the multisend case. That matches what is done for the category:receive end. transaction fee... I think I'll do what is easiest to implement which is repeat it in all of them. @p{par} So the example would look like this, with three receives and three sends: @p{par} Code: { @p{brk} "account" : "Test3", @p{brk} "address" : "1aTest3blahblahblah9d87" @p{brk} "category" : "receive", @p{brk} "amount" : 3.03000000, @p{brk} "confirmations" : 66, @p{brk} "txid" : @p{brk} "36c86ca499275945a3f1805d6e070ac00b2d32e5e16a4c9cf2c83b189a347d88", @p{brk} "time" : 1292532062, @p{brk} "comment" : "multisend, Test1 to Test2 and Test3 twice (same addr)" @p{brk} }, @p{brk} { @p{brk} "account" : "Test3", @p{brk} "address" : "1aTest3blahblahblah9d87" @p{brk} "category" : "receive", @p{brk} "amount" : 3.00000000, @p{brk} "confirmations" : 66, @p{brk} "txid" : @p{brk} "36c86ca499275945a3f1805d6e070ac00b2d32e5e16a4c9cf2c83b189a347d88", @p{brk} "time" : 1292532062, @p{brk} "comment" : "multisend, Test1 to Test2 and Test3 twice (same addr)" @p{brk} }, @p{brk} { @p{brk} "account" : "Test2", @p{brk} "address" : "1aTest2blahblahblahQ9Qe" @p{brk} "category" : "receive", @p{brk} "amount" : 2.00000000, @p{brk} "confirmations" : 66, @p{brk} "txid" : @p{brk} "36c86ca499275945a3f1805d6e070ac00b2d32e5e16a4c9cf2c83b189a347d88", @p{brk} "time" : 1292532062, @p{brk} "comment" : "multisend, Test1 to Test2 and Test3 twice (same addr)" @p{brk} }, @p{brk} { @p{brk} "account" : "Test1", @p{brk} "address" : "1aTest3blahblahblah9d87" @p{brk} "category" : "send", @p{brk} "amount" : -3.03000000, @p{brk} "fee" : 0.00000000, @p{brk} "confirmations" : 66, @p{brk} "txid" : @p{brk} "36c86ca499275945a3f1805d6e070ac00b2d32e5e16a4c9cf2c83b189a347d88", @p{brk} "time" : 1292532062, @p{brk} "comment" : "multisend, Test1 to Test2 and Test3 twice (same addr)" @p{brk} }, @p{brk} { @p{brk} "account" : "Test1", @p{brk} "address" : "1aTest3blahblahblah9d87" @p{brk} "category" : "send", @p{brk} "amount" : -3.00000000, @p{brk} "fee" : 0.00000000, @p{brk} "confirmations" : 66, @p{brk} "txid" : @p{brk} "36c86ca499275945a3f1805d6e070ac00b2d32e5e16a4c9cf2c83b189a347d88", @p{brk} "time" : 1292532062, @p{brk} "comment" : "multisend, Test1 to Test2 and Test3 twice (same addr)" @p{brk} }, @p{brk} { @p{brk} "account" : "Test1", @p{brk} "address" : "1aTest2blahblahblahQ9Qe" @p{brk} "category" : "send", @p{brk} "amount" : -2.00000000, @p{brk} "fee" : 0.00000000, @p{brk} "confirmations" : 66, @p{brk} "txid" : @p{brk} "36c86ca499275945a3f1805d6e070ac00b2d32e5e16a4c9cf2c83b189a347d88", @p{brk} "time" : 1292532062, @p{brk} "comment" : "multisend, Test1 to Test2 and Test3 twice (same addr)" @p{brk} }, @p{brk}