Class IPFSResponse
Dto for the parse response of the IPFS server
Inheritance
System.Object
IPFSResponse
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: VEDriversLite.NFT
Assembly: VEDriversLite.dll
Syntax
public class IPFSResponse
Properties
| Improve this Doc View SourceHash
Hash of the file
Declaration
public string Hash { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Name
Name of the File
Declaration
public string Name { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Size
Size of the file
Declaration
public string Size { get; set; }
Property Value
Type | Description |
---|---|
System.String |