Setup wallet and transaction retrieval, better swagger docs, and proper dtos

This commit is contained in:
2023-08-19 16:43:58 -04:00
parent 658bd7ca2a
commit dc9ab74598
16 changed files with 224 additions and 21 deletions

View File

@ -2,6 +2,7 @@
using Microsoft.VisualBasic;
using System;
using System.ComponentModel.DataAnnotations;
using System.Text.Json.Serialization;
namespace IO.Swagger.Models.db
{
@ -19,7 +20,7 @@ namespace IO.Swagger.Models.db
[Required]
[StringLength(32, MinimumLength = 2)]
public string Memo { get; set; }
public Currency Currency { get; set; }
public int CurrencyId { get; set; }