-
Notifications
You must be signed in to change notification settings - Fork 17
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feature: return tx subtype on tx summary #1358
Comments
for example this?
feedback welcome. i could make it lowerCamelCase but then it will differ from what is shown when fetching the full tx , on tx.setAccount.txtype is uppercase with underscores |
this is an example of the full tx
(note that |
interestingly enough, the current /chain/fees endpoint DOES report the "sub" txtype
named |
i wouldn't touch the current /chain/fees format, |
Describe the feature
Return tx subtype on a transaction summary on:
chain/transactions/page/0
chain/blocks/1374876/transactions/page/0
Motivation
When getting a list of txs on the explorer, a nice feature requested is to show the tx subtype instead of the tx type.
Constraints & Assumptions
Maybe can be also implemented on fees endpoints because they have tx info and the tx type.
/chain/fees/page/:page
/chain/fees/reference/:reference/page/:page
/chain/fees/type/:type/page/:page
/accounts/:accountID/fees/page/:page
The text was updated successfully, but these errors were encountered: