__getitem__(self, key) | pyhodl.core.transactions.Transaction | |
__init__(self, raw_dict, coin, date, successful=True) | pyhodl.core.transactions.Commission | |
pyhodl::core::transactions::Transaction.__init__(self, raw_dict, coin_in, coin_out, date, trans_type=TransactionType.TRADING, successful=True, commission=None) | pyhodl.core.transactions.Transaction | |
__str__(self) | pyhodl.core.transactions.Transaction | |
coin | pyhodl.core.transactions.Commission | |
coin_buy | pyhodl.core.transactions.Transaction | |
coin_sell | pyhodl.core.transactions.Transaction | |
commission | pyhodl.core.transactions.Transaction | |
date | pyhodl.core.transactions.Transaction | |
get_amount(self, coin) | pyhodl.core.transactions.Transaction | |
get_amount_buy_sell(self, coin) | pyhodl.core.transactions.Transaction | |
get_amount_commission(self, coin) | pyhodl.core.transactions.Transaction | |
get_amount_moved(self, coin) | pyhodl.core.transactions.Transaction | |
get_amount_traded(self, coin) | pyhodl.core.transactions.Transaction | |
get_attrs(self) | pyhodl.core.transactions.Transaction | |
get_coins(self) | pyhodl.core.transactions.Transaction | |
has(self, item) | pyhodl.core.transactions.Transaction | |
is_deposit(self) | pyhodl.core.transactions.Transaction | |
is_fee(self) | pyhodl.core.transactions.Transaction | |
is_trade(self) | pyhodl.core.transactions.Transaction | |
is_withdrawal(self) | pyhodl.core.transactions.Transaction | |
raw | pyhodl.core.transactions.Transaction | |
successful | pyhodl.core.transactions.Transaction | |
transaction_type | pyhodl.core.transactions.Transaction | |