Check if this is empty (size and fee are 0).

Synopsis

Declared in <util/feefrac.h>

bool
IsEmpty() const noexcept;

Return Value

True if the size is 0 (which implies the fee is 0 as well).

Created with MrDocs