factory Prevout.fromJson(Map<String, dynamic> json) { return Prevout( hash: json['hash'], index: json['index'], ); }