core-lightning/plugins/spender/multiwithdraw.h
ZmnSCPxj jxPCSnmZ 277ff0f44c plugins/spender/multiwithdraw.c: Implement multiwithdraw command.
Fixes: #2679

Changelog-Added: JSON-RPC: New `multiwithdraw` command to batch multiple onchain sends in a single transaction.  Note it shuffles inputs and outputs, does not use BIP69.
2020-09-09 20:36:08 +09:30

11 lines
318 B
C

#ifndef LIGHTNING_PLUGINS_SPENDER_MULTIWITHDRAW_H
#define LIGHTNING_PLUGINS_SPENDER_MULTIWITHDRAW_H
#include "config.h"
#include <plugins/libplugin.h>
extern const struct plugin_command multiwithdraw_commands[];
extern const size_t num_multiwithdraw_commands;
#endif /* LIGHTNING_PLUGINS_SPENDER_MULTIWITHDRAW_H */