Trait ConfigAddressExt
pub trait ConfigAddressExt {
// Required methods
fn parse_address(&self, value: &str) -> Result<Address, Error>;
fn address_from_pub_key(
&self,
pub_key: &PublicKey,
) -> Result<Address, Error>;
}