Function ledger_mob_core::helpers::b58_encode_public_address
source · pub fn b58_encode_public_address<const N: usize>(
subaddress: impl RingCtAddress,
fog_report_url: &str,
fog_authority_sig: &[u8]
) -> Result<String<N>, Error>
Expand description
Helper to b58 encode PublicAddress equivalent types without
pulling in no-std incompatible mc_api
dependency.