ResQ.Storage
PinMetadata Class
Represents metadata for a file pinned to IPFS.Example
Remarks
Pin metadata provides information about files that have been pinned to IPFS through the Pinata service. This includes the CID, custom metadata key-value pairs, and pinning information. Pinned files are guaranteed to remain available on the IPFS network as long as they remain pinned.| Constructors | |
|---|---|
| PinMetadata(string, string, long, DateTimeOffset, Dictionary<string,string>) | Represents metadata for a file pinned to IPFS. |