Bitcoin ABC 0.30.5
P2P Digital Currency
|
#include <consensus/amount.h>
#include <common/args.h>
#include <currencyunit.h>
#include <univalue.h>
#include <tinyformat.h>
Go to the source code of this file.
Variables | |
static const Currency | BCHA {COIN, SATOSHI, 8, "BCHA"} |
static const Currency | XEC {100 * SATOSHI, SATOSHI, 2, "XEC"} |
Definition at line 15 of file amount.cpp.
Definition at line 16 of file amount.cpp.