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? ​
Returns ​
Promise
<{ exists
: boolean
; size
: number
; }>