detect links between channel close and open txs

This commit is contained in:
Mononaut
2022-11-10 12:21:19 -06:00
committed by softsimon
parent 50993d3b95
commit cf89ded14d
4 changed files with 402 additions and 3 deletions

View File

@@ -83,4 +83,10 @@ export namespace ILightningApi {
is_required: boolean;
is_known: boolean;
}
export interface ForensicOutput {
node?: 1 | 2;
type: number;
value: number;
}
}