@liquid-af/sdk 0.10.2 → 0.10.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (63) hide show
  1. package/README.md +2 -2
  2. package/dist/accounts/liquid-state.d.ts +10 -10
  3. package/dist/client.d.ts +18 -10
  4. package/dist/client.d.ts.map +1 -1
  5. package/dist/client.js +13 -0
  6. package/dist/client.js.map +1 -1
  7. package/dist/events/types.d.ts +1 -2
  8. package/dist/events/types.d.ts.map +1 -1
  9. package/dist/helpers/cashback.d.ts +14 -0
  10. package/dist/helpers/cashback.d.ts.map +1 -0
  11. package/dist/helpers/cashback.js +20 -0
  12. package/dist/helpers/cashback.js.map +1 -0
  13. package/dist/helpers/index.d.ts +1 -0
  14. package/dist/helpers/index.d.ts.map +1 -1
  15. package/dist/helpers/index.js +1 -0
  16. package/dist/helpers/index.js.map +1 -1
  17. package/dist/idl/liquid.d.ts +2557 -2550
  18. package/dist/idl/liquid.d.ts.map +1 -1
  19. package/dist/idl/liquid.json +2557 -2550
  20. package/dist/idl/liquid_events.d.ts +4 -11
  21. package/dist/idl/liquid_events.d.ts.map +1 -1
  22. package/dist/idl/liquid_events.json +4 -11
  23. package/dist/idl/liquid_fees.d.ts +20 -31
  24. package/dist/idl/liquid_fees.d.ts.map +1 -1
  25. package/dist/idl/liquid_fees.json +20 -31
  26. package/dist/idl/liquid_state.d.ts +180 -136
  27. package/dist/idl/liquid_state.d.ts.map +1 -1
  28. package/dist/idl/liquid_state.json +180 -136
  29. package/dist/idl/liquid_swap.d.ts +1017 -1010
  30. package/dist/idl/liquid_swap.d.ts.map +1 -1
  31. package/dist/idl/liquid_swap.json +1017 -1010
  32. package/dist/index.d.ts +1 -1
  33. package/dist/index.d.ts.map +1 -1
  34. package/dist/index.js.map +1 -1
  35. package/dist/math/cashback.d.ts +41 -0
  36. package/dist/math/cashback.d.ts.map +1 -0
  37. package/dist/math/cashback.js +86 -0
  38. package/dist/math/cashback.js.map +1 -0
  39. package/dist/math/index.d.ts +2 -0
  40. package/dist/math/index.d.ts.map +1 -1
  41. package/dist/math/index.js +1 -0
  42. package/dist/math/index.js.map +1 -1
  43. package/dist/types.d.ts +29 -5
  44. package/dist/types.d.ts.map +1 -1
  45. package/package.json +1 -1
  46. package/src/client.ts +20 -0
  47. package/src/events/types.ts +1 -2
  48. package/src/helpers/cashback.ts +28 -0
  49. package/src/helpers/index.ts +1 -0
  50. package/src/idl/liquid.json +2557 -2550
  51. package/src/idl/liquid.ts +2557 -2550
  52. package/src/idl/liquid_events.json +4 -11
  53. package/src/idl/liquid_events.ts +4 -11
  54. package/src/idl/liquid_fees.json +20 -31
  55. package/src/idl/liquid_fees.ts +20 -31
  56. package/src/idl/liquid_state.json +180 -136
  57. package/src/idl/liquid_state.ts +180 -136
  58. package/src/idl/liquid_swap.json +1017 -1010
  59. package/src/idl/liquid_swap.ts +1017 -1010
  60. package/src/index.ts +2 -0
  61. package/src/math/cashback.ts +124 -0
  62. package/src/math/index.ts +3 -0
  63. package/src/types.ts +31 -5

There are too many changes on this page to be displayed.


The amount of changes on this page would crash your brower.

You can still verify the content by downloading the package file manually.