mirror of
https://github.com/ilyakooo0/urbit.git
synced 2025-01-05 22:03:50 +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}})
|
|
--
|
|
|