astra-lightning 1.1.2 → 1.1.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.github/workflows/unit-test.yml +20 -0
- package/CHANGELOG.md +46 -1
- package/README.md +2 -0
- package/bolt02/ids.json +1 -0
- package/grpc/grpc_services.json +1 -1
- package/grpc/protos/lightning.proto +251 -28
- package/grpc/protos/rfqrpc/rfq.proto +53 -5
- package/grpc/protos/router.proto +9 -4
- package/grpc/protos/routerrpc/router.proto +26 -4
- package/grpc/protos/{tapchannelrpc.proto → tapchannel.proto} +105 -25
- package/grpc/protos/tapcommon.proto +36 -0
- package/grpc/protos/taprootassets.proto +544 -23
- package/grpc/protos/walletkit.proto +78 -6
- package/index.js +162 -160
- package/lnd_methods/generic/get_height.js +1 -1
- package/lnd_methods/index.js +162 -160
- package/lnd_methods/info/constants.json +7 -0
- package/lnd_methods/invoices/create_invoice.js +10 -14
- package/lnd_methods/invoices/subscribe_to_invoice.d.ts +4 -0
- package/lnd_methods/invoices/subscribe_to_invoice.js +21 -21
- package/lnd_methods/macaroon/methods.json +4 -0
- package/lnd_methods/offchain/decode_asset_pay_req.d.ts +69 -28
- package/lnd_methods/offchain/decode_asset_pay_req.js +54 -61
- package/lnd_methods/offchain/get_pending_channels.d.ts +16 -0
- package/lnd_methods/offchain/get_pending_channels.js +6 -0
- package/lnd_methods/offchain/get_routing_fee_estimate.d.ts +32 -0
- package/lnd_methods/offchain/get_routing_fee_estimate.js +86 -0
- package/lnd_methods/offchain/index.d.ts +60 -60
- package/lnd_methods/offchain/index.js +6 -4
- package/lnd_methods/offchain/pay_via_routes.d.ts +4 -0
- package/lnd_methods/onchain/close_channel.d.ts +4 -0
- package/lnd_methods/onchain/close_channel.js +4 -0
- package/lnd_methods/onchain/open_channels.d.ts +1 -0
- package/lnd_methods/onchain/open_channels.js +7 -1
- package/lnd_methods/onchain/request_chain_fee_increase.js +5 -0
- package/lnd_methods/onchain/subscribe_to_blocks.js +1 -1
- package/lnd_responses/confirmed_from_payment_status.js +38 -40
- package/lnd_responses/constants.json +1 -0
- package/lnd_responses/forward_from_htlc_event.js +31 -31
- package/lnd_responses/info_as_wallet_info.js +28 -28
- package/lnd_responses/payment_request_details.js +28 -32
- package/lnd_responses/pending_as_pending_channels.js +8 -0
- package/lnd_responses/pending_from_payment.js +24 -24
- package/lnd_responses/routes_from_query_routes.js +30 -30
- package/lnd_responses/rpc_channel_as_channel.js +10 -9
- package/lnd_responses/rpc_fees_as_channel_fees.js +16 -16
- package/lnd_responses/rpc_forward_as_forward_request.js +27 -27
- package/lnd_responses/rpc_payment_as_payment.js +28 -31
- package/package.json +24 -20
- package/test/lnd_methods/offchain/test_get_routing_fee_estimate.js +82 -0
- package/test/lnd_methods/onchain/test_close_channel.js +5 -0
- package/test/lnd_methods/onchain/test_open_channels.js +5 -1
- package/test/lnd_methods/onchain/test_request_chain_fee_increase.js +13 -0
- package/test/lnd_responses/test_pending_as_pending_channels.js +34 -1
- package/test.js +194 -22
- package/.yarn/cache/@babel-code-frame-npm-7.25.7-40a9f53f43-f235cdf9c5.zip +0 -0
- package/.yarn/cache/@babel-helper-validator-identifier-npm-7.25.7-1c758f0472-062f55208d.zip +0 -0
- package/.yarn/cache/@babel-highlight-npm-7.25.7-308b20da71-b6aa45c5bf.zip +0 -0
- package/.yarn/cache/@grpc-grpc-js-npm-1.12.2-733ec8eabe-ee51317f92.zip +0 -0
- package/.yarn/cache/@grpc-proto-loader-npm-0.7.13-be5b6af1c1-399c1b8a46.zip +0 -0
- package/.yarn/cache/@jest-schemas-npm-29.6.3-292730e442-910040425f.zip +0 -0
- package/.yarn/cache/@js-sdsl-ordered-map-npm-4.4.2-158f6c6b74-a927ae4ff8.zip +0 -0
- package/.yarn/cache/@noble-hashes-npm-1.5.0-87c768d742-9cc031d5c8.zip +0 -0
- package/.yarn/cache/@nodelib-fs.scandir-npm-2.1.5-89c67370dd-a970d595bd.zip +0 -0
- package/.yarn/cache/@nodelib-fs.stat-npm-2.0.5-01f4dd3030-012480b5ca.zip +0 -0
- package/.yarn/cache/@nodelib-fs.walk-npm-1.2.8-b4a89da548-190c643f15.zip +0 -0
- package/.yarn/cache/@protobufjs-aspromise-npm-1.1.2-71d00b938f-011fe7ef08.zip +0 -0
- package/.yarn/cache/@protobufjs-base64-npm-1.1.2-cd8ca6814a-67173ac34d.zip +0 -0
- package/.yarn/cache/@protobufjs-codegen-npm-2.0.4-36e188bbe6-59240c850b.zip +0 -0
- package/.yarn/cache/@protobufjs-eventemitter-npm-1.1.0-029cc7d431-0369163a3d.zip +0 -0
- package/.yarn/cache/@protobufjs-fetch-npm-1.1.0-ca857b7df4-3fce7e09eb.zip +0 -0
- package/.yarn/cache/@protobufjs-float-npm-1.0.2-5678f64d08-5781e12412.zip +0 -0
- package/.yarn/cache/@protobufjs-inquire-npm-1.1.0-3c7759e9ce-ca06f02eaf.zip +0 -0
- package/.yarn/cache/@protobufjs-path-npm-1.1.2-641d08de76-856eeb532b.zip +0 -0
- package/.yarn/cache/@protobufjs-pool-npm-1.1.0-47a76f96a1-d6a34fbbd2.zip +0 -0
- package/.yarn/cache/@protobufjs-utf8-npm-1.1.0-02c590807c-f9bf3163d1.zip +0 -0
- package/.yarn/cache/@sinclair-typebox-npm-0.27.8-23e206d653-00bd7362a3.zip +0 -0
- package/.yarn/cache/@tsd-typescript-npm-5.4.5-31c3b104b3-86498d5e15.zip +0 -0
- package/.yarn/cache/@types-caseless-npm-0.12.5-d7dbdab81c-f6a3628add.zip +0 -0
- package/.yarn/cache/@types-eslint-npm-7.29.0-46534a7300-df13991c55.zip +0 -0
- package/.yarn/cache/@types-estree-npm-1.0.6-b5e23f2ea2-8825d6e729.zip +0 -0
- package/.yarn/cache/@types-json-schema-npm-7.0.15-fd16381786-97ed0cb44d.zip +0 -0
- package/.yarn/cache/@types-minimist-npm-1.2.5-c85664a9d8-477047b606.zip +0 -0
- package/.yarn/cache/@types-node-npm-22.7.5-0428b60a8c-1a8bbb504e.zip +0 -0
- package/.yarn/cache/@types-node-npm-22.7.6-cbb64e0ad4-6afe2a1bd7.zip +0 -0
- package/.yarn/cache/@types-normalize-package-data-npm-2.4.4-676a8ba353-65dff72b54.zip +0 -0
- package/.yarn/cache/@types-request-npm-2.48.12-d921ef35cb-20dfad0a46.zip +0 -0
- package/.yarn/cache/@types-tough-cookie-npm-4.0.5-8c5e2162e1-f19409d019.zip +0 -0
- package/.yarn/cache/@types-ws-npm-8.5.12-90c42288cf-ddefb6ad16.zip +0 -0
- package/.yarn/cache/ansi-escapes-npm-4.3.2-3ad173702f-93111c4218.zip +0 -0
- package/.yarn/cache/ansi-regex-npm-5.0.1-c963a48615-2aa4bb54ca.zip +0 -0
- package/.yarn/cache/ansi-styles-npm-3.2.1-8cb8107983-d85ade01c1.zip +0 -0
- package/.yarn/cache/ansi-styles-npm-4.3.0-245c7d42c7-513b44c3b2.zip +0 -0
- package/.yarn/cache/ansi-styles-npm-5.2.0-72fc7003e3-d7f4e97ce0.zip +0 -0
- package/.yarn/cache/array-union-npm-2.1.0-4e4852b221-5bee12395c.zip +0 -0
- package/.yarn/cache/arrify-npm-1.0.1-affafba9fe-745075dd4a.zip +0 -0
- package/.yarn/cache/async-npm-3.2.4-aba13508f9-43d07459a4.zip +0 -0
- package/.yarn/cache/async-npm-3.2.6-aa4f5aa081-ee6eb8cd8a.zip +0 -0
- package/.yarn/cache/asyncjs-util-npm-1.2.12-f1ef4c2905-55ff005a7f.zip +0 -0
- package/.yarn/cache/asynckit-npm-0.4.0-c718858525-7b78c451df.zip +0 -0
- package/.yarn/cache/base-x-npm-3.0.10-2d05c06792-5230773955.zip +0 -0
- package/.yarn/cache/base-x-npm-4.0.0-64a1f6fa5e-b25db9e07e.zip +0 -0
- package/.yarn/cache/bech32-npm-2.0.0-ad98b7dd79-fa15acb270.zip +0 -0
- package/.yarn/cache/bip174-npm-2.1.1-d9fcaf36f9-bc5b99e7d1.zip +0 -0
- package/.yarn/cache/bip66-npm-1.1.5-e1d2ea7768-956cff6e51.zip +0 -0
- package/.yarn/cache/bitcoin-ops-npm-1.4.1-e1e62763b3-3daa3303d6.zip +0 -0
- package/.yarn/cache/bitcoinjs-lib-npm-6.1.3-8b823f7e69-b1d9ffd999.zip +0 -0
- package/.yarn/cache/bitcoinjs-lib-npm-6.1.6-d063b5a8ff-04370cf699.zip +0 -0
- package/.yarn/cache/bn.js-npm-5.2.1-dc952b1965-3dd8c8d380.zip +0 -0
- package/.yarn/cache/bolt07-npm-1.8.4-297a4ac40d-58cdf15aba.zip +0 -0
- package/.yarn/cache/bolt07-npm-1.9.4-6f74865601-d18efc5f83.zip +0 -0
- package/.yarn/cache/bolt09-npm-1.0.0-b3d5b54cf9-09d53b86f2.zip +0 -0
- package/.yarn/cache/bolt09-npm-2.1.0-1fc0cfcef2-629cd3bdd4.zip +0 -0
- package/.yarn/cache/braces-npm-3.0.3-582c14023c-b95aa0b3bd.zip +0 -0
- package/.yarn/cache/bs58-npm-4.0.1-8d2a7822b1-b3c5365bb9.zip +0 -0
- package/.yarn/cache/bs58-npm-5.0.0-da02537b92-2475cb0684.zip +0 -0
- package/.yarn/cache/bs58check-npm-2.1.2-4e87e40195-43bdf08a5d.zip +0 -0
- package/.yarn/cache/bs58check-npm-3.0.1-be32851e5e-dbbecc7a09.zip +0 -0
- package/.yarn/cache/camelcase-keys-npm-6.2.2-d13777ec12-43c9af1adf.zip +0 -0
- package/.yarn/cache/camelcase-npm-5.3.1-5db8af62c5-e6effce26b.zip +0 -0
- package/.yarn/cache/chalk-npm-2.4.2-3ea16dd91e-ec3661d38f.zip +0 -0
- package/.yarn/cache/chalk-npm-4.1.2-ba8b67ab80-fe75c9d5c7.zip +0 -0
- package/.yarn/cache/cipher-base-npm-1.0.4-2e98b97140-47d3568dbc.zip +0 -0
- package/.yarn/cache/cliui-npm-8.0.1-3b029092cf-79648b3b00.zip +0 -0
- package/.yarn/cache/color-convert-npm-1.9.3-1fe690075e-fd7a64a17c.zip +0 -0
- package/.yarn/cache/color-convert-npm-2.0.1-79730e935b-79e6bdb9fd.zip +0 -0
- package/.yarn/cache/color-name-npm-1.1.3-728b7b5d39-09c5d3e33d.zip +0 -0
- package/.yarn/cache/color-name-npm-1.1.4-025792b0ea-b044585952.zip +0 -0
- package/.yarn/cache/combined-stream-npm-1.0.8-dc14d4a63a-49fa4aeb49.zip +0 -0
- package/.yarn/cache/create-hash-npm-1.2.0-afd048e1ce-02a6ae3bb9.zip +0 -0
- package/.yarn/cache/decamelize-keys-npm-1.1.1-4cfa36ed4b-fc645fe20b.zip +0 -0
- package/.yarn/cache/decamelize-npm-1.2.0-c5a2fdc622-ad8c51a7e7.zip +0 -0
- package/.yarn/cache/delayed-stream-npm-1.0.0-c5a4c4cc02-46fe6e83e2.zip +0 -0
- package/.yarn/cache/diff-sequences-npm-29.6.3-18ab2c9949-f4914158e1.zip +0 -0
- package/.yarn/cache/dir-glob-npm-3.0.1-1aea628b1b-fa05e18324.zip +0 -0
- package/.yarn/cache/ecpair-npm-2.1.0-d034fc21e2-924a776808.zip +0 -0
- package/.yarn/cache/emoji-regex-npm-8.0.0-213764015c-d4c5c39d5a.zip +0 -0
- package/.yarn/cache/error-ex-npm-1.3.2-5654f80c0f-c1c2b8b65f.zip +0 -0
- package/.yarn/cache/escalade-npm-3.2.0-19b50dd48f-47b029c83d.zip +0 -0
- package/.yarn/cache/escape-string-regexp-npm-1.0.5-3284de402f-6092fda75c.zip +0 -0
- package/.yarn/cache/eslint-formatter-pretty-npm-4.1.0-30790f28b4-e8e0cd3843.zip +0 -0
- package/.yarn/cache/eslint-rule-docs-npm-1.1.235-64d33df34f-b163596f9a.zip +0 -0
- package/.yarn/cache/fast-glob-npm-3.3.2-0a8cb4f2ca-900e4979f4.zip +0 -0
- package/.yarn/cache/fastq-npm-1.17.1-56d4554993-a8c5b26788.zip +0 -0
- package/.yarn/cache/fill-range-npm-7.1.1-bf491486db-b4abfbca38.zip +0 -0
- package/.yarn/cache/find-up-npm-4.1.0-c3ccf8d855-4c172680e8.zip +0 -0
- package/.yarn/cache/form-data-npm-2.5.2-f40bcd738c-89ed3d9623.zip +0 -0
- package/.yarn/cache/function-bind-npm-1.1.2-7a55be9b03-2b0ff4ce70.zip +0 -0
- package/.yarn/cache/get-caller-file-npm-2.0.5-80e8a86305-b9769a836d.zip +0 -0
- package/.yarn/cache/glob-parent-npm-5.1.2-021ab32634-f4f2bfe242.zip +0 -0
- package/.yarn/cache/globby-npm-11.1.0-bdcdf20c71-b4be8885e0.zip +0 -0
- package/.yarn/cache/hard-rejection-npm-2.1.0-a80f2a977d-7baaf80a0c.zip +0 -0
- package/.yarn/cache/has-flag-npm-3.0.0-16ac11fe05-4a15638b45.zip +0 -0
- package/.yarn/cache/has-flag-npm-4.0.0-32af9f0536-261a135703.zip +0 -0
- package/.yarn/cache/hash-base-npm-3.1.0-26fc5711dd-26b7e97ac3.zip +0 -0
- package/.yarn/cache/hasown-npm-2.0.2-80fe6c9901-e8516f776a.zip +0 -0
- package/.yarn/cache/hosted-git-info-npm-2.8.9-62c44fa93f-c955394bda.zip +0 -0
- package/.yarn/cache/hosted-git-info-npm-4.1.0-4efcdf8fd3-c3f87b3c2f.zip +0 -0
- package/.yarn/cache/ignore-npm-5.3.2-346d3ba017-2acfd32a57.zip +0 -0
- package/.yarn/cache/indent-string-npm-4.0.0-7b717435b2-824cfb9929.zip +0 -0
- package/.yarn/cache/inherits-npm-2.0.4-c66b3957a0-4a48a73384.zip +0 -0
- package/.yarn/cache/invoices-npm-3.0.0-123907e565-27119b1449.zip +0 -0
- package/.yarn/cache/irregular-plurals-npm-3.5.0-2415613615-5b663091dc.zip +0 -0
- package/.yarn/cache/is-arrayish-npm-0.2.1-23927dfb15-eef4417e3c.zip +0 -0
- package/.yarn/cache/is-core-module-npm-2.15.1-34c73a6cbd-df134c1681.zip +0 -0
- package/.yarn/cache/is-extglob-npm-2.1.1-0870ea68b5-df033653d0.zip +0 -0
- package/.yarn/cache/is-fullwidth-code-point-npm-3.0.0-1ecf4ebee5-44a30c2945.zip +0 -0
- package/.yarn/cache/is-glob-npm-4.0.3-cb87bf1bdb-d381c1319f.zip +0 -0
- package/.yarn/cache/is-number-npm-7.0.0-060086935c-456ac6f8e0.zip +0 -0
- package/.yarn/cache/is-plain-obj-npm-1.1.0-1046f64c0b-0ee0480779.zip +0 -0
- package/.yarn/cache/is-unicode-supported-npm-0.1.0-0833e1bbfb-a2aab86ee7.zip +0 -0
- package/.yarn/cache/jest-diff-npm-29.7.0-0149e01930-08e24a9dd4.zip +0 -0
- package/.yarn/cache/jest-get-type-npm-29.6.3-500477292e-88ac9102d4.zip +0 -0
- package/.yarn/cache/js-tokens-npm-4.0.0-0ac852e9e2-8a95213a5a.zip +0 -0
- package/.yarn/cache/json-parse-even-better-errors-npm-2.3.1-144d62256e-798ed4cf33.zip +0 -0
- package/.yarn/cache/kind-of-npm-6.0.3-ab15f36220-3ab01e7b1d.zip +0 -0
- package/.yarn/cache/lines-and-columns-npm-1.2.4-d6c7cc5799-0c37f9f7fa.zip +0 -0
- package/.yarn/cache/locate-path-npm-5.0.0-46580c43e4-83e51725e6.zip +0 -0
- package/.yarn/cache/lodash.camelcase-npm-4.3.0-bf268e3bf0-cb9227612f.zip +0 -0
- package/.yarn/cache/log-symbols-npm-4.1.0-0a13492d8b-fce1497b31.zip +0 -0
- package/.yarn/cache/long-npm-5.2.3-61dddb7586-885ede7c3d.zip +0 -0
- package/.yarn/cache/lru-cache-npm-6.0.0-b4c8668fe1-f97f499f89.zip +0 -0
- package/.yarn/cache/map-obj-npm-1.0.1-fa55100fac-9949e7baec.zip +0 -0
- package/.yarn/cache/map-obj-npm-4.3.0-d53e32935d-fbc554934d.zip +0 -0
- package/.yarn/cache/md5.js-npm-1.3.5-130901125a-098494d885.zip +0 -0
- package/.yarn/cache/meow-npm-9.0.0-8b2707248e-99799c4724.zip +0 -0
- package/.yarn/cache/merge2-npm-1.4.1-a2507bd06c-7268db63ed.zip +0 -0
- package/.yarn/cache/micromatch-npm-4.0.8-c9570e4aca-79920eb634.zip +0 -0
- package/.yarn/cache/mime-db-npm-1.52.0-b5371d6fd2-0d99a03585.zip +0 -0
- package/.yarn/cache/mime-types-npm-2.1.35-dd9ea9f3e2-89a5b7f1de.zip +0 -0
- package/.yarn/cache/min-indent-npm-1.0.1-77031f50e1-bfc6dd03c5.zip +0 -0
- package/.yarn/cache/minimist-options-npm-4.1.0-64ca250fc1-8c040b3068.zip +0 -0
- package/.yarn/cache/normalize-package-data-npm-2.5.0-af0345deed-7999112efc.zip +0 -0
- package/.yarn/cache/normalize-package-data-npm-3.0.3-1a49056685-bbcee00339.zip +0 -0
- package/.yarn/cache/p-limit-npm-2.3.0-94a0310039-84ff17f1a3.zip +0 -0
- package/.yarn/cache/p-locate-npm-4.1.0-eec6872537-513bd14a45.zip +0 -0
- package/.yarn/cache/p-try-npm-2.2.0-e0390dbaf8-f8a8e9a769.zip +0 -0
- package/.yarn/cache/parse-json-npm-5.2.0-00a63b1199-62085b17d6.zip +0 -0
- package/.yarn/cache/path-exists-npm-4.0.0-e9e4f63eb0-505807199d.zip +0 -0
- package/.yarn/cache/path-parse-npm-1.0.7-09564527b7-49abf3d811.zip +0 -0
- package/.yarn/cache/path-type-npm-4.0.0-10d47fc86a-5b1e2daa24.zip +0 -0
- package/.yarn/cache/picocolors-npm-1.1.1-4fede47cf1-e1cf46bf84.zip +0 -0
- package/.yarn/cache/picomatch-npm-2.3.1-c782cfd986-050c865ce8.zip +0 -0
- package/.yarn/cache/plur-npm-4.0.0-96f2a49c24-fea2e903ef.zip +0 -0
- package/.yarn/cache/pretty-format-npm-29.7.0-7d330b2ea2-032c160238.zip +0 -0
- package/.yarn/cache/protobufjs-npm-7.4.0-12c56a3adc-ba0e6b6054.zip +0 -0
- package/.yarn/cache/psbt-npm-3.0.0-7f3e8059ba-1dddca470a.zip +0 -0
- package/.yarn/cache/pushdata-bitcoin-npm-1.0.1-959a90bb14-8452106d4b.zip +0 -0
- package/.yarn/cache/queue-microtask-npm-1.2.3-fcc98e4e2d-b676f8c040.zip +0 -0
- package/.yarn/cache/quick-lru-npm-4.0.1-ef8aa17c9c-bea46e1abf.zip +0 -0
- package/.yarn/cache/randombytes-npm-2.1.0-e3da76bccf-d779499376.zip +0 -0
- package/.yarn/cache/react-is-npm-18.3.1-370a81e1e9-e20fe84c86.zip +0 -0
- package/.yarn/cache/read-pkg-npm-5.2.0-50426bd8dc-eb696e6052.zip +0 -0
- package/.yarn/cache/read-pkg-up-npm-7.0.1-11895bed9a-e4e93ce70e.zip +0 -0
- package/.yarn/cache/readable-stream-npm-3.6.2-d2a6069158-bdcbe6c22e.zip +0 -0
- package/.yarn/cache/redent-npm-3.0.0-31892f4906-fa1ef20404.zip +0 -0
- package/.yarn/cache/require-directory-npm-2.1.1-8608aee50b-fb47e70bf0.zip +0 -0
- package/.yarn/cache/resolve-npm-1.22.8-098f379dfe-f8a26958aa.zip +0 -0
- package/.yarn/cache/resolve-patch-f6b5304cab-5479b7d431.zip +0 -0
- package/.yarn/cache/reusify-npm-1.0.4-95ac4aec11-c3076ebcc2.zip +0 -0
- package/.yarn/cache/ripemd160-npm-2.0.2-7b1fb8dc76-006accc405.zip +0 -0
- package/.yarn/cache/run-parallel-npm-1.2.0-3f47ff2034-cb4f97ad25.zip +0 -0
- package/.yarn/cache/safe-buffer-npm-5.2.1-3481c8aa9b-b99c4b41fd.zip +0 -0
- package/.yarn/cache/semver-npm-5.7.2-938ee91eaa-fb4ab5e0dd.zip +0 -0
- package/.yarn/cache/semver-npm-7.6.3-57e82c14d5-4110ec5d01.zip +0 -0
- package/.yarn/cache/sha.js-npm-2.4.11-14868df4ca-ebd3f59d4b.zip +0 -0
- package/.yarn/cache/slash-npm-3.0.0-b87de2279a-94a93fff61.zip +0 -0
- package/.yarn/cache/spdx-correct-npm-3.2.0-ffae008484-e9ae98d22f.zip +0 -0
- package/.yarn/cache/spdx-exceptions-npm-2.5.0-718ed4b7d6-bb127d6e25.zip +0 -0
- package/.yarn/cache/spdx-expression-parse-npm-3.0.1-b718cbb35a-a1c6e104a2.zip +0 -0
- package/.yarn/cache/spdx-license-ids-npm-3.0.20-f08e1eabc0-0c57750bed.zip +0 -0
- package/.yarn/cache/string-width-npm-4.2.3-2c27177bae-e52c10dc3f.zip +0 -0
- package/.yarn/cache/string_decoder-npm-1.3.0-2422117fd0-8417646695.zip +0 -0
- package/.yarn/cache/strip-ansi-npm-6.0.1-caddc7cb40-f3cd25890a.zip +0 -0
- package/.yarn/cache/strip-indent-npm-3.0.0-519e75a28d-18f045d57d.zip +0 -0
- package/.yarn/cache/supports-color-npm-5.5.0-183ac537bc-95f6f4ba5a.zip +0 -0
- package/.yarn/cache/supports-color-npm-7.2.0-606bfcf7da-3dda818de0.zip +0 -0
- package/.yarn/cache/supports-hyperlinks-npm-2.3.0-d19176eba2-9ee0de3c8c.zip +0 -0
- package/.yarn/cache/supports-preserve-symlinks-flag-npm-1.0.0-f17c4d0028-53b1e247e6.zip +0 -0
- package/.yarn/cache/tiny-secp256k1-npm-2.2.2-54168b74b6-2b38491186.zip +0 -0
- package/.yarn/cache/tiny-secp256k1-npm-2.2.3-8c5163b5d1-f7a74a1fce.zip +0 -0
- package/.yarn/cache/to-regex-range-npm-5.0.1-f1e8263b00-f76fa01b3d.zip +0 -0
- package/.yarn/cache/trim-newlines-npm-3.0.1-22f1f216de-b530f3fadf.zip +0 -0
- package/.yarn/cache/tsd-npm-0.31.2-07f84c93d0-23bb84f8ba.zip +0 -0
- package/.yarn/cache/type-fest-npm-0.18.1-47b079775d-e96dcee18a.zip +0 -0
- package/.yarn/cache/type-fest-npm-0.21.3-5ff2a9c6fd-e6b32a3b38.zip +0 -0
- package/.yarn/cache/type-fest-npm-0.6.0-76b229965b-b2188e6e4b.zip +0 -0
- package/.yarn/cache/type-fest-npm-0.8.1-351ad028fe-d61c4b2eba.zip +0 -0
- package/.yarn/cache/type-fest-npm-4.26.1-274c31182d-7188db3bca.zip +0 -0
- package/.yarn/cache/typeforce-npm-1.18.0-372e34e2a2-e3b21e27e7.zip +0 -0
- package/.yarn/cache/typescript-npm-5.6.3-cc9b3687b0-ba302f8822.zip +0 -0
- package/.yarn/cache/typescript-patch-be88537122-ade87bce23.zip +0 -0
- package/.yarn/cache/uint8array-tools-npm-0.0.7-96ca58a124-6ffc45c7d2.zip +0 -0
- package/.yarn/cache/undici-types-npm-6.19.8-9f12285b7a-de51f1b447.zip +0 -0
- package/.yarn/cache/util-deprecate-npm-1.0.2-e3fe1a219c-474acf1146.zip +0 -0
- package/.yarn/cache/validate-npm-package-license-npm-3.0.4-7af8adc7a8-35703ac889.zip +0 -0
- package/.yarn/cache/varuint-bitcoin-npm-1.1.2-83f928c112-1c900bf08f.zip +0 -0
- package/.yarn/cache/wif-npm-2.0.6-f351bf025a-8c3147ef98.zip +0 -0
- package/.yarn/cache/wrap-ansi-npm-7.0.0-ad6e1a0554-a790b846fd.zip +0 -0
- package/.yarn/cache/y18n-npm-5.0.8-5f3a0a7e62-54f0fb9562.zip +0 -0
- package/.yarn/cache/yallist-npm-4.0.0-b493d9e907-343617202a.zip +0 -0
- package/.yarn/cache/yargs-npm-17.7.2-80b62638e1-73b572e863.zip +0 -0
- package/.yarn/cache/yargs-parser-npm-20.2.9-a1d19e598d-8bb69015f2.zip +0 -0
- package/.yarn/cache/yargs-parser-npm-21.1.1-8fdc003314-ed2d96a616.zip +0 -0
- package/.yarn/install-state.gz +0 -0
|
@@ -222,14 +222,14 @@ service WalletKit {
|
|
|
222
222
|
*/
|
|
223
223
|
rpc SendOutputs (SendOutputsRequest) returns (SendOutputsResponse);
|
|
224
224
|
|
|
225
|
-
/*
|
|
225
|
+
/* lncli: `wallet estimatefeerate`
|
|
226
226
|
EstimateFee attempts to query the internal fee estimator of the wallet to
|
|
227
227
|
determine the fee (in sat/kw) to attach to a transaction in order to
|
|
228
228
|
achieve the confirmation target.
|
|
229
229
|
*/
|
|
230
230
|
rpc EstimateFee (EstimateFeeRequest) returns (EstimateFeeResponse);
|
|
231
231
|
|
|
232
|
-
/* lncli: `pendingsweeps`
|
|
232
|
+
/* lncli: `wallet pendingsweeps`
|
|
233
233
|
PendingSweeps returns lists of on-chain outputs that lnd is currently
|
|
234
234
|
attempting to sweep within its central batching engine. Outputs with similar
|
|
235
235
|
fee rates are batched together in order to sweep them within a single
|
|
@@ -273,6 +273,13 @@ service WalletKit {
|
|
|
273
273
|
*/
|
|
274
274
|
rpc BumpFee (BumpFeeRequest) returns (BumpFeeResponse);
|
|
275
275
|
|
|
276
|
+
/* lncli: `wallet bumpforceclosefee`
|
|
277
|
+
BumpForceCloseFee is an endpoint that allows users to bump the fee of a
|
|
278
|
+
channel force close. This only works for channels with option_anchors.
|
|
279
|
+
*/
|
|
280
|
+
rpc BumpForceCloseFee (BumpForceCloseFeeRequest)
|
|
281
|
+
returns (BumpForceCloseFeeResponse);
|
|
282
|
+
|
|
276
283
|
/* lncli: `wallet listsweeps`
|
|
277
284
|
ListSweeps returns a list of the sweep transactions our node has produced.
|
|
278
285
|
Note that these sweeps may not be confirmed yet, as we record sweeps on
|
|
@@ -407,6 +414,8 @@ message ReleaseOutputRequest {
|
|
|
407
414
|
}
|
|
408
415
|
|
|
409
416
|
message ReleaseOutputResponse {
|
|
417
|
+
// The status of the release operation.
|
|
418
|
+
string status = 1;
|
|
410
419
|
}
|
|
411
420
|
|
|
412
421
|
message KeyReq {
|
|
@@ -692,6 +701,8 @@ message ImportPublicKeyRequest {
|
|
|
692
701
|
AddressType address_type = 2;
|
|
693
702
|
}
|
|
694
703
|
message ImportPublicKeyResponse {
|
|
704
|
+
// The status of the import operation.
|
|
705
|
+
string status = 1;
|
|
695
706
|
}
|
|
696
707
|
|
|
697
708
|
message ImportTapscriptRequest {
|
|
@@ -1177,9 +1188,8 @@ message BumpFeeRequest {
|
|
|
1177
1188
|
// The input we're attempting to bump the fee of.
|
|
1178
1189
|
lnrpc.OutPoint outpoint = 1;
|
|
1179
1190
|
|
|
1180
|
-
// Optional. The
|
|
1181
|
-
//
|
|
1182
|
-
// for existing inputs, their current values will be retained.
|
|
1191
|
+
// Optional. The conf target the underlying fee estimator will use to
|
|
1192
|
+
// estimate the starting fee rate for the fee function.
|
|
1183
1193
|
uint32 target_conf = 2;
|
|
1184
1194
|
|
|
1185
1195
|
/*
|
|
@@ -1206,7 +1216,7 @@ message BumpFeeRequest {
|
|
|
1206
1216
|
|
|
1207
1217
|
/*
|
|
1208
1218
|
Optional. Whether this input will be swept immediately. When set to true,
|
|
1209
|
-
the sweeper will sweep this input without waiting for the next
|
|
1219
|
+
the sweeper will sweep this input without waiting for the next block.
|
|
1210
1220
|
*/
|
|
1211
1221
|
bool immediate = 6;
|
|
1212
1222
|
|
|
@@ -1219,6 +1229,12 @@ message BumpFeeRequest {
|
|
|
1219
1229
|
retained.
|
|
1220
1230
|
*/
|
|
1221
1231
|
uint64 budget = 7;
|
|
1232
|
+
|
|
1233
|
+
// Optional. The deadline delta in number of blocks that the output
|
|
1234
|
+
// should be spent within. This translates internally to the width of the
|
|
1235
|
+
// fee function that the sweeper will use to bump the fee rate. When the
|
|
1236
|
+
// deadline is reached, ALL the budget will be spent as fees.
|
|
1237
|
+
uint32 deadline_delta = 8;
|
|
1222
1238
|
}
|
|
1223
1239
|
|
|
1224
1240
|
message BumpFeeResponse {
|
|
@@ -1226,6 +1242,51 @@ message BumpFeeResponse {
|
|
|
1226
1242
|
string status = 1;
|
|
1227
1243
|
}
|
|
1228
1244
|
|
|
1245
|
+
message BumpForceCloseFeeRequest {
|
|
1246
|
+
// The channel point which force close transaction we are attempting to
|
|
1247
|
+
// bump the fee rate for.
|
|
1248
|
+
lnrpc.ChannelPoint chan_point = 1;
|
|
1249
|
+
|
|
1250
|
+
// Optional. The deadline delta in number of blocks that the anchor output
|
|
1251
|
+
// should be spent within to bump the closing transaction. When the
|
|
1252
|
+
// deadline is reached, ALL the budget will be spent as fees
|
|
1253
|
+
uint32 deadline_delta = 2;
|
|
1254
|
+
|
|
1255
|
+
/*
|
|
1256
|
+
Optional. The starting fee rate, expressed in sat/vbyte. This value will be
|
|
1257
|
+
used by the sweeper's fee function as its starting fee rate. When not set,
|
|
1258
|
+
the sweeper will use the estimated fee rate using the target_conf as the
|
|
1259
|
+
starting fee rate.
|
|
1260
|
+
*/
|
|
1261
|
+
uint64 starting_feerate = 3;
|
|
1262
|
+
|
|
1263
|
+
/*
|
|
1264
|
+
Optional. Whether this cpfp transaction will be triggered immediately. When
|
|
1265
|
+
set to true, the sweeper will consider all currently registered sweeps and
|
|
1266
|
+
trigger new batch transactions including the sweeping of the anchor output
|
|
1267
|
+
related to the selected force close transaction.
|
|
1268
|
+
*/
|
|
1269
|
+
bool immediate = 4;
|
|
1270
|
+
|
|
1271
|
+
/*
|
|
1272
|
+
Optional. The max amount in sats that can be used as the fees. For already
|
|
1273
|
+
registered anchor outputs if not set explicitly the old value will be used.
|
|
1274
|
+
For channel force closes which have no HTLCs in their commitment transaction
|
|
1275
|
+
this value has to be set to an appropriate amount to pay for the cpfp
|
|
1276
|
+
transaction of the force closed channel otherwise the fee bumping will fail.
|
|
1277
|
+
*/
|
|
1278
|
+
uint64 budget = 5;
|
|
1279
|
+
|
|
1280
|
+
// Optional. The conf target the underlying fee estimator will use to
|
|
1281
|
+
// estimate the starting fee rate for the fee function.
|
|
1282
|
+
uint32 target_conf = 6;
|
|
1283
|
+
}
|
|
1284
|
+
|
|
1285
|
+
message BumpForceCloseFeeResponse {
|
|
1286
|
+
// The status of the force close fee bump operation.
|
|
1287
|
+
string status = 1;
|
|
1288
|
+
}
|
|
1289
|
+
|
|
1229
1290
|
message ListSweepsRequest {
|
|
1230
1291
|
/*
|
|
1231
1292
|
Retrieve the full sweep transaction details. If false, only the sweep txids
|
|
@@ -1271,6 +1332,8 @@ message LabelTransactionRequest {
|
|
|
1271
1332
|
}
|
|
1272
1333
|
|
|
1273
1334
|
message LabelTransactionResponse {
|
|
1335
|
+
// The status of the label operation.
|
|
1336
|
+
string status = 1;
|
|
1274
1337
|
}
|
|
1275
1338
|
|
|
1276
1339
|
// The possible change address types for default accounts and single imported
|
|
@@ -1341,6 +1404,12 @@ message FundPsbtRequest {
|
|
|
1341
1404
|
input with.
|
|
1342
1405
|
*/
|
|
1343
1406
|
uint64 sat_per_vbyte = 4;
|
|
1407
|
+
|
|
1408
|
+
/*
|
|
1409
|
+
The fee rate, expressed in sat/kWU, that should be used to spend the
|
|
1410
|
+
input with.
|
|
1411
|
+
*/
|
|
1412
|
+
uint64 sat_per_kw = 11;
|
|
1344
1413
|
}
|
|
1345
1414
|
|
|
1346
1415
|
/*
|
|
@@ -1364,6 +1433,9 @@ message FundPsbtRequest {
|
|
|
1364
1433
|
|
|
1365
1434
|
// The strategy to use for selecting coins during funding the PSBT.
|
|
1366
1435
|
lnrpc.CoinSelectionStrategy coin_selection_strategy = 10;
|
|
1436
|
+
|
|
1437
|
+
// The max fee to total output amount ratio that this psbt should adhere to.
|
|
1438
|
+
double max_fee_ratio = 12;
|
|
1367
1439
|
}
|
|
1368
1440
|
message FundPsbtResponse {
|
|
1369
1441
|
/*
|
package/index.js
CHANGED
|
@@ -1,164 +1,165 @@
|
|
|
1
|
-
const {
|
|
2
|
-
const {
|
|
3
|
-
const {
|
|
4
|
-
const {
|
|
5
|
-
const {
|
|
6
|
-
const {
|
|
7
|
-
const {
|
|
8
|
-
const {
|
|
9
|
-
const {
|
|
10
|
-
const {
|
|
11
|
-
const {
|
|
12
|
-
const {
|
|
13
|
-
const {
|
|
14
|
-
const {
|
|
15
|
-
const {
|
|
16
|
-
const {
|
|
17
|
-
const {
|
|
18
|
-
const {
|
|
1
|
+
const {addAdvertisedFeature} = require('./lnd_methods');
|
|
2
|
+
const {addExternalSocket} = require('./lnd_methods');
|
|
3
|
+
const {addPeer} = require('./lnd_methods');
|
|
4
|
+
const {authenticatedLndGrpc} = require('./lnd_grpc');
|
|
5
|
+
const {beginGroupSigningSession} = require('./lnd_methods');
|
|
6
|
+
const {broadcastChainTransaction} = require('./lnd_methods');
|
|
7
|
+
const {cancelHodlInvoice} = require('./lnd_methods');
|
|
8
|
+
const {cancelPendingChannel} = require('./lnd_methods');
|
|
9
|
+
const {changePassword} = require('./lnd_methods');
|
|
10
|
+
const {closeChannel} = require('./lnd_methods');
|
|
11
|
+
const {connectWatchtower} = require('./lnd_methods');
|
|
12
|
+
const {createChainAddress} = require('./lnd_methods');
|
|
13
|
+
const {createFundedPsbt} = require('./lnd_methods');
|
|
14
|
+
const {createHodlInvoice} = require('./lnd_methods');
|
|
15
|
+
const {createInvoice} = require('./lnd_methods');
|
|
16
|
+
const {createSeed} = require('./lnd_methods');
|
|
17
|
+
const {createWallet} = require('./lnd_methods');
|
|
18
|
+
const {decodePaymentRequest} = require('./lnd_methods');
|
|
19
|
+
const {deleteChainTransaction} = require('./lnd_methods');
|
|
20
|
+
const {deleteFailedPayAttempts} = require('./lnd_methods');
|
|
21
|
+
const {deleteFailedPayments} = require('./lnd_methods');
|
|
22
|
+
const {deleteForwardingReputations} = require('./lnd_methods');
|
|
23
|
+
const {deletePayment} = require('./lnd_methods');
|
|
24
|
+
const {deletePayments} = require('./lnd_methods');
|
|
25
|
+
const {deletePendingChannel} = require('./lnd_methods');
|
|
26
|
+
const {diffieHellmanComputeSecret} = require('./lnd_methods');
|
|
27
|
+
const {disableChannel} = require('./lnd_methods');
|
|
28
|
+
const {disconnectWatchtower} = require('./lnd_methods');
|
|
29
|
+
const {enableChannel} = require('./lnd_methods');
|
|
30
|
+
const {endGroupSigningSession} = require('./lnd_methods');
|
|
31
|
+
const {fundPendingChannels} = require('./lnd_methods');
|
|
32
|
+
const {fundPsbt} = require('./lnd_methods');
|
|
33
|
+
const {getAccessIds} = require('./lnd_methods');
|
|
34
|
+
const {getAutopilot} = require('./lnd_methods');
|
|
35
|
+
const {getBackup} = require('./lnd_methods');
|
|
36
|
+
const {getBackups} = require('./lnd_methods');
|
|
37
|
+
const {getBlock} = require('./lnd_methods');
|
|
38
|
+
const {getBlockHeader} = require('./lnd_methods');
|
|
39
|
+
const {getChainAddresses} = require('./lnd_methods');
|
|
40
|
+
const {getChainBalance} = require('./lnd_methods');
|
|
41
|
+
const {getChainFeeEstimate} = require('./lnd_methods');
|
|
42
|
+
const {getChainFeeRate} = require('./lnd_methods');
|
|
43
|
+
const {getChainTransaction} = require('./lnd_methods');
|
|
44
|
+
const {getChainTransactions} = require('./lnd_methods');
|
|
45
|
+
const {getChannel} = require('./lnd_methods');
|
|
46
|
+
const {getChannelBalance} = require('./lnd_methods');
|
|
47
|
+
const {getChannels} = require('./lnd_methods');
|
|
48
|
+
const {getClosedChannels} = require('./lnd_methods');
|
|
49
|
+
const {getConfiguration} = require('./lnd_methods');
|
|
50
|
+
const {getConnectedWatchtowers} = require('./lnd_methods');
|
|
51
|
+
const {getEphemeralChannelIds} = require('./lnd_methods');
|
|
52
|
+
const {getFailedPayments} = require('./lnd_methods');
|
|
53
|
+
const {getFeeRates} = require('./lnd_methods');
|
|
54
|
+
const {getForwardingConfidence} = require('./lnd_methods');
|
|
55
|
+
const {getForwardingReputations} = require('./lnd_methods');
|
|
56
|
+
const {getForwards} = require('./lnd_methods');
|
|
57
|
+
const {getHeight} = require('./lnd_methods');
|
|
58
|
+
const {getIdentity} = require('./lnd_methods');
|
|
59
|
+
const {getInvoice} = require('./lnd_methods');
|
|
60
|
+
const {getInvoices} = require('./lnd_methods');
|
|
61
|
+
const {getLockedUtxos} = require('./lnd_methods');
|
|
62
|
+
const {getMasterPublicKeys} = require('./lnd_methods');
|
|
63
|
+
const {getMethods} = require('./lnd_methods');
|
|
64
|
+
const {getMinimumRelayFee} = require('./lnd_methods');
|
|
65
|
+
const {getNetworkCentrality} = require('./lnd_methods');
|
|
66
|
+
const {getNetworkGraph} = require('./lnd_methods');
|
|
67
|
+
const {getNetworkInfo} = require('./lnd_methods');
|
|
68
|
+
const {getNode} = require('./lnd_methods');
|
|
69
|
+
const {getPathfindingSettings} = require('./lnd_methods');
|
|
70
|
+
const {getPayment} = require('./lnd_methods');
|
|
71
|
+
const {getPayments} = require('./lnd_methods');
|
|
72
|
+
const {getPeers} = require('./lnd_methods');
|
|
73
|
+
const {getPendingChainBalance} = require('./lnd_methods');
|
|
74
|
+
const {getPendingChannels} = require('./lnd_methods');
|
|
75
|
+
const {getPendingPayments} = require('./lnd_methods');
|
|
76
|
+
const {getPendingSweeps} = require('./lnd_methods');
|
|
77
|
+
const {getPublicKey} = require('./lnd_methods');
|
|
78
|
+
const {getRouteConfidence} = require('./lnd_methods');
|
|
79
|
+
const {getRouteThroughHops} = require('./lnd_methods');
|
|
80
|
+
const {getRouteToDestination} = require('./lnd_methods');
|
|
81
|
+
const {getRoutingFeeEstimate} = require('./lnd_methods');
|
|
82
|
+
const {getSettlementStatus} = require('./lnd_methods');
|
|
83
|
+
const {getSweepTransactions} = require('./lnd_methods');
|
|
84
|
+
const {getTowerServerInfo} = require('./lnd_methods');
|
|
85
|
+
const {getUtxos} = require('./lnd_methods');
|
|
86
|
+
const {getWalletInfo} = require('./lnd_methods');
|
|
87
|
+
const {getWalletStatus} = require('./lnd_methods');
|
|
88
|
+
const {getWalletVersion} = require('./lnd_methods');
|
|
89
|
+
const {grantAccess} = require('./lnd_methods');
|
|
90
|
+
const {isDestinationPayable} = require('./lnd_methods');
|
|
91
|
+
const {lockUtxo} = require('./lnd_methods');
|
|
92
|
+
const {openChannel} = require('./lnd_methods');
|
|
93
|
+
const {openChannels} = require('./lnd_methods');
|
|
94
|
+
const {partiallySignPsbt} = require('./lnd_methods');
|
|
95
|
+
const {pay} = require('./lnd_methods');
|
|
96
|
+
const {payViaPaymentDetails} = require('./lnd_methods');
|
|
97
|
+
const {payViaPaymentRequest} = require('./lnd_methods');
|
|
98
|
+
const {payViaRoutes} = require('./lnd_methods');
|
|
99
|
+
const {prepareForChannelProposal} = require('./lnd_methods');
|
|
100
|
+
const {probeForRoute} = require('./lnd_methods');
|
|
101
|
+
const {proposeChannel} = require('./lnd_methods');
|
|
102
|
+
const {recoverFundsFromChannel} = require('./lnd_methods');
|
|
103
|
+
const {recoverFundsFromChannels} = require('./lnd_methods');
|
|
104
|
+
const {removeAdvertisedFeature} = require('./lnd_methods');
|
|
105
|
+
const {removeExternalSocket} = require('./lnd_methods');
|
|
106
|
+
const {removePeer} = require('./lnd_methods');
|
|
107
|
+
const {requestBatchedFeeIncrease} = require('./lnd_methods');
|
|
108
|
+
const {requestChainFeeIncrease} = require('./lnd_methods');
|
|
109
|
+
const {revokeAccess} = require('./lnd_methods');
|
|
110
|
+
const {sendMessageToPeer} = require('./lnd_methods');
|
|
111
|
+
const {sendToChainAddress} = require('./lnd_methods');
|
|
112
|
+
const {sendToChainAddresses} = require('./lnd_methods');
|
|
113
|
+
const {sendToChainOutputScripts} = require('./lnd_methods');
|
|
114
|
+
const {setAutopilot} = require('./lnd_methods');
|
|
115
|
+
const {settleHodlInvoice} = require('./lnd_methods');
|
|
116
|
+
const {signBytes} = require('./lnd_methods');
|
|
117
|
+
const {signChainAddressMessage} = require('./lnd_methods');
|
|
118
|
+
const {signMessage} = require('./lnd_methods');
|
|
119
|
+
const {signPsbt} = require('./lnd_methods');
|
|
120
|
+
const {signTransaction} = require('./lnd_methods');
|
|
121
|
+
const {stopDaemon} = require('./lnd_methods');
|
|
122
|
+
const {subscribeToBackups} = require('./lnd_methods');
|
|
123
|
+
const {subscribeToBlocks} = require('./lnd_methods');
|
|
124
|
+
const {subscribeToChainAddress} = require('./lnd_methods');
|
|
125
|
+
const {subscribeToChainSpend} = require('./lnd_methods');
|
|
126
|
+
const {subscribeToChannels} = require('./lnd_methods');
|
|
127
|
+
const {subscribeToForwardRequests} = require('./lnd_methods');
|
|
128
|
+
const {subscribeToForwards} = require('./lnd_methods');
|
|
129
|
+
const {subscribeToGraph} = require('./lnd_methods');
|
|
130
|
+
const {subscribeToInvoice} = require('./lnd_methods');
|
|
131
|
+
const {subscribeToInvoices} = require('./lnd_methods');
|
|
132
|
+
const {subscribeToOpenRequests} = require('./lnd_methods');
|
|
133
|
+
const {subscribeToPastPayment} = require('./lnd_methods');
|
|
134
|
+
const {subscribeToPastPayments} = require('./lnd_methods');
|
|
135
|
+
const {subscribeToPayViaDetails} = require('./lnd_methods');
|
|
136
|
+
const {subscribeToPayViaRequest} = require('./lnd_methods');
|
|
137
|
+
const {subscribeToPayViaRoutes} = require('./lnd_methods');
|
|
138
|
+
const {subscribeToPayments} = require('./lnd_methods');
|
|
139
|
+
const {subscribeToPeerMessages} = require('./lnd_methods');
|
|
140
|
+
const {subscribeToPeers} = require('./lnd_methods');
|
|
141
|
+
const {subscribeToProbeForRoute} = require('./lnd_methods');
|
|
142
|
+
const {subscribeToRpcRequests} = require('./lnd_methods');
|
|
143
|
+
const {subscribeToTransactions} = require('./lnd_methods');
|
|
144
|
+
const {subscribeToWalletStatus} = require('./lnd_methods');
|
|
145
|
+
const {unauthenticatedLndGrpc} = require('./lnd_grpc');
|
|
146
|
+
const {unlockUtxo} = require('./lnd_methods');
|
|
147
|
+
const {unlockWallet} = require('./lnd_methods');
|
|
148
|
+
const {updateAlias} = require('./lnd_methods');
|
|
149
|
+
const {updateChainTransaction} = require('./lnd_methods');
|
|
150
|
+
const {updateColor} = require('./lnd_methods');
|
|
151
|
+
const {updateConnectedWatchtower} = require('./lnd_methods');
|
|
152
|
+
const {updateGroupSigningSession} = require('./lnd_methods');
|
|
153
|
+
const {updatePathfindingSettings} = require('./lnd_methods');
|
|
154
|
+
const {updateRoutingFees} = require('./lnd_methods');
|
|
155
|
+
const {verifyAccess} = require('./lnd_methods');
|
|
156
|
+
const {verifyBackup} = require('./lnd_methods');
|
|
157
|
+
const {verifyBackups} = require('./lnd_methods');
|
|
158
|
+
const {verifyBytesSignature} = require('./lnd_methods');
|
|
159
|
+
const {verifyChainAddressMessage} = require('./lnd_methods');
|
|
160
|
+
const {verifyMessage} = require('./lnd_methods');
|
|
19
161
|
const { decodeAssetPayReq } = require('./lnd_methods');
|
|
20
|
-
const { deleteChainTransaction } = require('./lnd_methods');
|
|
21
|
-
const { deleteFailedPayAttempts } = require('./lnd_methods');
|
|
22
|
-
const { deleteFailedPayments } = require('./lnd_methods');
|
|
23
|
-
const { deleteForwardingReputations } = require('./lnd_methods');
|
|
24
|
-
const { deletePayment } = require('./lnd_methods');
|
|
25
|
-
const { deletePayments } = require('./lnd_methods');
|
|
26
|
-
const { deletePendingChannel } = require('./lnd_methods');
|
|
27
|
-
const { diffieHellmanComputeSecret } = require('./lnd_methods');
|
|
28
|
-
const { disableChannel } = require('./lnd_methods');
|
|
29
|
-
const { disconnectWatchtower } = require('./lnd_methods');
|
|
30
|
-
const { enableChannel } = require('./lnd_methods');
|
|
31
|
-
const { endGroupSigningSession } = require('./lnd_methods');
|
|
32
|
-
const { fundPendingChannels } = require('./lnd_methods');
|
|
33
|
-
const { fundPsbt } = require('./lnd_methods');
|
|
34
|
-
const { getAccessIds } = require('./lnd_methods');
|
|
35
|
-
const { getAutopilot } = require('./lnd_methods');
|
|
36
|
-
const { getBackup } = require('./lnd_methods');
|
|
37
|
-
const { getBackups } = require('./lnd_methods');
|
|
38
|
-
const { getBlock } = require('./lnd_methods');
|
|
39
|
-
const { getBlockHeader } = require('./lnd_methods');
|
|
40
|
-
const { getChainAddresses } = require('./lnd_methods');
|
|
41
|
-
const { getChainBalance } = require('./lnd_methods');
|
|
42
|
-
const { getChainFeeEstimate } = require('./lnd_methods');
|
|
43
|
-
const { getChainFeeRate } = require('./lnd_methods');
|
|
44
|
-
const { getChainTransaction } = require('./lnd_methods');
|
|
45
|
-
const { getChainTransactions } = require('./lnd_methods');
|
|
46
|
-
const { getChannel } = require('./lnd_methods');
|
|
47
|
-
const { getChannelBalance } = require('./lnd_methods');
|
|
48
|
-
const { getChannels } = require('./lnd_methods');
|
|
49
|
-
const { getClosedChannels } = require('./lnd_methods');
|
|
50
|
-
const { getConfiguration } = require('./lnd_methods');
|
|
51
|
-
const { getConnectedWatchtowers } = require('./lnd_methods');
|
|
52
|
-
const { getEphemeralChannelIds } = require('./lnd_methods');
|
|
53
|
-
const { getFailedPayments } = require('./lnd_methods');
|
|
54
|
-
const { getFeeRates } = require('./lnd_methods');
|
|
55
|
-
const { getForwardingConfidence } = require('./lnd_methods');
|
|
56
|
-
const { getForwardingReputations } = require('./lnd_methods');
|
|
57
|
-
const { getForwards } = require('./lnd_methods');
|
|
58
|
-
const { getHeight } = require('./lnd_methods');
|
|
59
|
-
const { getIdentity } = require('./lnd_methods');
|
|
60
|
-
const { getInvoice } = require('./lnd_methods');
|
|
61
|
-
const { getInvoices } = require('./lnd_methods');
|
|
62
|
-
const { getLockedUtxos } = require('./lnd_methods');
|
|
63
|
-
const { getMasterPublicKeys } = require('./lnd_methods');
|
|
64
|
-
const { getMethods } = require('./lnd_methods');
|
|
65
|
-
const { getMinimumRelayFee } = require('./lnd_methods');
|
|
66
|
-
const { getNetworkCentrality } = require('./lnd_methods');
|
|
67
|
-
const { getNetworkGraph } = require('./lnd_methods');
|
|
68
|
-
const { getNetworkInfo } = require('./lnd_methods');
|
|
69
|
-
const { getNode } = require('./lnd_methods');
|
|
70
|
-
const { getPathfindingSettings } = require('./lnd_methods');
|
|
71
|
-
const { getPayment } = require('./lnd_methods');
|
|
72
|
-
const { getPayments } = require('./lnd_methods');
|
|
73
|
-
const { getPeers } = require('./lnd_methods');
|
|
74
|
-
const { getPendingChainBalance } = require('./lnd_methods');
|
|
75
|
-
const { getPendingChannels } = require('./lnd_methods');
|
|
76
|
-
const { getPendingPayments } = require('./lnd_methods');
|
|
77
|
-
const { getPendingSweeps } = require('./lnd_methods');
|
|
78
|
-
const { getPublicKey } = require('./lnd_methods');
|
|
79
|
-
const { getRouteConfidence } = require('./lnd_methods');
|
|
80
|
-
const { getRouteThroughHops } = require('./lnd_methods');
|
|
81
|
-
const { getRouteToDestination } = require('./lnd_methods');
|
|
82
|
-
const { getSettlementStatus } = require('./lnd_methods');
|
|
83
|
-
const { getSweepTransactions } = require('./lnd_methods');
|
|
84
|
-
const { getTowerServerInfo } = require('./lnd_methods');
|
|
85
|
-
const { getUtxos } = require('./lnd_methods');
|
|
86
|
-
const { getWalletInfo } = require('./lnd_methods');
|
|
87
|
-
const { getWalletStatus } = require('./lnd_methods');
|
|
88
|
-
const { getWalletVersion } = require('./lnd_methods');
|
|
89
|
-
const { grantAccess } = require('./lnd_methods');
|
|
90
|
-
const { isDestinationPayable } = require('./lnd_methods');
|
|
91
|
-
const { lockUtxo } = require('./lnd_methods');
|
|
92
|
-
const { openChannel } = require('./lnd_methods');
|
|
93
|
-
const { openChannels } = require('./lnd_methods');
|
|
94
|
-
const { partiallySignPsbt } = require('./lnd_methods');
|
|
95
|
-
const { pay } = require('./lnd_methods');
|
|
96
162
|
const { payTaprootInvoice } = require('./lnd_methods');
|
|
97
|
-
const { payViaPaymentDetails } = require('./lnd_methods');
|
|
98
|
-
const { payViaPaymentRequest } = require('./lnd_methods');
|
|
99
|
-
const { payViaRoutes } = require('./lnd_methods');
|
|
100
|
-
const { prepareForChannelProposal } = require('./lnd_methods');
|
|
101
|
-
const { probeForRoute } = require('./lnd_methods');
|
|
102
|
-
const { proposeChannel } = require('./lnd_methods');
|
|
103
|
-
const { recoverFundsFromChannel } = require('./lnd_methods');
|
|
104
|
-
const { recoverFundsFromChannels } = require('./lnd_methods');
|
|
105
|
-
const { removeAdvertisedFeature } = require('./lnd_methods');
|
|
106
|
-
const { removeExternalSocket } = require('./lnd_methods');
|
|
107
|
-
const { removePeer } = require('./lnd_methods');
|
|
108
|
-
const { requestBatchedFeeIncrease } = require('./lnd_methods');
|
|
109
|
-
const { requestChainFeeIncrease } = require('./lnd_methods');
|
|
110
|
-
const { revokeAccess } = require('./lnd_methods');
|
|
111
|
-
const { sendMessageToPeer } = require('./lnd_methods');
|
|
112
|
-
const { sendToChainAddress } = require('./lnd_methods');
|
|
113
|
-
const { sendToChainAddresses } = require('./lnd_methods');
|
|
114
|
-
const { sendToChainOutputScripts } = require('./lnd_methods');
|
|
115
|
-
const { setAutopilot } = require('./lnd_methods');
|
|
116
|
-
const { settleHodlInvoice } = require('./lnd_methods');
|
|
117
|
-
const { signBytes } = require('./lnd_methods');
|
|
118
|
-
const { signChainAddressMessage } = require('./lnd_methods');
|
|
119
|
-
const { signMessage } = require('./lnd_methods');
|
|
120
|
-
const { signPsbt } = require('./lnd_methods');
|
|
121
|
-
const { signTransaction } = require('./lnd_methods');
|
|
122
|
-
const { stopDaemon } = require('./lnd_methods');
|
|
123
|
-
const { subscribeToBackups } = require('./lnd_methods');
|
|
124
|
-
const { subscribeToBlocks } = require('./lnd_methods');
|
|
125
|
-
const { subscribeToChainAddress } = require('./lnd_methods');
|
|
126
|
-
const { subscribeToChainSpend } = require('./lnd_methods');
|
|
127
|
-
const { subscribeToChannels } = require('./lnd_methods');
|
|
128
|
-
const { subscribeToForwardRequests } = require('./lnd_methods');
|
|
129
|
-
const { subscribeToForwards } = require('./lnd_methods');
|
|
130
|
-
const { subscribeToGraph } = require('./lnd_methods');
|
|
131
|
-
const { subscribeToInvoice } = require('./lnd_methods');
|
|
132
|
-
const { subscribeToInvoices } = require('./lnd_methods');
|
|
133
|
-
const { subscribeToOpenRequests } = require('./lnd_methods');
|
|
134
|
-
const { subscribeToPastPayment } = require('./lnd_methods');
|
|
135
|
-
const { subscribeToPastPayments } = require('./lnd_methods');
|
|
136
|
-
const { subscribeToPayViaDetails } = require('./lnd_methods');
|
|
137
|
-
const { subscribeToPayViaRequest } = require('./lnd_methods');
|
|
138
|
-
const { subscribeToPayViaRoutes } = require('./lnd_methods');
|
|
139
|
-
const { subscribeToPayments } = require('./lnd_methods');
|
|
140
|
-
const { subscribeToPeerMessages } = require('./lnd_methods');
|
|
141
|
-
const { subscribeToPeers } = require('./lnd_methods');
|
|
142
|
-
const { subscribeToProbeForRoute } = require('./lnd_methods');
|
|
143
|
-
const { subscribeToRpcRequests } = require('./lnd_methods');
|
|
144
|
-
const { subscribeToTransactions } = require('./lnd_methods');
|
|
145
|
-
const { subscribeToWalletStatus } = require('./lnd_methods');
|
|
146
|
-
const { unauthenticatedLndGrpc } = require('./lnd_grpc');
|
|
147
|
-
const { unlockUtxo } = require('./lnd_methods');
|
|
148
|
-
const { unlockWallet } = require('./lnd_methods');
|
|
149
|
-
const { updateAlias } = require('./lnd_methods');
|
|
150
|
-
const { updateChainTransaction } = require('./lnd_methods');
|
|
151
|
-
const { updateColor } = require('./lnd_methods');
|
|
152
|
-
const { updateConnectedWatchtower } = require('./lnd_methods');
|
|
153
|
-
const { updateGroupSigningSession } = require('./lnd_methods');
|
|
154
|
-
const { updatePathfindingSettings } = require('./lnd_methods');
|
|
155
|
-
const { updateRoutingFees } = require('./lnd_methods');
|
|
156
|
-
const { verifyAccess } = require('./lnd_methods');
|
|
157
|
-
const { verifyBackup } = require('./lnd_methods');
|
|
158
|
-
const { verifyBackups } = require('./lnd_methods');
|
|
159
|
-
const { verifyBytesSignature } = require('./lnd_methods');
|
|
160
|
-
const { verifyChainAddressMessage } = require('./lnd_methods');
|
|
161
|
-
const { verifyMessage } = require('./lnd_methods');
|
|
162
163
|
|
|
163
164
|
module.exports = {
|
|
164
165
|
addAdvertisedFeature,
|
|
@@ -242,6 +243,7 @@ module.exports = {
|
|
|
242
243
|
getRouteConfidence,
|
|
243
244
|
getRouteThroughHops,
|
|
244
245
|
getRouteToDestination,
|
|
246
|
+
getRoutingFeeEstimate,
|
|
245
247
|
getSettlementStatus,
|
|
246
248
|
getSweepTransactions,
|
|
247
249
|
getTowerServerInfo,
|
|
@@ -256,10 +258,10 @@ module.exports = {
|
|
|
256
258
|
openChannels,
|
|
257
259
|
partiallySignPsbt,
|
|
258
260
|
pay,
|
|
259
|
-
payTaprootInvoice,
|
|
260
261
|
payViaPaymentDetails,
|
|
261
262
|
payViaPaymentRequest,
|
|
262
263
|
payViaRoutes,
|
|
264
|
+
payTaprootInvoice,
|
|
263
265
|
prepareForChannelProposal,
|
|
264
266
|
probeForRoute,
|
|
265
267
|
proposeChannel,
|