Function grin_wallet_controller::command::info

source ยท
pub fn info<L, C, K>(
    owner_api: &mut Owner<L, C, K>,
    keychain_mask: Option<&SecretKey>,
    g_args: &GlobalArgs,
    args: InfoArgs,
    dark_scheme: bool
) -> Result<(), Error>
where L: WalletLCProvider<'static, C, K> + 'static, C: NodeClient + 'static, K: Keychain + 'static,