Remove [create|sign|send]transaction interface#72
Conversation
a128097 to
7a4eee3
Compare
Remove [create|sign|send]transaction. There preferred interface for creating and sending transactions is now the `tx` command.
7a4eee3 to
3f33483
Compare
|
I think I'd prefer to keep these interfaces for non-interactive use, although to reduce any maintenance overhead to zero, just have them take a json file/stdin only and return it, i.e. just pass through directly to the underlying gdk calls and resolve them. The If we are concerned about end user confusion I would be happy if these are hidden behind |
Yes I'm happy with that idea - it reduces those calls to trivial wrappers exposing the underlying gdk calls.
With the
Yes may be a good idea - or make it |
|
? |
Remove [create|sign|send]transaction. There preferred interface for
creating and sending transactions is now the
txcommand.