-
Notifications
You must be signed in to change notification settings - Fork 152
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
🔨 @planetarium/tx: export encodeFungibleAssetValue #3482
Conversation
19a04e9
to
bdc54cc
Compare
This PR has Quantification details
Why proper sizing of changes matters
Optimal pull request sizes drive a better predictable PR flow as they strike a
What can I do to optimize my changes
How to interpret the change counts in git diff output
Was this comment helpful? 👍 :ok_hand: :thumbsdown: (Email) |
Codecov Report
Additional details and impacted files@@ Coverage Diff @@
## main #3482 +/- ##
==========================================
+ Coverage 76.30% 79.14% +2.83%
==========================================
Files 343 343
Lines 11834 11834
==========================================
+ Hits 9030 9366 +336
+ Misses 2804 2468 -336 |
Since the
encodeFungibleAssetValue
is not exported, users should import the function from the internal path like@planetarium/tx/dist/assets...
. And it doesn't work in ESM mode. This pull request just re-exports the function to make users use it easily.