lbry-sdk/lbry/lbry/wallet/constants.py
2019-10-30 23:00:45 -04:00

6 lines
87 B
Python

TXO_TYPES = {
"stream": 1,
"channel": 2,
"support": 3,
"purchase": 4
}