shrub/sur/btc-wallet-hook.hoon
2021-05-26 18:30:12 -07:00

11 lines
246 B
Plaintext

/- *btc, bws=btc-wallet-store, bp=btc-provider
|%
:: req-id: hash of [xpub chyg idx]
:: back: lookup table of req-id -> requests from wallet-store
::
+$ back (map req-id:bp request:bws)
+$ action
$% [%set-provider provider=ship]
==
--