shrub/gen/btc-bridge/command.hoon
timlucmiptev 449b760e4f wip
2021-05-26 18:30:11 -07:00

20 lines
343 B
Plaintext

:: Sends a command to the BTC Bridge
::
:: Commands:
::
::
::
/- *btc-bridge
::
:- %say
|= $: [now=@da eny=@uvJ =beak]
[[comm=command ~] ~]
==
:- %btc-bridge-command
?+ -.comm ~| [%unsupported-command -.comm] !!
%connect-as-host comm
%connect-as-client comm
%add-clients comm
%broadcast-tx comm
==