-
- Downloads
feat: add transaction status API
parent
ada363fd
No related branches found
No related tags found
Showing
- package.json 1 addition, 1 deletionpackage.json
- src/client.ts 7 additions, 0 deletionssrc/client.ts
- src/helpers/key.ts 2 additions, 4 deletionssrc/helpers/key.ts
- src/helpers/transaction.ts 43 additions, 0 deletionssrc/helpers/transaction.ts
- test/transaction.ts 27 additions, 0 deletionstest/transaction.ts
{ | ||
"name": "@hiveio/dhive", | ||
"version": "1.1.1", | ||
"version": "1.2.0", | ||
"description": "Hive blockchain RPC client library", | ||
"author": "hive-network", | ||
"license": "BSD-3-Clause", | ||
... | ... |
src/helpers/transaction.ts
0 → 100644
test/transaction.ts
0 → 100644
Please register or sign in to comment