pub trait ToAttributesState {
// Required method
fn to_attributes_state(&self) -> Result<Vec<Attribute>, Cw721ContractError>;
}pub trait ToAttributesState {
// Required method
fn to_attributes_state(&self) -> Result<Vec<Attribute>, Cw721ContractError>;
}