shrub/sur/tapp.hoon
2019-05-28 15:38:14 -07:00

31 lines
505 B
Plaintext

|* [poke-data=mold out-peer-data=mold]
|%
::
:: Possible async calls
::
+$ card
$% [%hiss wire ~ %httr %hiss hiss:eyre]
[%them wire ~]
[%wait wire @da]
[%rest wire @da]
[%poke wire dock poke-data]
[%peer wire dock path]
[%pull wire dock ~]
[%diff out-peer-data]
==
::
:: Possible async responses
::
+$ sign
$% [%sigh =httr:eyre]
[%wake (unit tang)]
==
::
:: Outstanding contracts
::
+$ contract
$% [%wait at=@da]
[%hiss ~]
==
--