Master Core  v0.0.9 - 2abfd2849db8ba7a83957c64eb976b406713c123
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
Classes | Functions | Variables
core.h File Reference
#include "script.h"
#include "serialize.h"
#include "uint256.h"
#include <stdint.h>
+ Include dependency graph for core.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  COutPoint
 An outpoint - a combination of a transaction hash and an index n into its vout. More...
 
class  CInPoint
 An inpoint - a combination of a transaction and an index n into its vin. More...
 
class  CTxIn
 An input of a transaction. More...
 
class  CTxOut
 An output of a transaction. More...
 
class  CTransaction
 The basic transaction that is broadcasted on the network and contained in blocks. More...
 
class  CTxOutCompressor
 wrapper for CTxOut that provides a more compact serialization More...
 
class  CTxInUndo
 Undo information for a CTxIn. More...
 
class  CTxUndo
 Undo information for a CTransaction. More...
 
class  CBlockHeader
 Nodes collect new transactions into a block, hash them into a hash tree, and scan through nonce values to make the block's hash satisfy proof-of-work requirements. More...
 
class  CBlock
 
struct  CBlockLocator
 Describes a place in the block chain to another node such that if the other node doesn't have the same branch, it can find a recent common trunk. More...
 

Functions

bool MoneyRange (int64_t nValue)
 

Variables

static const int64_t MAX_MONEY = 21000000 * COIN
 No amount larger than this (in satoshi) is valid. More...
 

Function Documentation

bool MoneyRange ( int64_t  nValue)
inline

Definition at line 19 of file core.h.

References MAX_MONEY.

Referenced by AmountFromValue(), CheckInputs(), CheckTransaction(), CWalletTx::GetAvailableCredit(), CWallet::GetChange(), CWallet::GetCredit(), CWallet::GetDebit(), GetMinFee(), and CTransaction::GetValueOut().

+ Here is the caller graph for this function:

Variable Documentation

const int64_t MAX_MONEY = 21000000 * COIN
static

No amount larger than this (in satoshi) is valid.

Definition at line 18 of file core.h.

Referenced by CheckTransaction(), GetMinFee(), and MoneyRange().