@cashu/cashu-ts
    Preparing search index...

    Type Alias TokenV2

    Token V2 should no longer be used.

    type TokenV2 = {
        mints: { ids: string[]; url: string }[];
        proofs: Proof[];
    }
    Index

    Properties

    Properties

    mints: { ids: string[]; url: string }[]
    proofs: Proof[]