PyHodl  0.2.7
Framework to download, update, analyze and plot your crypto-transactions. Completely off-line and security-oriented.
pyhodl.core.transactions.CoinAmount Class Reference

Public Member Functions

def __init__ (self, coin, amount, is_in)
 
def get_symbol (self)
 
def get_amount (self)
 
def __str__ (self)
 

Public Attributes

 coin
 
 amount
 
 is_in
 

Detailed Description

Amount of coin 

Constructor & Destructor Documentation

def pyhodl.core.transactions.CoinAmount.__init__ (   self,
  coin,
  amount,
  is_in 
)

Member Function Documentation

def pyhodl.core.transactions.CoinAmount.__str__ (   self)
def pyhodl.core.transactions.CoinAmount.get_amount (   self)
:return: float
    Amount exchanged
def pyhodl.core.transactions.CoinAmount.get_symbol (   self)
:return: Coin
    Inner coin

Member Data Documentation

pyhodl.core.transactions.CoinAmount.amount
pyhodl.core.transactions.CoinAmount.coin
pyhodl.core.transactions.CoinAmount.is_in

The documentation for this class was generated from the following file: