pub struct Metadata {
pub name: String,
pub symbol: Option<String>,
pub description: String,
pub seller_fee_basis_points: Option<u16>,
pub image: String,
pub animation_url: Option<String>,
pub external_url: Option<String>,
pub attributes: Option<Vec<Attribute>>,
pub properties: Property,
}Fields§
§name: String§symbol: Option<String>§description: String§seller_fee_basis_points: Option<u16>§image: String§animation_url: Option<String>§external_url: Option<String>§attributes: Option<Vec<Attribute>>§properties: PropertyImplementations§
Trait Implementations§
source§impl<'de> Deserialize<'de> for Metadata
impl<'de> Deserialize<'de> for Metadata
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