mirror of
https://github.com/aljazceru/btcpayserver.git
synced 2025-12-19 06:54:19 +01:00
Can broadcast PSBT, can decide to export something signed by the ledger via PSBT
This commit is contained in:
@@ -9,5 +9,6 @@ namespace BTCPayServer.Models.WalletViewModels
|
||||
{
|
||||
public string Decoded { get; set; }
|
||||
public string PSBT { get; set; }
|
||||
public List<string> Errors { get; set; } = new List<string>();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user