factory FeeBumpTransaction.fromJson(Map<String, dynamic> json) => new FeeBumpTransaction( json['hash'] as String, json['signatures'] as List);