Bitcoin ABC  0.26.3
P2P Digital Currency
Static Public Member Functions | Public Attributes | List of all members
Currency Struct Reference

#include <amount.h>

Collaboration diagram for Currency:
[legend]

Static Public Member Functions

static const Currencyget ()
 

Public Attributes

Amount baseunit
 
Amount subunit
 
uint8_t decimals
 
std::string ticker
 

Detailed Description

Definition at line 146 of file amount.h.

Member Function Documentation

◆ get()

const Currency & Currency::get ( )
static

Definition at line 18 of file amount.cpp.

Here is the call graph for this function:
Here is the caller graph for this function:

Member Data Documentation

◆ baseunit

Amount Currency::baseunit

Definition at line 147 of file amount.h.

◆ decimals

uint8_t Currency::decimals

Definition at line 149 of file amount.h.

◆ subunit

Amount Currency::subunit

Definition at line 148 of file amount.h.

◆ ticker

std::string Currency::ticker

Definition at line 150 of file amount.h.


The documentation for this struct was generated from the following files: