lnd/cmd/commands
Elle Mouton ea88a26870
lncli: add wallet submitpackage command
Add a `wallet submitpackage` command that takes one or more hex-encoded
raw transactions (topologically sorted, parents first and the child
last) and an optional --max_fee_rate, and submits them as a package via
the WalletKit.SubmitPackage RPC.
2026-06-30 11:07:52 -07:00
..
arg_parse.go cmd/commands: export StripPrefix 2024-08-23 10:58:13 +02:00
arg_parse_test.go cmd/commands: export StripPrefix 2024-08-23 10:58:13 +02:00
autopilotrpc_active.go cmd/lncli: move commands and export 2024-08-23 10:57:59 +02:00
autopilotrpc_default.go cmd/lncli: move commands and export 2024-08-23 10:57:59 +02:00
chainrpc_active.go multi: upgrade to btcd v2 modules 2026-06-24 10:58:36 -07:00
chainrpc_default.go cmd/lncli: move commands and export 2024-08-23 10:57:59 +02:00
cmd_custom.go cmd/commands: fix custom message commands 2024-11-06 15:30:30 +01:00
cmd_debug.go cmd/commands: add --include_log flag to getdebuginfo CLI 2026-03-07 12:51:00 -08:00
cmd_import_mission_control.go lncli: option to skip prompts for loadmc 2025-05-06 11:13:30 +02:00
cmd_invoice.go commands: add command to delete canceled invoice 2025-07-25 21:21:58 -03:00
cmd_macaroon.go lncli: ip range caveat for macaroons 2025-03-13 09:57:41 -05:00
cmd_mission_control.go multi: upgrade to btcd v2 modules 2026-06-24 10:58:36 -07:00
cmd_open_channel.go multi: upgrade to btcd v2 modules 2026-06-24 10:58:36 -07:00
cmd_payments.go multi: upgrade to btcd v2 modules 2026-06-24 10:58:36 -07:00
cmd_profile.go multi: upgrade to btcd v2 modules 2026-06-24 10:58:36 -07:00
cmd_state.go cmd/lncli: move commands and export 2024-08-23 10:57:59 +02:00
cmd_update_chan_status.go cmd/lncli: move commands and export 2024-08-23 10:57:59 +02:00
cmd_version.go cmd/lncli: move commands and export 2024-08-23 10:57:59 +02:00
cmd_walletunlocker.go lncli unlock: add unit tests 2026-02-04 15:20:03 -05:00
cmd_walletunlocker_test.go lncli unlock: add unit tests 2026-02-04 15:20:03 -05:00
commands.go multi: upgrade to btcd v2 modules 2026-06-24 10:58:36 -07:00
commands_test.go commands: add test for parseChanIDs 2025-07-23 15:31:59 +01:00
devrpc_active.go cmd/lncli: move commands and export 2024-08-23 10:57:59 +02:00
devrpc_default.go cmd/lncli: move commands and export 2024-08-23 10:57:59 +02:00
invoicesrpc_active.go cmd/lncli: move commands and export 2024-08-23 10:57:59 +02:00
invoicesrpc_default.go cmd/lncli: move commands and export 2024-08-23 10:57:59 +02:00
macaroon_jar.go cmd/lncli: move commands and export 2024-08-23 10:57:59 +02:00
macaroon_jar_test.go cmd/lncli: move commands and export 2024-08-23 10:57:59 +02:00
main.go multi: upgrade to btcd v2 modules 2026-06-24 10:58:36 -07:00
neutrino_active.go cmd/lncli: move commands and export 2024-08-23 10:57:59 +02:00
neutrino_default.go cmd/lncli: move commands and export 2024-08-23 10:57:59 +02:00
peersrpc_active.go docs: fix broadcast misspelling 2024-11-22 16:20:02 -05:00
peersrpc_default.go cmd/lncli: move commands and export 2024-08-23 10:57:59 +02:00
profile.go cmd/lncli: move commands and export 2024-08-23 10:57:59 +02:00
routerrpc.go lncli: add loadmc command 2025-05-05 15:02:55 +02:00
walletrpc_active.go lncli: add wallet submitpackage command 2026-06-30 11:07:52 -07:00
walletrpc_default.go cmd/lncli: move commands and export 2024-08-23 10:57:59 +02:00
walletrpc_types.go cmd: make types.go accessible in lnd package 2026-01-07 10:25:29 +01:00
watchtower_active.go cmd/lncli: move commands and export 2024-08-23 10:57:59 +02:00
watchtower_default.go cmd/lncli: move commands and export 2024-08-23 10:57:59 +02:00
wtclient.go cmd/wtclient: add usage info for session and terminate commands 2025-06-30 23:06:51 -03:00