@aleph-sdk/monorepo
    Preparing search index...

    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: string
    engine: string
    hash: string
    status: string