Altering and quering informations about the CVM context attached to an env.
Altering and quering informations about the CVM context attached to an env.
Address of the convex.run
account in base
.
Address of the `convex.run` account in [[base]].
Address of the convex.run.trx
account in base
.
Address of the `convex.run.trx` account in [[base]].
Base context used by default when executing transactions.
Interns all the CVX runner libraries.
Base context used by default when executing transactions. Interns all the CVX runner libraries.
(current-trx+ env)
Returns the current list of transactions under $.trx/*list*
.
Returns the current list of transactions under `$.trx/*list*`.
(def-current env sym->value)
Defines symbols in the current, default account.
Uses [[convex.cvm/def]].
Defines symbols in the current, default account. Uses [[convex.cvm/def]].
(def-result env result)
Defines $/*result*
with the given CVX result
.
Defines `$/*result*` with the given CVX `result`.
(def-trx+ env trx+)
Defines the given CVX list of transactions under $.trx/*list*
.
Defines the given CVX list of transactions under `$.trx/*list*`.
(drop-trx env)
Drops the next transaction under $.trx/*list*
.
Drops the next transaction under `$.trx/*list*`.
(precat-trx+ env trx+)
Prepends the given CVX list of transactions to the current list under $.trx/*list*
.
Prepends the given CVX list of transactions to the current list under `$.trx/*list*`.
(prepend-trx env trx)
Prepends a single transaction to the current list under $.trx/*list*
.
Prepends a single transaction to the current list under `$.trx/*list*`.
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close