From 92a4263c908f6df5727c379a3b3348935891d806 Mon Sep 17 00:00:00 2001 From: Sean Yesmunt Date: Tue, 15 Dec 2020 15:45:52 -0500 Subject: [PATCH] update Txo type --- .flowconfig | 1 + dist/flow-typed/Txo.js | 5 ++++- flow-typed/Txo.js | 5 ++++- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/.flowconfig b/.flowconfig index bcc0450..4d0f9b0 100644 --- a/.flowconfig +++ b/.flowconfig @@ -1,5 +1,6 @@ [ignore] + [include] [libs] diff --git a/dist/flow-typed/Txo.js b/dist/flow-typed/Txo.js index 5950c99..c4ab9b6 100644 --- a/dist/flow-typed/Txo.js +++ b/dist/flow-typed/Txo.js @@ -10,6 +10,9 @@ declare type Txo = { is_my_output: boolean, is_my_input: boolean, is_spent: boolean, + signing_channel?: { + channel_id: string, + }, }; declare type TxoListParams = { @@ -21,4 +24,4 @@ declare type TxoListParams = { is_not_my_input?: boolean, is_not_my_output?: boolean, is_spent?: boolean, -} +}; diff --git a/flow-typed/Txo.js b/flow-typed/Txo.js index 5950c99..c4ab9b6 100644 --- a/flow-typed/Txo.js +++ b/flow-typed/Txo.js @@ -10,6 +10,9 @@ declare type Txo = { is_my_output: boolean, is_my_input: boolean, is_spent: boolean, + signing_channel?: { + channel_id: string, + }, }; declare type TxoListParams = { @@ -21,4 +24,4 @@ declare type TxoListParams = { is_not_my_input?: boolean, is_not_my_output?: boolean, is_spent?: boolean, -} +};