snarkOS icon indicating copy to clipboard operation
snarkOS copied to clipboard

[Feature] Add block number, network and timestamp to transaction endpoint

Open jrchatruc opened this issue 2 years ago • 0 comments

🚀 Feature

Modify both the /testnet3/transactions/{height} and /testnet3/transaction/{tx_id} endpoints to return information about the block number the transactions were included in, the network they belong to and the timestamp of the block they were included in.

Motivation

Including this information on the detail of every transaction would improve the Explorer so it has to to do less data manipulation, as currently it has to retrieve it from blocks and to show it.

jrchatruc avatar Sep 08 '22 12:09 jrchatruc