pub async fn download_ipfs_file_from_api(file_hash: String) -> Vec<u8> 
Expand description

Download an IPFS file to the local machine using an existing IPFS node

Arguments

  • file_hash - The CID of the file