storj.api module

Storj API module.

ecdsa_to_hex(ecdsa_key)[source]

Return hexadecimal string representation of the ECDSA key.

Parameters:ecdsa_key (bytes) – ECDSA key.
Raises:TypeError – if the ECDSA key is not an array of bytes.
Returns:hexadecimal string representation of the ECDSA key.
Return type:str