resolveIPNS method

Future<String> resolveIPNS(
  1. String name
)

Returns a Future that resolves to the CID corresponding to the IPNS name.

Implementation

Future<String> resolveIPNS(String name) => _protocolManager.resolveIPNS(name);