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

    Type Alias SerializedBlindedMessage

    Blinded message for sending to the mint.

    type SerializedBlindedMessage = {
        amount: number;
        B_: string;
        id: string;
    }
    Index

    Properties

    Properties

    amount: number

    Amount.

    B_: string

    Blinded message.

    id: string

    Keyset id.