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

    Type Alias SendResponse

    Response after sending.

    type SendResponse = {
        keep: Proof[];
        send: Proof[];
        serialized?: { keep: boolean; proof: Proof }[];
    }
    Index

    Properties

    Properties

    keep: Proof[]

    Proofs that exceeded the needed amount.

    send: Proof[]

    Proofs to be sent, matching the chosen amount.

    serialized?: { keep: boolean; proof: Proof }[]