(clear-db-fn-cache)
(combine-fns fn-str-coll)
Given a collection of function strings, returns a combined function using the and function
Given a collection of function strings, returns a combined function using the and function
(execute-tx-fn db auth_id credits s p o fuel block-instant)
Executes a transaction function
Executes a transaction function
(find-fn db fn-name)
(find-fn db fn-name funType)
(parse-fn db fn-str type)
(parse-fn db fn-str type params)
(parse-vector db vec)
(parse-vector db vec funType)
(parse-vector db vec funType params)
Ensures contents of vector are allowed
Ensures contents of vector are allowed
(resolve-fn db form)
(resolve-fn db form type)
(resolve-fn db form type params)
Resolves a full code form expression.
Resolves a full code form expression.
(resolve-local-fn f)
(true-or-false n)
(tx-fn? value)
Returns true if this value is a transaction function.
Returns true if this value is a transaction function.
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close