Raven Core  3.0.0
P2P Digital Currency
Typedefs | Functions
amount.h File Reference
#include <stdint.h>
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 corbies (Can be negative) More...
 

Functions

bool MoneyRange (const CAmount &nValue)
 

Typedef Documentation

◆ CAmount

typedef int64_t CAmount

Amount in corbies (Can be negative)

Definition at line 13 of file amount.h.

Function Documentation

◆ MoneyRange()

bool MoneyRange ( const CAmount nValue)
inline

Definition at line 28 of file amount.h.

Here is the caller graph for this function: