mirror of
https://github.com/aljazceru/btcpayserver.git
synced 2025-12-18 22:44:29 +01:00
Add utility tool to decode PSBT
This commit is contained in:
13
BTCPayServer/Models/WalletViewModels/WalletPSBTViewModel.cs
Normal file
13
BTCPayServer/Models/WalletViewModels/WalletPSBTViewModel.cs
Normal file
@@ -0,0 +1,13 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Threading.Tasks;
|
||||
|
||||
namespace BTCPayServer.Models.WalletViewModels
|
||||
{
|
||||
public class WalletPSBTViewModel
|
||||
{
|
||||
public string Decoded { get; set; }
|
||||
public string PSBT { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user