Da2ce7:New Transaction

From Bitcoin Wiki
Revision as of 11:38, 25 July 2011 by Da2ce7 (talk | contribs) (First)
Jump to: navigation, search

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}