Liking cljdoc? Tell your friends :D

convex.run.ctx

Altering and quering informations about the CVM context attached to an env.

Altering and quering informations about the CVM context attached to an env.
raw docstring

addr-$clj

Address of the convex.run account in base.

Address of the `convex.run` account in [[base]].
sourceraw docstring

addr-$-trxclj

Address of the convex.run.trx account in base.

Address of the `convex.run.trx` account in [[base]].
sourceraw docstring

baseclj

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.
sourceraw docstring

current-trx+clj

(current-trx+ env)

Returns the current list of transactions under $.trx/*list*.

Returns the current list of transactions under `$.trx/*list*`.
sourceraw docstring

def-currentclj

(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]].
sourceraw docstring

def-resultclj

(def-result env result)

Defines $/*result* with the given CVX result.

Defines `$/*result*` with the given CVX `result`.
sourceraw docstring

def-trx+clj

(def-trx+ env trx+)

Defines the given CVX list of transactions under $.trx/*list*.

Defines the given CVX list of transactions under `$.trx/*list*`.
sourceraw docstring

drop-trxclj

(drop-trx env)

Drops the next transaction under $.trx/*list*.

Drops the next transaction under `$.trx/*list*`.
sourceraw docstring

precat-trx+clj

(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*`.
sourceraw docstring

prepend-trxclj

(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*`.
sourceraw docstring

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close