NodeRequest class

Constructors

NodeRequest()

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited

Static Methods

getAddressBalance(String hash) String
Returns the actual balance of the address

Constants

getCfg → const String
Request for configuration data
getGvts → const String
Returns gvts file
getNodeList → const String
Method that returns a list of working nodes in the current block
getNodeStatus → const String
Returns information about the node according to node.dart
getPendingsList → const String
Returns the list of pendings in the network, if there are none, returns an empty string. According to the pending.dart model
getSummaryZip → const String
Returns a summary.zip in bytes to be unpacked and written according to the summary.dart model