Da2ce7:New Transaction: Difference between revisions
Jump to navigation
Jump to search
Make New Transaction |
First |
||
Line 12: | Line 12: | ||
response: {txnumber} {outid} | response: {txnumber} {outid} | ||
== addoutputlist {txnumber} | == addoutputlist {txnumber} [({address},{amount}] == | ||
response: {txnumber} | response: {txnumber} [{outid}] | ||
== remove: {txnumber} | == remove: {txnumber} [inid] [{outid}] == | ||
response: {txnumber} droped: | 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: | 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}