Dogecoin Core  1.14.2
P2P Digital Currency
Classes | 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.

Classes

class  CFeeRate
 Fee rate in satoshis per kilobyte: CAmount / kB. More...
 

Typedefs

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

Functions

bool MoneyRange (const CAmount &nValue)
 

Variables

const std::string CURRENCY_UNIT
 

Typedef Documentation

◆ CAmount

typedef int64_t CAmount

Amount in satoshis (Can be negative)

Definition at line 15 of file amount.h.

Function Documentation

◆ MoneyRange()

bool MoneyRange ( const CAmount nValue)
inline

Definition at line 32 of file amount.h.

Here is the caller graph for this function:

Variable Documentation

◆ CURRENCY_UNIT

const std::string CURRENCY_UNIT
extern

Definition at line 10 of file amount.cpp.