Function owner_api

Source
pub fn owner_api<L, C, K>(
    owner_api: &mut Owner<L, C, K>,
    keychain_mask: Option<SecretKey>,
    config: &WalletConfig,
    tor_config: &TorConfig,
    mqs_config: &MQSConfig,
    g_args: &GlobalArgs,
) -> Result<(), Error>
where L: WalletLCProvider<'static, C, K> + Send + Sync + 'static, C: NodeClient + 'static, K: Keychain + 'static,