Sergey Levitin
Results
2
issues of
Sergey Levitin
The problem is explained here: https://community.libra.org/t/libra-bip32-addresses-proposal/1934 I’ve created an example in Python how to derive new Libra address from **master public key** and then send coins from this address: https://github.com/selevit/libra_bip32...
Hi, and thanks for this amazing library. Currently, `Client` has a `from_url` static method that creates a client from a URL like `clickhouse://user:pass@host/db`. Would be great to provide an API...