factory PublicKey.fromMap(Map<String, dynamic> map) => PublicKey(map["hex_bytes"], map["curve_type"]);