@helium/idls 0.6.1 → 0.6.2-next.34

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 (52) hide show
  1. package/lib/cjs/data_credits.js +1 -1
  2. package/lib/cjs/helium_entity_manager.js +488 -82
  3. package/lib/cjs/helium_entity_manager.js.map +1 -1
  4. package/lib/cjs/helium_sub_daos.js +89 -205
  5. package/lib/cjs/helium_sub_daos.js.map +1 -1
  6. package/lib/cjs/hexboosting.js +613 -0
  7. package/lib/cjs/hexboosting.js.map +1 -0
  8. package/lib/cjs/lazy_distributor.js +223 -8
  9. package/lib/cjs/lazy_distributor.js.map +1 -1
  10. package/lib/cjs/lazy_transactions.js +1 -1
  11. package/lib/cjs/mobile_entity_manager.js +61 -1
  12. package/lib/cjs/mobile_entity_manager.js.map +1 -1
  13. package/lib/cjs/no_emit.js +93 -0
  14. package/lib/cjs/no_emit.js.map +1 -0
  15. package/lib/cjs/price_oracle.js +1 -1
  16. package/lib/cjs/voter_stake_registry.js +269 -470
  17. package/lib/cjs/voter_stake_registry.js.map +1 -1
  18. package/lib/esm/data_credits.js +1 -1
  19. package/lib/esm/helium_entity_manager.js +488 -82
  20. package/lib/esm/helium_entity_manager.js.map +1 -1
  21. package/lib/esm/helium_sub_daos.js +89 -205
  22. package/lib/esm/helium_sub_daos.js.map +1 -1
  23. package/lib/esm/hexboosting.js +610 -0
  24. package/lib/esm/hexboosting.js.map +1 -0
  25. package/lib/esm/lazy_distributor.js +223 -8
  26. package/lib/esm/lazy_distributor.js.map +1 -1
  27. package/lib/esm/lazy_transactions.js +1 -1
  28. package/lib/esm/mobile_entity_manager.js +61 -1
  29. package/lib/esm/mobile_entity_manager.js.map +1 -1
  30. package/lib/esm/no_emit.js +90 -0
  31. package/lib/esm/no_emit.js.map +1 -0
  32. package/lib/esm/price_oracle.js +1 -1
  33. package/lib/esm/voter_stake_registry.js +269 -470
  34. package/lib/esm/voter_stake_registry.js.map +1 -1
  35. package/lib/types/data_credits.d.ts +1 -1
  36. package/lib/types/helium_entity_manager.d.ts +482 -76
  37. package/lib/types/helium_entity_manager.d.ts.map +1 -1
  38. package/lib/types/helium_sub_daos.d.ts +89 -205
  39. package/lib/types/helium_sub_daos.d.ts.map +1 -1
  40. package/lib/types/hexboosting.d.ts +611 -0
  41. package/lib/types/hexboosting.d.ts.map +1 -0
  42. package/lib/types/lazy_distributor.d.ts +223 -8
  43. package/lib/types/lazy_distributor.d.ts.map +1 -1
  44. package/lib/types/lazy_transactions.d.ts +1 -1
  45. package/lib/types/mobile_entity_manager.d.ts +61 -1
  46. package/lib/types/mobile_entity_manager.d.ts.map +1 -1
  47. package/lib/types/no_emit.d.ts +91 -0
  48. package/lib/types/no_emit.d.ts.map +1 -0
  49. package/lib/types/price_oracle.d.ts +1 -1
  50. package/lib/types/voter_stake_registry.d.ts +268 -469
  51. package/lib/types/voter_stake_registry.d.ts.map +1 -1
  52. package/package.json +3 -3
@@ -2,7 +2,7 @@
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.IDL = void 0;
4
4
  exports.IDL = {
5
- "version": "0.2.0",
5
+ "version": "0.2.1",
6
6
  "name": "data_credits",
7
7
  "instructions": [
8
8
  {