Files
Swarm/DysonNetwork.Sphere/Wallet/FundEmbed.cs

11 lines
205 B
C#

using DysonNetwork.Shared.Models.Embed;
namespace DysonNetwork.Sphere.Wallet;
public class FundEmbed : EmbeddableBase
{
public override string Type => "fund";
public Guid Id { get; set; }
}