Reverses CompressAmount, recovering the original amount in satoshis.

Synopsis

Declared in <compressor.h>

uint64_t
DecompressAmount(uint64_t nAmount);

Return Value

The decompressed amount in satoshis.

Parameters

Name

Description

nAmount

The compressed amount encoding.

Created with MrDocs