canic-cdk 0.26.10

Canic — a canister orchestration and management toolkit for the Internet Computer
Documentation
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,
}