Liking cljdoc? Tell your friends :D

rt.solidity.grammar


!.solcljmacro

(!.sol & body)

+book+clj


+features+clj


+grammar+clj


+init+clj


+meta+clj


+modifiers+clj


+template+clj


+types+clj


+visibility+clj


breakcljmacro


def$.solcljmacro

(def$.sol & body)

def.solcljmacro

(def.sol & body)

defabstract.solcljmacro

(defabstract.sol & body)

defaddress.solcljmacro

(defaddress.sol & body)

defclass.solcljmacro

(defclass.sol & body)

defconstructor.solcljmacro

(defconstructor.sol & body)

defenum.solcljmacro

(defenum.sol & body)

defevent.solcljmacro

(defevent.sol & body)

defgen.solcljmacro

(defgen.sol & body)

defglobal.solcljmacro

(defglobal.sol & body)

definterface.solcljmacro

(definterface.sol & body)

defmacro.solcljmacro

(defmacro.sol & body)

defmapping.solcljmacro

(defmapping.sol & body)

defn-.solcljmacro

(defn-.sol & body)

defn.solcljmacro

(defn.sol & body)

defptr.solcljmacro

(defptr.sol & body)

defrun.solcljmacro

(defrun.sol & body)

defstruct.solcljmacro

(defstruct.sol & body)

deftemp.solcljmacro

(deftemp.sol & body)

returncljmacro


sol-defclj

(sol-def [_ sym & [value]] grammar mopts)

creates a definition string

creates a definition string
raw docstring

sol-defaddressclj

(sol-defaddress [_ sym value])

transforms a defaddress call

transforms a defaddress call
raw docstring

sol-defconstructorclj

(sol-defconstructor [_ sym args & body :as form] grammar mopts)

creates the constructor

creates the constructor
raw docstring

sol-defenumclj

(sol-defenum [_ sym values])

transforms a defenum call

transforms a defenum call
raw docstring

sol-defeventclj

(sol-defevent [_ sym & args] grammar mopts)

creates an event

creates an event
raw docstring

sol-definterfaceclj

(sol-definterface [_ sym body] grammar mopts)

transforms a interface call

transforms a interface call
raw docstring

sol-defmappingclj

(sol-defmapping [_ sym [from to]])

transforms a mapping call

transforms a mapping call
raw docstring

sol-defnclj

(sol-defn [_ sym args & body :as form] grammar mopts)

creates def contstructor form

creates def contstructor form
raw docstring

sol-defstructclj

(sol-defstruct [_ sym & args])

transforms a defstruct call

transforms a defstruct call
raw docstring

sol-emit-returnsclj

(sol-emit-returns [_ returns] grammar mopts)

emits returns

emits returns
raw docstring

sol-fn-elementsclj

(sol-fn-elements sym args body grammar mopts)

creates elements for function

creates elements for function
raw docstring

sol-keyword-fnclj

(sol-keyword-fn form grammar mopts)

no typecast, straight forward print

no typecast, straight forward print
raw docstring

sol-map-keyclj

(sol-map-key key grammar mopts)

formats sol map key

formats sol map key
raw docstring

sol-tf-mappingclj

(sol-tf-mapping [_ [from to]])

transforms mapping call

transforms mapping call
raw docstring

sol-tf-var-extclj

(sol-tf-var-ext [_ sym & args])

transforms a var

transforms a var
raw docstring

sol-util-typesclj

(sol-util-types v)

format sol types

format sol types
raw docstring

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

× close