TokenContent: {
del: string[];
mint: string;
proofs: {
amount: number;
C: string;
id: string;
secret: string;
}[];
unit?: string;
}
Type declaration
del: string[]
mint: string
proofs: {
amount: number;
C: string;
id: string;
secret: string;
}[]
Optional
unit?: string
tokens that were destroyed in the creation of this token (helps on wallet state transitions)