Ihor

Results 4 comments of Ihor

change it in the library ![image](https://user-images.githubusercontent.com/65848440/107853542-60159200-6e1f-11eb-9108-712c6628f478.png) and before login proxy123 = f'{proxyLog}:{proxyPass}@{proxyIp}' (if with authorization) steam_client._session.proxies = {'https': str(proxy123)} steam_client.login(login, password, 'bla_bla.json')

I don't now try to run with working and non-working proxies > Let me ask you: is this option also suitable? (this is for private proxies) > > ``` >...

> Can you try https://michaelhly.github.io/solana-py/core/transaction/#solana.transaction.Transaction.populate or https://michaelhly.github.io/solana-py/core/transaction/#solana.transaction.Transaction.deserialize from solana.rpc.api import Client from solana.transaction import Transaction solana_client = Client("https://raydium.rpcpool.com/") a = Transaction.deserialize(bytes.fromhex(str_hash)) a.sign() print(solana_client.send_transaction(a)) `Traceback (most recent call last): File, line...

> Can you try https://michaelhly.github.io/solana-py/core/transaction/#solana.transaction.Transaction.populate or https://michaelhly.github.io/solana-py/core/transaction/#solana.transaction.Transaction.deserialize This is not what I need, this hash that I have given above is not yet signed