mirror of
https://github.com/haveno-dex/haveno.git
synced 2025-07-19 21:28:46 -04:00
support faster payments
This commit is contained in:
parent
d0c02acba1
commit
6dbd1660e5
7 changed files with 36 additions and 28 deletions
|
@ -1226,9 +1226,9 @@ message InstantCryptoCurrencyAccountPayload {
|
|||
}
|
||||
|
||||
message FasterPaymentsAccountPayload {
|
||||
string sort_code = 1;
|
||||
string account_nr = 2;
|
||||
string email = 3 [deprecated = true];
|
||||
string holder_name = 1;
|
||||
string sort_code = 2;
|
||||
string account_nr = 3;
|
||||
}
|
||||
|
||||
message InteracETransferAccountPayload {
|
||||
|
@ -2083,6 +2083,7 @@ message PaymentAccountForm {
|
|||
F2F = 6;
|
||||
STRIKE = 7;
|
||||
MONEY_GRAM = 8;
|
||||
FASTER_PAYMENTS = 9;
|
||||
}
|
||||
FormId id = 1;
|
||||
repeated PaymentAccountFormField fields = 2;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue