Unit MP.Parser

Classes, Interfaces, Objects and Records
Types
Constants
Variables

Description

This item has no description.

Uses

Overview

Functions and Procedures

procedure AutoServerOFF();
procedure AutoServerON();
function AvailableUpdates(): String;
procedure CheckOwnerHash(LineText: String);
procedure ClearPSOs();
procedure CompareHashes(inputline: String);
procedure ConnectTo(LineText: String);
procedure CreateMultiAddress(Inputline: String);
procedure CustomizeAddress(linetext: String);
procedure DebugTest2(linetext: String);
procedure ExportAddress(LineText: String);
procedure ExportarWallet(LineText: String);
procedure ExportKeys(linea: String);
function GetOpData(textLine: String): String;
procedure GetOwnerHash(LineText: String);
procedure GetPSOs();
function GetWalletBalance(): Int64;
procedure ImportarWallet(LineText: String);
procedure ListGVTs();
procedure NewAddressFromKeys(inputline: String);
procedure NuevaDireccion(linetext: String);
procedure OrdInfo(linetext: String);
procedure OutgoingMsjsAdd(const ALine: String);
function OutgoingMsjsGet(): String;
procedure ParseCommandLine(LineText: String);
procedure ParseShowBlockInfo(LineText: String);
procedure Parse_RestartNoso();
procedure Parse_SendFunds(LineText: String);
procedure Parse_SendGVT(LineText: String);
procedure PostOffer(LineText: String);
procedure ProcesarLineas();
procedure ProcessLinesAdd(const ALine: String);
procedure RunGetBeta(linea: String);
procedure RunUpdate(linea: String);
procedure SendAdminMessage(linetext: String);
function SendFunds(LineText: String; showOutput: Boolean = True): String;
function SendGVT(LineText: String; showOutput: Boolean = True): String;
function SetDefaultAddress(linetext: String): Boolean;
procedure SetServerPort(LineText: String);
procedure ShowAddressHistory(LineText: String);
procedure ShowAddressInfo(LineText: String);
procedure ShowBlchHead(number: Integer);
procedure ShowBlockInfo(numberblock: Integer);
procedure ShowBlockMNs(LineText: String);
procedure ShowBlockPos(LineText: String);
procedure ShowBots();
procedure ShowConsensus();
procedure ShowConsensusStats();
procedure showgmts(LineText: String);
procedure ShowGVTInfo();
procedure ShowHalvings();
procedure ShowMNsChecks();
procedure ShowMNsLocked();
procedure ShowNodes();
procedure ShowOrderDetails(LineText: String);
procedure ShowPendingTrxs();
function ShowPrivKey(linea: String; ToConsole: Boolean = False): String;
procedure ShowSumary();
procedure ShowSystemInfo(Linetext: String);
procedure ShowTotalFees();
procedure ShowUser_Options();
procedure ShowWallet();
procedure TestHashGeneration(inputline: String);
procedure TestNetwork(LineText: String);
procedure TestNewPSO(Dataline: String);
procedure TestParser(LineText: String);
procedure Test_Headers();
procedure totallocked();
procedure WebWallet();

Description

Functions and Procedures

procedure AutoServerOFF();

This item has no description.

procedure AutoServerON();

This item has no description.

function AvailableUpdates(): String;

devuelve una cadena con los updates disponibles

procedure CheckOwnerHash(LineText: String);

This item has no description.

procedure ClearPSOs();

This item has no description.

procedure CompareHashes(inputline: String);

This item has no description.

procedure ConnectTo(LineText: String);

Conecta a un server especificado

procedure CreateMultiAddress(Inputline: String);

Creates a multiaddress Example: >getmulti 2,3 Nxxx,Nxxxx,Nxxxx

procedure CustomizeAddress(linetext: String);

This item has no description.

procedure DebugTest2(linetext: String);

This item has no description.

procedure ExportAddress(LineText: String);

Exports a single address credentials of the wallet

procedure ExportarWallet(LineText: String);

This item has no description.

procedure ExportKeys(linea: String);

This item has no description.

function GetOpData(textLine: String): String;

Elimina el encabezado de una linea de ProtocolVersion

procedure GetOwnerHash(LineText: String);

This item has no description.

procedure GetPSOs();

This item has no description.

function GetWalletBalance(): Int64;

Returns the total balance on the wallet

procedure ImportarWallet(LineText: String);

This item has no description.

procedure ListGVTs();

CONSULTING List all GVTs owners

procedure NewAddressFromKeys(inputline: String);

This item has no description.

procedure NuevaDireccion(linetext: String);

Add a new address generation to the crypto thread

procedure OrdInfo(linetext: String);

This item has no description.

procedure OutgoingMsjsAdd(const ALine: String);

Adds a line to OutgoingMessagesMP thread safe

function OutgoingMsjsGet(): String;

Gets a line from OutgoingMessagesMP thread safe

procedure ParseCommandLine(LineText: String);

This item has no description.

procedure ParseShowBlockInfo(LineText: String);

This item has no description.

procedure Parse_RestartNoso();

Procedure DeleteBots(LineText:String);

Procedure RemoveAllBots(LineText:String); Begin SetLength(BotList,0); LastBotClearTime := UTCTimeStr; End;

procedure Parse_SendFunds(LineText: String);

Incluye una solicitud de envio de fondos a la cola de transacciones cripto

procedure Parse_SendGVT(LineText: String);

Process a GVT sending

procedure PostOffer(LineText: String);

EXCHANGE

procedure ProcesarLineas();

Procesa las lineas de la linea de comandos

procedure ProcessLinesAdd(const ALine: String);

* CRITICIAL SECTIONS * Adds a line to ProcessedCommandLines thread safe

procedure RunGetBeta(linea: String);

Manual update to last beta

procedure RunUpdate(linea: String);

Manual update the app

procedure SendAdminMessage(linetext: String);

This item has no description.

function SendFunds(LineText: String; showOutput: Boolean = True): String;

Ejecuta una orden de transferencia

function SendGVT(LineText: String; showOutput: Boolean = True): String;

This item has no description.

function SetDefaultAddress(linetext: String): Boolean;

Cambiar la primera direccion de la wallet

procedure SetServerPort(LineText: String);

cambia el puerto de escucha

procedure ShowAddressHistory(LineText: String);

Shows transaction history of the specified address

procedure ShowAddressInfo(LineText: String);

Shows all the info of a specified address

procedure ShowBlchHead(number: Integer);

This item has no description.

procedure ShowBlockInfo(numberblock: Integer);

This item has no description.

procedure ShowBlockMNs(LineText: String);

This item has no description.

procedure ShowBlockPos(LineText: String);

0.2.1 DEBUG * * DEBUG 0.2.1 * *

procedure ShowBots();

muestra los Bots

procedure ShowConsensus();

CONSENSUS

procedure ShowConsensusStats();

This item has no description.

procedure showgmts(LineText: String);

This item has no description.

procedure ShowGVTInfo();

This item has no description.

procedure ShowHalvings();

Muestra la escala de halvings

procedure ShowMNsChecks();

This item has no description.

procedure ShowMNsLocked();

This item has no description.

procedure ShowNodes();

muestra los nodos

procedure ShowOrderDetails(LineText: String);

Procedure RequestSumary();

procedure ShowPendingTrxs();

This item has no description.

function ShowPrivKey(linea: String; ToConsole: Boolean = False): String;

This item has no description.

procedure ShowSumary();

ShowsSummary file info

procedure ShowSystemInfo(Linetext: String);

This item has no description.

procedure ShowTotalFees();

Shows the total fees paid in the whole blockchain

procedure ShowUser_Options();

Muestras las opciones del usuario

procedure ShowWallet();

Shows all the addresses on the wallet

procedure TestHashGeneration(inputline: String);

This item has no description.

procedure TestNetwork(LineText: String);

This item has no description.

procedure TestNewPSO(Dataline: String);

PSOs testing functions

procedure TestParser(LineText: String);

prueba la lectura de parametros de la linea de comandos

procedure Test_Headers();

Specific Tests

procedure totallocked();

This item has no description.

procedure WebWallet();

This item has no description.


Generated by PasDoc 0.16.0-snapshot.