Setup wallet and transaction retrieval, better swagger docs, and proper dtos
This commit is contained in:
@ -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; }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user