Fabcoin Core  0.16.2
P2P Digital Currency
Typedefs | Functions | Variables
amount.h File Reference
#include <serialize.h>
#include <stdlib.h>
#include <string>
Include dependency graph for amount.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Typedefs

typedef int64_t CAmount
 Amount in lius (Can be negative) More...
 

Functions

bool MoneyRange (const CAmount &nValue)
 

Variables

const std::string CURRENCY_UNIT
 

Typedef Documentation

typedef int64_t CAmount

Amount in lius (Can be negative)

Definition at line 15 of file amount.h.

Function Documentation

bool MoneyRange ( const CAmount nValue)
inline

Definition at line 24 of file amount.h.

Here is the caller graph for this function:

Variable Documentation

const std::string CURRENCY_UNIT

Definition at line 10 of file feerate.cpp.