Table of Contents

Struct IPFSUploadResult

Namespace
Thirdweb
Assembly
Thirdweb.dll

Represents the result of an IPFS upload.

[Serializable]
public struct IPFSUploadResult
Inherited Members

Properties

IpfsHash

Gets or sets the IPFS hash of the uploaded content.

public string IpfsHash { readonly get; set; }

Property Value

string

PinSize

Gets or sets the size of the pinned content.

public string PinSize { readonly get; set; }

Property Value

string

PreviewUrl

Gets or sets the preview URL of the uploaded content.

public string PreviewUrl { readonly get; set; }

Property Value

string

Timestamp

Gets or sets the timestamp of the upload.

public string Timestamp { readonly get; set; }

Property Value

string