We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7bff3d0 commit de592f6Copy full SHA for de592f6
src/CoreApi/GenericApi.cs
@@ -20,6 +20,7 @@ public partial class IpfsClient : IGenericApi
20
return DoCommandAsync<Peer>("id", cancel, peer?.ToString());
21
}
22
23
+ /// <inheritdoc />
24
public async Task<string> ResolveAsync(string name, bool recursive = false, CancellationToken cancel = default(CancellationToken))
25
{
26
var json = await DoCommandAsync("resolve", cancel,
0 commit comments