Skip to content

get_transfer_by_txid method#10

Merged
AuCRHI merged 1 commit intoDigitalNoteXDN:masterfrom
campurro:new-wallet-rpc-methods
Nov 15, 2018
Merged

get_transfer_by_txid method#10
AuCRHI merged 1 commit intoDigitalNoteXDN:masterfrom
campurro:new-wallet-rpc-methods

Conversation

@campurro
Copy link
Copy Markdown
Contributor

Example request:
curl -X POST http://127.0.0.1:42082/json_rpc -d '{"jsonrpc":"2.0","id":"0","method":"get_transfer_by_txid","params":{"txid":"b060bc2fe7...816d2fdb7e"}}' -H 'Content-Type: application/json'

Example response:
{ "id": "0", "jsonrpc": "2.0", "result": { "transfer": { "address": "ddd...", "amount": 50000100000, "blockIndex": 732291, "fee": 100000, "output": true, "paymentId": "45977...e6c1def94", "time": 1538130616, "transactionHash": "b060bc2fe7...816d2fdb7e", "unlockTime": 0 } } }

@AuCRHI AuCRHI merged commit 2bb401a into DigitalNoteXDN:master Nov 15, 2018
AuCRHI added a commit that referenced this pull request Nov 15, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants