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

    Type Alias CheckStatePayload

    Payload that needs to be sent to the mint when checking for spendable proofs.

    type CheckStatePayload = {
        Ys: string[];
    }
    Index

    Properties

    Properties

    Ys: string[]

    The Y = hash_to_curve(secret) of the proofs to be checked.