pub fn get_public_balance<N: Network>( private_key: &PrivateKey<N>, endpoint: &str, network: &str, context: &Context, ) -> Result<u64>
A helper function to query the public balance of an address.