Function get_public_balance

Source
pub fn get_public_balance<N: Network>(
    private_key: &PrivateKey<N>,
    endpoint: &str,
    network: &str,
    context: &Context,
) -> Result<u64>
Expand description

A helper function to query the public balance of an address.