TokenContent: {
    del: string[];
    mint: string;
    proofs: {
        amount: number;
        C: string;
        id: string;
        secret: string;
    }[];
    unit?: string;
}

Type declaration

  • del: string[]

    tokens that were destroyed in the creation of this token (helps on wallet state transitions)

  • mint: string

    Cashu mint for the proofs

  • proofs: {
        amount: number;
        C: string;
        id: string;
        secret: string;
    }[]

    Cashu proofs

  • Optionalunit?: string

    The cashu unit