toJson method

Map toJson()

Implementation

Map toJson() {
  var map = {};
  map['hash'] = hash;
  map['algo'] = publicKeyHashingAlgo.name;
  return map;
}