Skip to content

Commit

Permalink
rpc: added time in result in getfromtotransactions
Browse files Browse the repository at this point in the history
  • Loading branch information
andyoknen committed Jan 11, 2025
1 parent 7966d1c commit a6ebba9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/dev/node/rpc.md
Original file line number Diff line number Diff line change
Expand Up @@ -871,7 +871,8 @@ curl --location 'http://127.0.0.1:38081/rpc/public/' \
"hash": "abc123...", // хеш транзакции
"type": 1, // тип транзакции
"height": 123456, // высота блока
"amount": 1000000 // сумма перевода в сатоши
"amount": 1000000, // сумма перевода в сатоши
"time": 1234567890 // UNIX timestamp
}
]
```

0 comments on commit a6ebba9

Please sign in to comment.