listNodes method

Future<JSON> listNodes()

Implementation

Future<JSON> listNodes() {
  return getCall<JSON>("$baseURL/wallet/listnodes");
}