|
PyHodl
0.2.7
Framework to download, update, analyze and plot your crypto-transactions. Completely off-line and security-oriented.
|
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 | |
Amount of coin
| def pyhodl.core.transactions.CoinAmount.__init__ | ( | self, | |
| coin, | |||
| amount, | |||
| is_in | |||
| ) |
| 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
| pyhodl.core.transactions.CoinAmount.amount |
| pyhodl.core.transactions.CoinAmount.coin |
| pyhodl.core.transactions.CoinAmount.is_in |