Skip to content

Welshman Docs / @welshman/util / checkBlobExists

Function: checkBlobExists() ​

checkBlobExists(server, sha256, options): Promise<{ exists: boolean; size: number; }>

Defined in: Blossom.ts:57

Parameters ​

server ​

string

sha256 ​

string

options ​

authEvent? ​

SignedEvent

Returns ​

Promise<{ exists: boolean; size: number; }>