mirror of
https://github.com/ilyakooo0/urbit.git
synced 2024-12-23 23:12:04 +03:00
14 lines
302 B
Plaintext
14 lines
302 B
Plaintext
/- *btc, bws=btc-wallet-store
|
|
|%
|
|
:: req-id: hash of [xpub chyg idx]
|
|
:: addo: wallet index to send result of request to
|
|
:: back: lookup table of req-id -> addo
|
|
::
|
|
+$ req-id @ux
|
|
+$ addo [=xpub =chyg:bws =idx:bws]
|
|
+$ back (map req-id addo)
|
|
+$ action
|
|
$% [%set-provider provider=ship]
|
|
==
|
|
--
|