(->nxt server port)
Positional factory function for class freecoin_lib.core.nxt.
Positional factory function for class freecoin_lib.core.nxt.
(->transaction _id
emission
broadcast
signed
sender
amount
recipient
blockchain
currency)
Positional factory function for class freecoin_lib.core.transaction.
Positional factory function for class freecoin_lib.core.transaction.
(->voucher _id expiration sender amount blockchain currency)
Positional factory function for class freecoin_lib.core.voucher.
Positional factory function for class freecoin_lib.core.voucher.
(count-transactions bk params)
(redeem-voucher bk account-id voucher)
(get-transaction bk txid)
(list-vouchers bk)
(create-tag bk name params)
(list-accounts bk)
(list-tags bk params)
(create-transaction bk from-account-id amount to-account-id params)
(remove-tag bk name)
(create-account bk name)
(import-account bk account-id secret)
(create-voucher bk account-id amount expiration secret)
(move bk from-account-id amount to-account-is params)
(get-balance bk account-id)
(get-total-balance bk)
(get-tag bk name params)
(get-address bk account-id)
(update-transaction bk txid fn)
(label bk)
(list-transactions bk params)
(create-address bk account-id)
(create-in-memory-blockchain label)
(create-in-memory-blockchain label transactions-atom accounts-atom tags-atom)
Inputs: ([label :- s/Keyword] [label :- s/Keyword transactions-atom :- clojure.lang.Atom accounts-atom :- clojure.lang.Atom tags-atom :- clojure.lang.Atom])
Inputs: ([label :- s/Keyword] [label :- s/Keyword transactions-atom :- clojure.lang.Atom accounts-atom :- clojure.lang.Atom tags-atom :- clojure.lang.Atom])
(map->nxt m__7585__auto__)
Factory function for class freecoin_lib.core.nxt, taking a map of keywords to field values.
Factory function for class freecoin_lib.core.nxt, taking a map of keywords to field values.
(map->transaction m__7585__auto__)
Factory function for class freecoin_lib.core.transaction, taking a map of keywords to field values.
Factory function for class freecoin_lib.core.transaction, taking a map of keywords to field values.
(map->voucher m__7585__auto__)
Factory function for class freecoin_lib.core.voucher, taking a map of keywords to field values.
Factory function for class freecoin_lib.core.voucher, taking a map of keywords to field values.
(new-btc-rpc currency)
(new-btc-rpc currency rpc-config-path)
Inputs: ([currency :- s/Str] [currency :- s/Str rpc-config-path :- s/Str])
Inputs: ([currency :- s/Str] [currency :- s/Str rpc-config-path :- s/Str])
(new-mongo currency stores-m)
Inputs: [currency :- s/Str stores-m :- StoresMap]
Check that the blockchain is available, then return a record
Inputs: [currency :- s/Str stores-m :- StoresMap] Check that the blockchain is available, then return a record
(recname record)
Return a string which is the name of the record class, uppercase. Used to identify the class type.
Return a string which is the name of the record class, uppercase. Used to identify the class type.
(strict-map->BtcRpc m9824 & [drop-extra-keys?__5772__auto__])
Factory function for class BtcRpc, taking a map of keywords to field values. All keys are required, and no extra keys are allowed. Even faster than map->
Factory function for class BtcRpc, taking a map of keywords to field values. All keys are required, and no extra keys are allowed. Even faster than map->
(strict-map->Mongo m9644 & [drop-extra-keys?__5772__auto__])
Factory function for class Mongo, taking a map of keywords to field values. All keys are required, and no extra keys are allowed. Even faster than map->
Factory function for class Mongo, taking a map of keywords to field values. All keys are required, and no extra keys are allowed. Even faster than map->
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close