DecompressAmount

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

NameDescription
nAmountThe compressed amount encoding.