added wallet/constants.py
This commit is contained in:
parent
7c22111ae0
commit
091221ba2c
1 changed files with 5 additions and 0 deletions
5
lbry/lbry/wallet/constants.py
Normal file
5
lbry/lbry/wallet/constants.py
Normal file
|
@ -0,0 +1,5 @@
|
|||
TXO_TYPES = {
|
||||
"stream": 1,
|
||||
"channel": 2,
|
||||
"support": 3
|
||||
}
|
Loading…
Reference in a new issue