Liking cljdoc? Tell your friends :D

monero-store.boundary.wire

Domain values as wire shapes.

One namespace decides what leaves the process. Everything here is a projection: keys are renamed and amounts are rendered for display, and anything the customer has no business seeing simply has no clause.

Domain values as wire shapes.

One namespace decides what leaves the process. Everything here is a
projection: keys are renamed and amounts are rendered for display, and
anything the customer has no business seeing simply has no clause.
raw docstring

fulfilmentclj

(fulfilment {:fulfilment/keys [invoice-id customer-id item-id period-end
                               granted-at]})
source

handleclj

(handle {:handle/keys [provider external-ref pay-to redirect-url amount]})

The instructions for paying. :pay-to is an address, :redirect-url a hosted page; a rail supplies whichever it has.

The instructions for paying. `:pay-to` is an address, `:redirect-url` a
hosted page; a rail supplies whichever it has.
sourceraw docstring

invoice-summaryclj

(invoice-summary {:invoice/keys [id customer-id item-id provider status amount
                                 currency expires-at]})
source

invoice-viewclj

(invoice-view inv paid)

What the customer paying inv may see, including how much is still owed.

What the customer paying `inv` may see, including how much is still owed.
sourceraw docstring

itemclj

(item value)
(item {:item/keys [id name blurb price period metadata]} quotes)
source

moneyclj

(money {:money/keys [amount currency] :as value})
source

paymentclj

(payment {:payment/keys [id invoice-id provider amount reference resolution
                         confirmations seen-at]})
source

providerclj

(provider {:provider/keys [id currency min-confirmations settles-async?]})
source

quotedclj

(quoted {:quote/keys [amount rate sources expires-at]})

A quote as an estimate for display. The invoice mints and stores its own.

A quote as an estimate for display. The invoice mints and stores its own.
sourceraw docstring

rateclj

(rate {:rate/keys [source pair price as-of]})
source

reachabilityclj

(reachability {:reach/keys [checked unreachable ok? endpoints]})
source

cljdoc builds & hosts documentation for Clojure/Script libraries

Keyboard shortcuts
Ctrl+kJump to recent docs
Move to previous article
Move to next article
Ctrl+/Jump to the search field
× close