storage_utils
class human_protocol_sdk.storage.storage_utils.StorageUtils
static download_file_from_url(url)
from human_protocol_sdk.storage import StorageUtils result = StorageUtils.download_file_from_url( "https://www.example.com/file.txt" )
Last updated