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, -} +};