-
Notifications
You must be signed in to change notification settings - Fork 25
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
feat: tx-template api #518
base: master
Are you sure you want to change the base?
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #518 +/- ##
==========================================
- Coverage 90.19% 86.74% -3.45%
==========================================
Files 54 56 +2
Lines 2325 2384 +59
Branches 439 444 +5
==========================================
- Hits 2097 2068 -29
- Misses 211 286 +75
- Partials 17 30 +13 ☔ View full report in Codecov by Sentry. |
* LICENSE file in the root directory of this source tree. | ||
*/ | ||
|
||
const { SendTransaction, WalletTxTemplateInterpreter, TransactionTemplate } = require('@hathor/wallet-lib'); |
Check notice
Code scanning / CodeQL
Unused variable, import, function or class Note
* LICENSE file in the root directory of this source tree. | ||
*/ | ||
|
||
const { SendTransaction, WalletTxTemplateInterpreter, TransactionTemplate } = require('@hathor/wallet-lib'); |
Check notice
Code scanning / CodeQL
Unused variable, import, function or class Note
Acceptance Criteria
Security Checklist