Type alias CheckSpendableResponse

CheckSpendableResponse: {
    spendable: boolean[];
} & ApiError

Response when checking proofs if they are spendable. Should not rely on this for receiving, since it can be easily cheated.

Generated using TypeDoc