How can I get the balance of a solana account using c#?
Every time I try to get the balance of a solana account by using its public key, it shows me zero. Can anyone help me?
FreyaXYaCwVy86BdNECd7BXnqEvFUbt3p6d2B5eS5zDv
– address of the solana account I am trying
I have tried changing Cluster.DevNet
to Cluster.TestNet
and I have also tried to use async but is still not working.
How can I get the balance of a solana account using c#?
Every time I try to get the balance of a solana account by using its public key, it shows me zero. Can anyone help me?
FreyaXYaCwVy86BdNECd7BXnqEvFUbt3p6d2B5eS5zDv
– address of the solana account I am trying
I have tried changing Cluster.DevNet
to Cluster.TestNet
and I have also tried to use async but is still not working.