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

    Type Alias V4ProofTemplate

    Template for a Proof inside a V4 Token.

    type V4ProofTemplate = {
        a: number;
        c: Uint8Array;
        d?: V4DLEQTemplate;
        s: string;
        w?: string;
    }
    Index

    Properties

    a c d? s w?

    Properties

    a: number

    Amount.

    c: Uint8Array

    Signature.

    DLEQ.

    s: string

    Secret.

    w?: string

    Witness.