Da2ce7:New Transaction: Difference between revisions
Jump to navigation
Jump to search
First |
fixed |
||
Line 1: | Line 1: | ||
''make new transaction'' | ''make new transaction'' | ||
commands: | commands: | ||
newtransction ({name}) | |||
response: {txnumber} | response: {txnumber} | ||
addinput {txnumber} {txid} {pubkey} ({comment}) | |||
response: {txnumber} {inid} | response: {txnumber} {inid} | ||
addoutput {txnumber} {address} {amount} ({comment}) | |||
response: {txnumber} {outid} | response: {txnumber} {outid} | ||
addoutputlist {txnumber} [{address},{amount}] | |||
response: {txnumber} [{outid}] | response: {txnumber} [{outid}] | ||
remove: {txnumber} [inid] [{outid}] | |||
response: {txnumber} droped: [{inid}] [{outid}] | response: {txnumber} droped: [{inid}] [{outid}] | ||
addtxfee {txnumber} {amount} {forced:suggested:optional} | |||
setnewtransation {txnumber} {building:ready:done} | |||
response: {txnumber} {building:ready:done:submitted} | response: {txnumber} {building:ready:done:submitted} | ||
shownewtransation {txnumber} | |||
response: {txnumber} in: [{address},{amount}] out: [{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} | |||
response: {txnumber} {txid} | response: {txnumber} {txid} | ||
clearnewtransaction {txnumber} | |||
responce: dropped: {txnumber} | responce: dropped: {txnumber} |
Revision as of 11:41, 25 July 2011
make new transaction
commands: newtransction ({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}