Add wallet policy support (#6765)

This commit is contained in:
Nicolas Dorier
2025-07-16 09:06:11 +09:00
committed by GitHub
parent 48fab4c5e6
commit 89c836e5f9
26 changed files with 91 additions and 39 deletions

View File

@@ -18,6 +18,7 @@ namespace BTCPayServer.Client.Models
public string KeyPath { get; set; }
//The address generated at the key path
public string Address { get; set; }
public int Index { get; set; }
}
}
}