Cashu-TS - v4.5.1
    Preparing search index...

    Type Alias SerializedOutputData

    JSON-safe representation of an OutputData entry.

    type SerializedOutputData = {
        blindedMessage: { amount: string; B_: string; id: string };
        blindingFactor: string;
        ephemeralE?: string;
        secret: string;
    }
    Index

    Properties

    blindedMessage: { amount: string; B_: string; id: string }

    Storage shape: amount is a decimal string, not an Amount instance like the wire-shape SerializedBlindedMessage.

    blindingFactor: string

    Decimal-encoded bigint.

    ephemeralE?: string
    secret: string