Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
api: rename /chain/transactions fields
renames: * transactionHash -> hash * blockHeight -> height * transactionIndex -> index * transactionType -> type affected endpoints: /chain/blocks/{height}/transactions/page/{page} /chain/transactions/page/{page} /chain/transactions /chain/transactions/{height}/{index} /chain/transactions/reference/{hash}
- Loading branch information