Tradehub.ExtendedKey.to_string

You're seeing just the function to_string, go back to Tradehub.ExtendedKey module for more information.

Specs

to_string(key :: key()) :: String.t()

Encodes an extended key to string

Examples

iex> seed = Base.decode16!("81D0E7581BF0C55B2941B2295EB4FD1F9C52D080F8D58A3DB634DE80200BA238")
iex> master = ExtendedKey.master(seed)
iex> ExtendedKey.to_string(master)
"xprv9s21ZrQH143K4EucrSWAiD6LAFAv7W3DaVp5Zv8LohRYqTM7hPLCQrxsvvv6DoD8Awb64daXUmYLufQhZv9BjckFgqLP6He9HfSMFHQzmM6"