@yeying-community/yeying-client-ts
    Preparing search index...

    Interface DownloadResult

    interface DownloadResult {
        block: BlockMetadataJson;
        data: Uint8Array;
        progress: Progress;
    }
    Index

    Properties

    Properties

    data: Uint8Array
    progress: Progress