mirror of
https://github.com/haveno-dex/haveno.git
synced 2025-07-19 21:28:46 -04:00
add supported asset codes to payment methods
This commit is contained in:
parent
f4120b869d
commit
a37df9281e
2 changed files with 64 additions and 38 deletions
|
@ -1895,6 +1895,7 @@ message PaymentMethod {
|
|||
string id = 1;
|
||||
int64 max_trade_period = 2 [jstype = JS_STRING];
|
||||
int64 max_trade_limit = 3 [jstype = JS_STRING];
|
||||
repeated string supported_asset_codes = 4;
|
||||
}
|
||||
|
||||
// Currency
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue