interface TokenDataId {
    collection: string;
    creator: string;
    name: string;
}

Properties

collection: string
creator: string
name: string