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
It can be required directly when @helium/address is installed, but the object behaves differently to the object in 3.x (which the readme seems to be still using) and crucially fromB58 function is not accessible.
Can you please let us know the workaround or new process for accessing the fromB58 function that the ADDRESS object is used for.
The text was updated successfully, but these errors were encountered:
jasonmacaus
changed the title
latest package - ADDRESS is not exposed object
latest package - ADDRESS () fromB58 is not exposed object
Nov 21, 2022
Starting from 4.0.0 it seems the ADDRESS object is not available in the below stage.
const { Keypair, Address } = require('@helium/crypto');
It can be required directly when @helium/address is installed, but the object behaves differently to the object in 3.x (which the readme seems to be still using) and crucially fromB58 function is not accessible.
Can you please let us know the workaround or new process for accessing the fromB58 function that the ADDRESS object is used for.
The text was updated successfully, but these errors were encountered: