Cashu-TS - v4.0.0-rc3
    Preparing search index...

    Type Alias CheckStateResponse

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

    type CheckStateResponse = {
        states: ProofState[];
    }
    Index

    Properties

    Properties

    states: ProofState[]