2022-08-30 21:54:12 -05:00

9 lines
216 B
C#

namespace NftFaucetRadzen.Plugins.UploadPlugins.InfuraDedicatedGateway;
public class UploadResponse
{
public string Name { get; set; }
public string Hash { get; set; }
public string Size { get; set; }
}