getAddressBalance static method

String getAddressBalance(
  1. String hash
)

Returns the actual balance of the address

Implementation

static String getAddressBalance(String hash) {
  return "NSLBALANCE $hash\n";
}