added wallet/constants.py

This commit is contained in:
Lex Berezhny 2019-09-13 09:21:02 -04:00
parent 7c22111ae0
commit 091221ba2c

View file

@ -0,0 +1,5 @@
TXO_TYPES = {
"stream": 1,
"channel": 2,
"support": 3
}