Function address

Source
pub fn address<L, C, K>(
    wallet: Arc<Mutex<Box<dyn WalletInst<'static, L, C, K>>>>,
    g_args: &GlobalArgs,
    keychain_mask: Option<&SecretKey>,
    epicbox_config: EpicboxConfig,
) -> Result<(), Error>
where L: WalletLCProvider<'static, C, K> + 'static, C: NodeClient + 'static, K: Keychain + 'static,
Expand description

Payment Proof Address