Skip to main content

IStorage.getRaw() method

Fetches data from storage. This method does not make any assumptions on the retrieved data format

Signature:

getRaw(hash: string): Promise<string>;

Parameters

ParameterTypeDescription
hashstringThe Hash of the file to fetch

Returns:

Promise<string>

  • The data, if found.