bdk-cli
bdk-cli copied to clipboard
Allow any bitcoin-cli rpc commands
Currently we are only calling specific core RPC calls in the node
commands.
We should move on to generic rpc calls that can handle any valid bitcoin-cli
commands.
And we should only include composite commands (that combines multiple rpc calls) and have the in node
command list.