mohammadworks

Results 1 issues of mohammadworks

I was using the send_tokens function. ```python private_key = "" to_address = "" memo = "" amount = "" client = LedgerClient(NetworkConfig( chain_id="cosmoshub-4", url="rest+https://cosmos-rest.publicnode.com", fee_minimum_gas_price=0.005, fee_denomination="uatom", staking_denomination="uatom", )) wallet =...