Type alias CheckStatePayload

CheckStatePayload: {
    Ys: string[];
}

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

Type declaration

  • Ys: string[]

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

Generated using TypeDoc