pub struct PinataResponse {
pub ipfs_hash: String,
}Expand description
response after an nft was stored
Fields§
§ipfs_hash: StringHash of the upload
Trait Implementations§
source§impl Debug for PinataResponse
impl Debug for PinataResponse
source§impl Default for PinataResponse
impl Default for PinataResponse
source§fn default() -> PinataResponse
fn default() -> PinataResponse
Returns the “default value” for a type. Read more
source§impl<'de> Deserialize<'de> for PinataResponse
impl<'de> Deserialize<'de> for PinataResponse
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more