Skip to content
New issue

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

Validator and validate code example do not work #315

Open
dentropy opened this issue May 14, 2024 · 0 comments
Open

Validator and validate code example do not work #315

dentropy opened this issue May 14, 2024 · 0 comments
Labels
need/triage Needs initial labeling and prioritization

Comments

@dentropy
Copy link

Just run the following code and you will find the missing functions,

import * as ipns from 'ipns'
const validator = ipns.validator
console.log(validator)
console.log(Object.keys(ipns))

Result:

undefined
[
  'create',
  'createWithExpiration',
  'extractPublicKey',
  'getLocalKey',
  'marshal',
  'namespace',
  'namespaceLength',
  'peerIdFromRoutingKey',
  'peerIdToRoutingKey',
  'unmarshal'
]
@dentropy dentropy added the need/triage Needs initial labeling and prioritization label May 14, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
need/triage Needs initial labeling and prioritization
Projects
None yet
Development

No branches or pull requests

1 participant