1 2 3 4 5 6 7 8 9 10 11 12
use crate::spec::prelude::*; /// /// Icrc10SupportedStandard /// Response payload describing a single supported standard entry. /// #[derive(CandidType, Debug, Deserialize, Eq, PartialEq)] pub struct Icrc10SupportedStandard { pub url: String, pub name: String, }