
    E#i)                     :    S r SSKJrJr  SSKJr   " S S\5      rg)z3Module with interface for address encoding classes.    )ABCabstractmethod)Anyc                   B    \ rS rSrSr\\S\S\S\	4S j5       5       r
Srg)	IAddrDecoder   zAddress decoder interface.addrkwargsreturnc                     g)aN  
Decode an address to bytes.
Depending on the coin, the result can be a public key or a public key hash bytes.

Args:
    addr (str): Address string
    **kwargs  : Arbitrary arguments depending on the address type

Returns:
    bytes: Public key bytes or public key hash

Raises:
    ValueError: If the address encoding is not valid
N )r	   r
   s     i/home/james-whalen/.local/lib/python3.13/site-packages/ccxt/static_dependencies/bip/addr/iaddr_decoder.py
DecodeAddrIAddrDecoder.DecodeAddr   s        r   N)__name__
__module____qualname____firstlineno____doc__staticmethodr   strr   bytesr   __static_attributes__r   r   r   r   r      s6    $  %*  r   r   N)r   abcr   r   typingr   r   r   r   r   <module>r      s   * : $ 3 r   