Function solana_cli::wallet::process_show_account

source ยท
pub fn process_show_account(
    rpc_client: &RpcClient,
    config: &CliConfig<'_>,
    account_pubkey: &Pubkey,
    output_file: &Option<String>,
    use_lamports_unit: bool
) -> ProcessResult