helium-js icon indicating copy to clipboard operation
helium-js copied to clipboard

Official TypeScript packages for interacting with the Helium blockchain

Results 43 helium-js issues
Sort by recently updated
recently updated
newest added

Hi, I would like to ask if it's possible to transfer a hotspot and if one could provide a code example? Thanks!

As shown, the following is the transfer code. use "@helium/address": "^4.6.2", "@helium/crypto": "^4.6.2", "@helium/http": "^4.7.5", "@helium/transactions": "^4.7.5" Submitted and obtained txid cannot be queried. Does anyone know what the problem...

Hi, Hope someone can help me with the issue below. Both with the REST API, as well as helium-js, I'm getting empty responses to the following call: https://api.helium.io/v1/accounts/139Gn7kVZdxSmxvz5oED5hcWaQKdSp5zB4NGtxeGmowTqJtbvCG/roles?filter_types=payment_v1,payment_v2 However, from...

This facilitates functionality required for [HIP-46](https://github.com/helium/HIP/blob/main/0046-lorawan-netid-routing.md) - Supersedes [PR 1285](https://github.com/helium/blockchain-core/pull/1285) - Create new chain var, `routers_by_netid_to_oui` that contains sorted list of tuples - Each tuple associates a NetID to OUI...

Fixes #315 by adding `min_time`, `max_time` and `limit` parameters to the Challenges api call.

- Update localization keys in sdk-ui. - JIRA: SD-2164. --- Supported PR commands: | Command | Description | | ------------------------ | ----------------------- | | `ok to test` | Re-run standard...

Hi, the library do not use all parameters on the challenges API call, only the cursor one. It should implement the whole spec. ![challengesdoc](https://user-images.githubusercontent.com/1790018/178500715-ce52bfa1-9dc9-40f0-af48-e761bd0a7d4e.png) thanks,

Hello there, according to https://docs.helium.com/api/blockchain/hotspots ![grafik](https://user-images.githubusercontent.com/2870104/165393806-82ffe5bb-53b0-457a-8425-1ef49347c34c.png) Does this also apply to this library, i.e. will the property `Hotspot.activity` be deprecated or malfunctioning in a few days? Thanks!

I was trying to move from the activity endpoint and use the new rewards endpoint but this was missing the type of the reward. I've noticed that the type of...