getFile(unnamed 0: Cid): Promise<ReadableStream>
Get a file from the network.
This method is only available when not using unix sockets.
getFileLocally(unnamed 0: Cid): Promise<string>
Get a file from the network.
This method is only available when using unix sockets.
publishFile(file: ,fileName?: string,): Promise<Cid>
Publish a file to the network.