shrub/gen/btc-node-store/command.hoon
2021-05-26 18:30:11 -07:00

17 lines
340 B
Plaintext

:: Sends a command to the BTC store app
::
:: Commands:
::
:: > :btc-node-store|command [%switch-wallet 'local']
::
/- *btc-node-store
::
:- %say
|= $: [now=@da eny=@uvJ =beak]
[[comm=btc-node-store-command ~] ~]
==
:- %btc-node-store-command
?+ -.comm ~|([%unsupported-command -.comm] !!)
%switch-wallet comm
==