psbt: Indicate which psbt inputs were signed

This commit is contained in:
Slyghtning
2022-08-16 19:31:06 -04:00
parent ba8b8d4e17
commit b2e624cd52
10 changed files with 210 additions and 172 deletions

View File

@@ -885,6 +885,9 @@ message SignPsbtRequest {
message SignPsbtResponse {
// The signed transaction in PSBT format.
bytes signed_psbt = 1;
// The indices of signed inputs.
repeated uint32 signed_inputs = 2;
}
message FinalizePsbtRequest {