You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jun 5, 2023. It is now read-only.
With the activation of Mobile mining, the documentation is out-of-date for the transactions API at https://docs.helium.com/api/blockchain/transactions. Mobile mining introduces new transaction types, new data fields, and new transaction units.
The transaction type subnetwork_rewards_v1 is new.
The token_type field is new.
The transaction amounts are not denominated in bones (10^-8 HNT). According to the Discord announcement at https://discord.com/channels/404106811252408320/730418759298318346/1007700200711782421, the amounts are 25B and 15B Mobile. Thus the JSON transaction amounts are denominated in 10^-8 Mobile (can we call them phones?). These units are new.
Please document all changes to the transactions API.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
With the activation of Mobile mining, the documentation is out-of-date for the
transactions
API at https://docs.helium.com/api/blockchain/transactions. Mobile mining introduces new transaction types, new data fields, and new transaction units.For example, https://api.helium.io/v1/transactions/MAEqNcpVi5X3FEJaClBZKXBeQdjAEp9NWEdysXTT5fM returns:
The transaction type
subnetwork_rewards_v1
is new.The
token_type
field is new.The transaction amounts are not denominated in bones (10^-8 HNT). According to the Discord announcement at https://discord.com/channels/404106811252408320/730418759298318346/1007700200711782421, the amounts are 25B and 15B Mobile. Thus the JSON transaction amounts are denominated in 10^-8 Mobile (can we call them phones?). These units are new.
Please document all changes to the
transactions
API.The text was updated successfully, but these errors were encountered: