Type alias CheckSpendablePayload

CheckSpendablePayload: {
    proofs: {
        secret: string;
    }[];
}

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

Type declaration

  • proofs: {
        secret: string;
    }[]

    array of proofs. Only the secret is strictly needed. If the whole object is passed, it will be stripped of other objects before sending it to the mint.

Generated using TypeDoc