Type alias Proof

Proof: {
    C: string;
    amount: number;
    id: string;
    secret: string;
}

represents a single Cashu proof.

Type declaration

  • C: string

    The unblinded signature for this secret, signed by the mints private key.

  • amount: number

    Amount denominated in Satoshis. Has to match the amount of the mints signing key.

  • id: string

    Keyset id, used to link proofs to a mint an its MintKeys.

  • secret: string

    The initial secret that was (randomly) chosen for the creation of this proof.

Generated using TypeDoc