@btc-stamps/tx-builder - v0.1.7
Home
Examples
Preparing search index...
CompressionAnalysis
Interface CompressionAnalysis
interface
CompressionAnalysis
{
algorithm
:
"gzip"
|
"lz77"
|
"huffman"
|
"none"
;
applicable
:
boolean
;
compressed_size
:
number
;
compression_ratio
:
number
;
estimated_savings
:
number
;
original_size
:
number
;
}
Index
Properties
algorithm
applicable
compressed_
size
compression_
ratio
estimated_
savings
original_
size
Properties
algorithm
algorithm
:
"gzip"
|
"lz77"
|
"huffman"
|
"none"
applicable
applicable
:
boolean
compressed_
size
compressed_size
:
number
compression_
ratio
compression_ratio
:
number
estimated_
savings
estimated_savings
:
number
original_
size
original_size
:
number
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
algorithm
applicable
compressed_
size
compression_
ratio
estimated_
savings
original_
size
GitHub
npm
JSR
Home
Examples
@btc-stamps/tx-builder - v0.1.7
Loading...