Liking cljdoc? Tell your friends :D
Clojure only.

bips.bip44


derivation-pathclj

(derivation-path coin-type account chain address)

The derivation-path function takes four arguments: a coin-type, an account, a chain, and an address. It uses these values to construct a string representing a path to a specific wallet address. Throws an exception with an error message if the coin-type in not found in coin_types.edn.

The derivation-path function takes four arguments: a `coin-type`, an
`account`, a `chain`, and an `address`.  It uses these values to
construct a string representing a path to a specific wallet address.
Throws an exception with an error message if the `coin-type` in not
found in `coin_types.edn`.
sourceraw docstring

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

× close