Unit MP.Coin

Classes, Interfaces, Objects and Records
Types
Constants
Variables

Description

This item has no description.

Uses

Overview

Functions and Procedures

function AddressAlreadyCustomized(address: String): Boolean;
function AliasAlreadyExists(Addalias: String): Boolean;
procedure CheckForMyPending();
function GetAddressAvailable(address: String): Int64;
function GetAddressIncomingpays(Address: String): Int64;
function GetAddressPendingPays(Address: String): Int64;
function GetBlockHeaders(numberblock: Integer): String;
function GetCurrentStatus(mode: Integer): String;
function GVTAlreadyTransfered(NumberStr: String): Boolean;
function PendingRawInfo(ForRPC: Boolean = True): String;
function SendFundsFromAddress(Origen, Destino: String; monto, comision: Int64; reference, ordertime: String; linea: Integer): TOrderData;
function ValidRPCHost(hoststr: String): Boolean;
procedure VerifyIfPendingIsMine(order: TOrderData);

Description

Functions and Procedures

function AddressAlreadyCustomized(address: String): Boolean;

Devuelve si una direccion ya posee un alias

function AliasAlreadyExists(Addalias: String): Boolean;

verify if an alias is already registered

procedure CheckForMyPending();

verifica si en las transaccione pendientes hay alguna de nuestra cartera

function GetAddressAvailable(address: String): Int64;

This item has no description.

function GetAddressIncomingpays(Address: String): Int64;

Returns the pending incomings for the specified address**ONLY HASH ACCEPTED

function GetAddressPendingPays(Address: String): Int64;

Returns the balance an address already have committed to be paid.

function GetBlockHeaders(numberblock: Integer): String;

This item has no description.

function GetCurrentStatus(mode: Integer): String;

function GetMaximunToSend(monto:int64):int64;

function GVTAlreadyTransfered(NumberStr: String): Boolean;

This item has no description.

function PendingRawInfo(ForRPC: Boolean = True): String;

Returns the basic info of the pending orders

function SendFundsFromAddress(Origen, Destino: String; monto, comision: Int64; reference, ordertime: String; linea: Integer): TOrderData;

function GetFee(monto:int64):Int64; Obtiene una orden de envio de fondos desde una direccion

function ValidRPCHost(hoststr: String): Boolean;

This item has no description.

procedure VerifyIfPendingIsMine(order: TOrderData);

function TranxAlreadyPending(TrxHash:string):boolean; function TrxExistsInLastBlock(trfrhash:String):boolean; function GetLastPendingTime():int64; function AddArrayPoolTXs(order:TOrderData):boolean; Verifica si una orden especifica es del usuario


Generated by PasDoc 0.16.0-snapshot.