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
Post a Comment