mirror of
https://github.com/aljazceru/btcpayserver.git
synced 2026-01-22 23:44:26 +01:00
Adding logic to count signatures in multisig
This commit is contained in:
@@ -54,6 +54,11 @@ public class PendingTransaction: IHasBlob<PendingTransactionBlob>
|
||||
{
|
||||
public string PSBT { get; set; }
|
||||
public List<CollectedSignature> CollectedSignatures { get; set; } = new();
|
||||
|
||||
public int? SignaturesCollected { get; set; }
|
||||
// for example: 3/5
|
||||
public int? SignaturesNeeded { get; set; }
|
||||
public int? SignaturesTotal { get; set; }
|
||||
}
|
||||
|
||||
public class CollectedSignature
|
||||
|
||||
Reference in New Issue
Block a user