Store & expose node extension TLV data in backend

This commit is contained in:
Mononaut
2022-11-04 18:21:08 -06:00
parent 6ae7277ca3
commit b152582d44
6 changed files with 126 additions and 2 deletions

View File

@@ -49,6 +49,7 @@ export namespace ILightningApi {
}[];
color: string;
features: { [key: number]: Feature };
custom_records?: { [type: number]: string };
}
export interface Info {