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