PRCYCoin  2.0.0.7rc1
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 PRCY per kilobyte: CAmount / kB. More...
 

Typedefs

typedef int64_t CAmount
 Amount in PRCY (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 PRCY (Can be negative)

Definition at line 17 of file amount.h.

Function Documentation

◆ MoneyRange()

bool MoneyRange ( const CAmount nValue)
inline

Definition at line 34 of file amount.h.

Variable Documentation

◆ CURRENCY_UNIT

const std::string CURRENCY_UNIT

Definition at line 10 of file amount.cpp.