Da2ce7:New Transaction: Difference between revisions

From Bitcoin Wiki
Jump to navigation Jump to search
(Make New Transaction)
 
(First)
Line 12: Line 12:
response:  {txnumber} {outid}
response:  {txnumber} {outid}


== addoutputlist {txnumber} list:({address} {amount}) ==
== addoutputlist {txnumber} [({address},{amount}] ==
response: {txnumber}  list:{outid}
response: {txnumber}  [{outid}]


== remove: {txnumber} list:{inid} list:{outid} ==
== remove: {txnumber} [inid] [{outid}] ==
response: {txnumber} droped: list:{inid} list:{outid}  
response: {txnumber} droped: [{inid}] [{outid}]


== addtxfee {txnumber} {amount} {forced:suggested:optional} ==
== addtxfee {txnumber} {amount} {forced:suggested:optional} ==
Line 24: Line 24:


== shownewtransation {txnumber} ==
== shownewtransation {txnumber} ==
response: {txnumber} in: list:({pubkey} {amount}) out: list:({address} {amount}) fee: {txid} {amount} state: {building:ready:done:submitted}
response: {txnumber} in: [{address},{amount}] out: [{address},{amount}] fee: {txid} {amount} state: {building:ready:done:submitted}


== submitnewtransation {txnumber} ==
== submitnewtransation {txnumber} ==

Revision as of 11:38, 25 July 2011

make new transaction

commands:

buildnewtransction {name}

response: {txnumber}

addinput {txnumber} {txid} {pubkey} ({comment})

response: {txnumber} {inid}

addoutput {txnumber} {address} {amount} ({comment})

response: {txnumber} {outid}

addoutputlist {txnumber} [({address},{amount}]

response: {txnumber} [{outid}]

remove: {txnumber} [inid] [{outid}]

response: {txnumber} droped: [{inid}] [{outid}]

addtxfee {txnumber} {amount} {forced:suggested:optional}

setnewtransation {txnumber} {building:ready:done}

response: {txnumber} {building:ready:done:submitted}

shownewtransation {txnumber}

response: {txnumber} in: [{address},{amount}] out: [{address},{amount}] fee: {txid} {amount} state: {building:ready:done:submitted}

submitnewtransation {txnumber}

response: {txnumber} {txid}

clearnewtransaction {txnumber}

responce: dropped: {txnumber}