putImmutable
putImmutable(
file
,options
):Promise
<ContentIdentifier
>
Defined in: astrobase/src/immutable/repository.ts:56
Asynchronously pushes an immutable File to each client of the instance. This function extends putContent and handles content hash generation.
Parameters
Section titled “Parameters”The file to push.
options
Section titled “options”The put request options.
Returns
Section titled “Returns”Promise
<ContentIdentifier
>
A promise that resolves with the Content Identifier after all requests have settled.