splitpayments extension.

This commit is contained in:
fiatjaf
2021-06-10 12:19:50 -03:00
parent 239e0cdbcf
commit 7ab4553ef5
12 changed files with 571 additions and 0 deletions
@@ -0,0 +1,8 @@
from typing import NamedTuple
class Target(NamedTuple):
wallet: str
source: str
percent: int
alias: str