(get-transactions address & {:keys [limit offset] :or {limit nil offset nil}})
(restore-wallet mnemonic
&
{:keys [prefix] :or {prefix (:umi constants/prefixes)}})
(send private-key
public-key
target-address
amount
&
{:keys [prefix] :or {prefix (:umi constants/prefixes)}})
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close