factory SEP24TransactionResponse.fromJson(Map<String, dynamic> json) => SEP24TransactionResponse(SEP24Transaction.fromJson(json['transaction']));