Da2ce7:New Transaction

From Bitcoin Wiki
Revision as of 11:36, 25 July 2011 by Da2ce7 (talk | contribs) (Make New Transaction)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

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} list:({address} {amount})

response: {txnumber} list:{outid}

remove: {txnumber} list:{inid} list:{outid}

response: {txnumber} droped: list:{inid} list:{outid}

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

setnewtransation {txnumber} {building:ready:done}

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

shownewtransation {txnumber}

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

submitnewtransation {txnumber}

response: {txnumber} {txid}

clearnewtransaction {txnumber}

responce: dropped: {txnumber}