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

    Type Alias ProofState

    Entries of CheckStateResponse with state of the proof.

    type ProofState = {
        state: CheckStateEnum;
        witness: string | null;
        Y: string;
    }
    Index

    Properties

    Properties

    witness: string | null
    Y: string