Piufy

Results 2 comments of Piufy

> Here is an example on how to use the `get_balance` API: https://michaelhly.github.io/solana-py/rpc/api/#solana.rpc.api.Client.get_balance Okay, but when I do it like in the example I always get only . Am I...

> @Piufy would you mind providing a code snippet of what you're trying to do? def get_balance(self, pubkey = key, commitment= None): body = self._get_balance_body(pubkey, commitment) return self._provider.make_request(body) Here, I...