View Source BitcoinLib.Key.HD.ExtendedPublic.Address (BitcoinLib v0.1.3)

Link to this section Summary

Link to this section Functions

Link to this function

from_extended_public_key(public_key, atom)

View Source
@spec from_extended_public_key(
  %BitcoinLib.Key.HD.ExtendedPublic{
    chain_code: term(),
    depth: term(),
    fingerprint: term(),
    index: term(),
    key: term(),
    parent_fingerprint: term()
  },
  :p2pkh | :p2sh | :bech32
) :: binary()