Type Alias SerializedBlindedSignature

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

Blinded signature as it is received from the mint

Type declaration

  • amount: number

    Amount denominated in Satoshi

  • C_: string

    Blinded signature

  • Optionaldleq?: SerializedDLEQ

    DLEQ Proof

  • id: string

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