mirror of
https://github.com/status-im/nft-faucet.git
synced 2025-02-25 21:15:30 +00:00
9 lines
216 B
C#
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; }
|
|
}
|