PyHodl  0.2.7
Framework to download, update, analyze and plot your crypto-transactions. Completely off-line and security-oriented.
pyhodl.core.transactions.TransactionType Class Reference
Inheritance diagram for pyhodl.core.transactions.TransactionType:
Collaboration diagram for pyhodl.core.transactions.TransactionType:

Static Public Attributes

int NULL = 0
 
int DEPOSIT = 1
 
int WITHDRAWAL = 2
 
int TRADING = 3
 
int FUNDING = 4
 
int ORDER = 5
 
int COMMISSION = 6
 

Detailed Description

Deposit, withdrawal ... 

Member Data Documentation

int pyhodl.core.transactions.TransactionType.COMMISSION = 6
static
int pyhodl.core.transactions.TransactionType.DEPOSIT = 1
static
int pyhodl.core.transactions.TransactionType.FUNDING = 4
static
int pyhodl.core.transactions.TransactionType.NULL = 0
static
int pyhodl.core.transactions.TransactionType.ORDER = 5
static
int pyhodl.core.transactions.TransactionType.TRADING = 3
static
int pyhodl.core.transactions.TransactionType.WITHDRAWAL = 2
static

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