@aleph-sdk/monorepo
Preparing search index...
message/src
StorageHashResponse
Type Alias StorageHashResponse
Response of GET /api/v0/storage/{file_hash} — the stored file content, base64 encoded.
type
StorageHashResponse
=
{
content
:
string
;
engine
:
string
;
hash
:
string
;
status
:
string
;
}
Index
Properties
content
engine
hash
status
Properties
content
content
:
string
engine
engine
:
string
hash
hash
:
string
status
status
:
string
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Properties
content
engine
hash
status
@aleph-sdk/monorepo
Loading...
Response of GET /api/v0/storage/{file_hash} — the stored file content, base64 encoded.