Skip to main content

upload_blob

Function upload_blob 

Source
pub async fn upload_blob<T>(
    signer: T,
    server_url: &Url,
    file_data: Arc<Vec<u8>>,
    mime_type: Option<&str>,
) -> Result<String, String>
where T: NostrSigner,
Expand description

Simple upload without progress tracking