Generated by DocFX

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 Source

Hash

Hash of the file

Declaration
public string Hash { get; set; }
Property Value
Type Description
System.String
| Improve this Doc View Source

Name

Name of the File

Declaration
public string Name { get; set; }
Property Value
Type Description
System.String
| Improve this Doc View Source

Size

Size of the file

Declaration
public string Size { get; set; }
Property Value
Type Description
System.String