factory AnchorTransactionsInfo.fromJson(Map<String, dynamic> json) => new AnchorTransactionsInfo( json['enabled'] as bool, json['authentication_required'] as bool);