Liking cljdoc? Tell your friends :D

district.ui.component.tx-log


from-active-address-only-togglecljs

(from-active-address-only-toggle props)
source

(header {:keys [:text] :as props :or {text "Transaction Log"}})
source

no-transactionscljs

(no-transactions
  {:keys [:text] :or {text "You haven't made any transactions yet."} :as props})
source

settingscljs

(settings)
source

transactioncljs

(transaction {:keys [:tx :tx-name-props :tx-name-el :tx-created-on-props
                     :tx-created-on-el :tx-gas-props :tx-gas-el :tx-from-props
                     :tx-from-el :tx-id-props :tx-id-el :tx-status-props
                     :tx-status-el :tx-value-props :tx-value-el :tx-remove-props
                     :tx-remove-el]
              :or {tx-name-el tx-name
                   tx-created-on-el tx-created-on
                   tx-gas-el tx-gas
                   tx-from-el tx-from
                   tx-id-el tx-id
                   tx-status-el tx-status
                   tx-value-el tx-value
                   tx-remove-el tx-remove}
              :as props})
source

transactionscljs

(transactions)
source

tx-created-oncljs

(tx-created-on {:keys [:tx :label] :as props :or {label "Sent "}})
source

tx-fromcljs

(tx-from {:keys [:tx :label] :or {label "From: "} :as props})
source

tx-gascljs

(tx-gas
  {:keys [:tx :tx-cost-currency :label] :or {label "Gas used: "} :as props})
source

tx-idcljs

(tx-id {:keys [:tx :label] :or {label "Tx ID: "} :as props})
source

tx-logcljs

(tx-log)
source

tx-namecljs

(tx-name {:keys [:tx] :as props})
source

tx-removecljs

(tx-remove {:keys [:tx] :as props})
source

tx-statuscljs

(tx-status {:keys [:tx] :as props})
source

tx-status->textcljs

source

tx-valuecljs

(tx-value {:keys [:tx] :as props})
source

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

× close