mirror of
https://github.com/urbit/shrub.git
synced 2024-12-01 22:55:03 +03:00
19 lines
453 B
Plaintext
19 lines
453 B
Plaintext
|%
|
|
++ bit-any
|
|
$% {$bit-get-token bit-get-token}
|
|
{$bit-api-call tok+@t bit-api-call}
|
|
==
|
|
++ bit-api-call
|
|
$% {$send bit-send}
|
|
{$txt-send to+@t btc+@t}
|
|
{$buy amount+@t currency+@t}
|
|
{$sell amount+@t currency+@t}
|
|
{$list $~}
|
|
==
|
|
++ bit-send {adr+@uc btc+@t}
|
|
++ bit-ship-send {who+@p btc+@t}
|
|
++ bit-get-token {oat+@t {cid+@t sec+@t} red+purl}
|
|
++ bit-accounts (list {id+@t name+@t balance+{num+@t cur+term}})
|
|
--
|
|
|