diff --git a/lnd_methods/onchain/send_to_chain_address.d.ts b/lnd_methods/onchain/send_to_chain_address.d.ts index b4bbec0..7b578d7 100644 --- a/lnd_methods/onchain/send_to_chain_address.d.ts +++ b/lnd_methods/onchain/send_to_chain_address.d.ts @@ -3,6 +3,7 @@ import { AuthenticatedLightningArgs, AuthenticatedLightningMethod, LightningError, + UtxoSelection, } from '../../typescript'; import {MergeExclusive} from 'type-fest'; diff --git a/lnd_methods/onchain/send_to_chain_addresses.d.ts b/lnd_methods/onchain/send_to_chain_addresses.d.ts index a77a15c..7890638 100644 --- a/lnd_methods/onchain/send_to_chain_addresses.d.ts +++ b/lnd_methods/onchain/send_to_chain_addresses.d.ts @@ -3,6 +3,7 @@ import { AuthenticatedLightningArgs, AuthenticatedLightningMethod, LightningError, + UtxoSelection, } from '../../typescript'; import {MergeExclusive} from 'type-fest'; diff --git a/lnd_methods/onchain/send_to_chain_output_scripts.d.ts b/lnd_methods/onchain/send_to_chain_output_scripts.d.ts index 1a024a4..b9e9e19 100644 --- a/lnd_methods/onchain/send_to_chain_output_scripts.d.ts +++ b/lnd_methods/onchain/send_to_chain_output_scripts.d.ts @@ -1,6 +1,7 @@ import { AuthenticatedLightningArgs, AuthenticatedLightningMethod, + UtxoSelection, } from '../../typescript'; import {MergeExclusive} from 'type-fest';