createrawtransaction using json rpc -


i'm trying make raw transaction using bitcoind using - json-rpc on http post -

{'jsonrpc': '1.0', 'id':'rqid4027056','method': 'createrawtransaction', 'params': [{'txid':'2ad8f232b833cf13512ce6f7eb208883a0b07e5ef7318e0f2d2df38b0f26c98a','vout':1}],{'1fafryxy8bavnfjxz67ndgxckvusfuucav':0.00032345}} 

is format correct ?

the parameter of params array of array , object.

    'params': [[{'txid':'2ad8f232b833cf13512ce6f7eb208883a0b07e5ef7318e0f2d2df38b0f26c98a', 'vout':1}],{'1fafryxy8bavnfjxz67ndgxckvusfuucav':0.00032345}] 

try above, unable test @ moment. luck!


Comments

Popular posts from this blog

linux - xterm copying to CLIPBOARD using copy-selection causes automatic updating of CLIPBOARD upon mouse selection -

qt - Errors in generated MOC files for QT5 from cmake -