toJson method

Map<String, dynamic> toJson()

Implementation

Map<String, dynamic> toJson() => {
      'authorized': authorized,
      'available': available,
      'averageAvailability': averageAvailability,
      'firstPublicKey': firstPublicKey,
      'geoPatch': geoPatch,
      'ip': ip,
      'lastPublicKey': lastPublicKey,
      'networkPatch': networkPatch,
      'port': port,
      'rewardAddress': rewardAddress,
    };