urbit/pkg/arvo/sur/dm-hook.hoon
2021-05-04 11:17:49 +10:00

26 lines
300 B
Plaintext

|%
++ action
=< action
|%
::
++ action
$% accept
decline
pendings
screen
==
::
+$ accept
[%accept =ship]
::
+$ decline
[%decline =ship]
::
+$ pendings
[%pendings ships=(set ship)]
::
+$ screen
[%screen screen=?]
--
--