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

    Type Alias SerializedBlindedSignature

    Blinded signature as it is received from the mint.

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

    Properties

    Properties

    amount: number

    Amount denominated in Satoshi.

    C_: string

    Blinded signature.

    DLEQ Proof.

    id: string

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