@btc-stamps/tx-builder - v0.1.7
    Preparing search index...

    Interface DeduplicationResult

    interface DeduplicationResult {
        chunks: DeduplicatedChunk[];
        deduplicatedSize: number;
        mappingTable: Buffer;
        originalSize: number;
        reduction: number;
    }
    Index

    Properties

    Deduplicated data chunks

    deduplicatedSize: number

    Deduplicated total size

    mappingTable: Buffer

    Mapping table for reconstruction

    originalSize: number

    Original total size

    reduction: number

    Size reduction from deduplication