Unit MP.Rpc

Classes, Interfaces, Objects and Records
Types
Constants
Variables

Description

This item has no description.

Uses

Overview

Functions and Procedures

function GetJSONErrorCode(ErrorCode, JSONIdNumber: Integer): String;
function GetJSONErrorString(ErrorCode: Integer): String;
function GetJSONResponse(ResultToSend: String; JSONIdNumber: Integer): String;
function IsValidJSON(MyJSONstring: String): Boolean;
function ObjectFromString(MyString: String): String;
function ParseRPCJSON(jsonreceived: String): String;
function RPC_AddressBalance(NosoPParams: String): String;
function RPC_Banned(NosoPParams: String): String;
function RPC_Blockinfo(NosoPParams: String): String;
function RPC_Blockmns(NosoPParams: String): String;
function RPC_BlockOrders(NosoPParams: String): String;
function RPC_CheckCertificate(NosoPParams: String): String;
function RPC_GetPeers(NosoPParams: String): String;
function RPC_GVTInfo(NosoPParams: String): String;
function RPC_LockedMNs(NosoPParams: String): String;
function RPC_Mainnetinfo(NosoPParams: String): String;
function RPC_Masternodes(NosoPParams: String): String;
function RPC_NewAddress(NosoPParams: String): String;
function RPC_NewAddressFull(NosoPParams: String): String;
function RPC_OrderInfo(NosoPParams: String): String;
function RPC_PendingOrders(NosoPParams: String): String;
function RPC_Restart(NosoPParams: String): String;
function RPC_SendFunds(NosoPParams: String): String;
function RPC_SetDefault(NosoPParams: String): String;
function RPC_SubmitOrder(NosoPParams: String; waitresponse: Boolean = False): String;
function RPC_ValidateAddress(NosoPParams: String): String;
function RPC_WalletBalance(NosoPParams: String): String;
procedure SetRPCOff();
procedure SetRPCOn();
procedure setRPCpassword(newpassword: String);
procedure SetRPCPort(LineText: String);

Description

Functions and Procedures

function GetJSONErrorCode(ErrorCode, JSONIdNumber: Integer): String;

Returns a valid error JSON String

function GetJSONErrorString(ErrorCode: Integer): String;

Returns the string of each error code

function GetJSONResponse(ResultToSend: String; JSONIdNumber: Integer): String;

Returns a valid response JSON string

function IsValidJSON(MyJSONstring: String): Boolean;

  • RPC PARSE FUNCTIONS

* * * RPC PARSE FUNCTIONS * * Returns if a string is a valid JSON data

function ObjectFromString(MyString: String): String;

This item has no description.

function ParseRPCJSON(jsonreceived: String): String;

Parses a incoming JSON string

function RPC_AddressBalance(NosoPParams: String): String;

This item has no description.

function RPC_Banned(NosoPParams: String): String;

This item has no description.

function RPC_Blockinfo(NosoPParams: String): String;

This item has no description.

function RPC_Blockmns(NosoPParams: String): String;

This item has no description.

function RPC_BlockOrders(NosoPParams: String): String;

This item has no description.

function RPC_CheckCertificate(NosoPParams: String): String;

This item has no description.

function RPC_GetPeers(NosoPParams: String): String;

This item has no description.

function RPC_GVTInfo(NosoPParams: String): String;

This item has no description.

function RPC_LockedMNs(NosoPParams: String): String;

This item has no description.

function RPC_Mainnetinfo(NosoPParams: String): String;

This item has no description.

function RPC_Masternodes(NosoPParams: String): String;

This item has no description.

function RPC_NewAddress(NosoPParams: String): String;

This item has no description.

function RPC_NewAddressFull(NosoPParams: String): String;

This item has no description.

function RPC_OrderInfo(NosoPParams: String): String;

This item has no description.

function RPC_PendingOrders(NosoPParams: String): String;

This item has no description.

function RPC_Restart(NosoPParams: String): String;

GET DATA FUNCTIONS

function RPC_SendFunds(NosoPParams: String): String;

This item has no description.

function RPC_SetDefault(NosoPParams: String): String;

This item has no description.

function RPC_SubmitOrder(NosoPParams: String; waitresponse: Boolean = False): String;

This item has no description.

function RPC_ValidateAddress(NosoPParams: String): String;

This item has no description.

function RPC_WalletBalance(NosoPParams: String): String;

This item has no description.

procedure SetRPCOff();

Turns off RPC server

procedure SetRPCOn();

Turn on RPC server

procedure setRPCpassword(newpassword: String);

This item has no description.

procedure SetRPCPort(LineText: String);

Sets RPC port


Generated by PasDoc 0.16.0-snapshot.