nft_storage_api 1.1.0

A Rust client for interacting with the NFT.storage service, providing a user-friendly wrapper around its API. It facilitates operations such as storing ERC-1155 compatible NFTs, uploading files, managing digital assets, and handling decentralized identities (DIDs). Built with async support for seamless integration with modern Rust applications.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
# CheckResponseValue

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**cid** | Option<**String**> | Self-describing content-addressed identifiers for distributed systems. Check [spec]https://github.com/multiformats/cid for more info. | [optional]
**pin** | Option<[**crate::models::Pin**]Pin.md> |  | [optional]
**deals** | Option<[**Vec<crate::models::Deal>**]Deal.md> |  | [optional]

[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)