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

    Type Alias SerializedBlindedSignature

    Blinded signature as it is received from the mint.

    type SerializedBlindedSignature = {
        amount: Amount;
        C_: string;
        dleq?: SerializedDLEQ;
        id: string;
    }
    Index

    Properties

    Properties

    amount: Amount

    Amount denominated in keyset unit.

    C_: string

    Blinded signature.

    DLEQ Proof.

    id: string

    Keyset id for indicating which public key was used to sign the blinded message.