Can pass pre filled amount and address to Send Wallet

This commit is contained in:
nicolas.dorier
2018-10-09 23:48:14 +09:00
parent 3c58bff803
commit da2fb876cb
3 changed files with 43 additions and 30 deletions

View File

@@ -15,6 +15,9 @@ namespace BTCPayServer.Models.WalletViewModels
get;
set;
}
public string DefaultAddress { get; set; }
public string DefaultAmount { get; set; }
public decimal? Rate { get; set; }
public int Divisibility { get; set; }
public string Fiat { get; set; }