Browse Source

Update base.py

fee_issues
Arc 5 years ago
committed by GitHub
parent
commit
cab3279f17
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 3
      lnbits/wallets/base.py

3
lnbits/wallets/base.py

@ -13,6 +13,9 @@ class TxStatus(NamedTuple):
raw_response: Response
settled: Optional[bool] = None
class PaymentResponse(NamedTuple):
raw_response: Response
class Wallet(ABC):
@abstractmethod

Loading…
Cancel
Save