symbol/catapult-rest

Suggest add new field on transaction record.

Opened this issue · 0 comments

I believe timestamp and effective fee is important for transaction record.

Right now, it needs to make extra 2 calls

  • timestamp is get called from the block endpoint.
  • effective fee is called from effective Fee endpoint.