We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
By running the following snippet, I expect the promise to be resolved and to get exit code 0. The process outputs the info and hangs instead.
info
const cardanoAddresses = require('cardano-addresses') const addr = 'addr1gqtnpvdhqrtpd4g424fcaq7k0ufuzyadt7djygf8qdyzevuph3wczvf2dwyx5u' cardanoAddresses.inspectAddress(addr) .then(info => { console.log("got info:", info); }).catch(e => { console.log("something wrong happened:", e); });
Any advice?
The text was updated successfully, but these errors were encountered:
Crypto2099
No branches or pull requests
By running the following snippet, I expect the promise to be resolved and to get exit code 0. The process outputs the
info
and hangs instead.Any advice?
The text was updated successfully, but these errors were encountered: