psbt: make PSBT structs into classes

This commit is contained in:
Ava Chow
2026-03-17 11:33:47 -07:00
parent f926c326bb
commit 7eacc21ff6
4 changed files with 9 additions and 6 deletions

View File

@@ -32,7 +32,7 @@ class CFeeRate;
class CKey;
enum class FeeReason;
enum class OutputType;
struct PartiallySignedTransaction;
class PartiallySignedTransaction;
struct bilingual_str;
namespace common {
enum class PSBTError;