Function resolve

  • Resolve the current IPNS record revision for the passed name.

    Note that this will only resolve names published using the W3name service. Names published by other IPNS implementations should be resolved using a DHT-backed implementation (e.g. kubo, js-ipfs, etc).

    Parameters

    • name: Name
    • service: default = defaultService

    Returns Promise<Revision>

Generated using TypeDoc