urbit/mar/bit-accounts.hoon
2015-06-19 17:16:48 -04:00

21 lines
508 B
Plaintext

:: this mark is used to receive a confirmed transaction
::
:::: /hoon/bit-accounts/mar
::
/? 310
/- *bit-api
!:
|_ bit-accounts
::
++ grab :: converter arm
|%
++ noun bit-accounts :: clam from noun
++ json |= jon=^json ^- bit-accounts
~| jon
%- need %. jon
=> jo
=+ bal=(ot amount/so currency/(cu cass sa) ~)
(ot accounts/(ar (ot id/so name/so balance/bal ~)) ~)
--
--