Hardware Wallet Interface

Contents:

  • Usage
  • Supported Devices
  • Development
    • Release Process
    • Internal API Documentation
  • Example Usage
Hardware Wallet Interface
  • Development
  • View page source

Development

Contents:

  • Release Process
    • Deterministic builds with Docker
    • Building macOS binary
  • Internal API Documentation
    • Base 58 conversion utilities
    • encode()
    • decode()
    • decode_check()
    • get_xpub_fingerprint()
    • get_xpub_fingerprint_hex()
    • to_address()
    • xpub_to_pub_hex()
    • xpub_to_xonly_pub_hex()
    • xpub_main_2_test()
    • Bech32 Conversion Utilities
    • Encoding
    • bech32_polymod()
    • bech32_hrp_expand()
    • bech32_verify_checksum()
    • bech32_create_checksum()
    • bech32_encode()
    • bech32_decode()
    • convertbits()
    • decode()
    • encode()
    • Bitcoin Script utilities
    • is_opreturn()
    • is_p2sh()
    • is_p2pkh()
    • is_p2pk()
    • is_witness()
    • is_p2wpkh()
    • is_p2wsh()
    • is_p2tr()
    • parse_multisig()
    • Bitcoin Object Python Serializations
    • Readable
    • Deserializable
    • Serializable
    • ser_compact_size()
    • deser_compact_size()
    • deser_string()
    • ser_string()
    • deser_uint256()
    • ser_uint256()
    • uint256_from_str()
    • deser_vector()
    • ser_vector()
    • deser_string_vector()
    • ser_string_vector()
    • ser_sig_der()
    • ser_sig_compact()
Previous Next

© Copyright 2021, The Hardware Wallet Interface Developers.

Built with Sphinx using a theme provided by Read the Docs.